Skip to content

Commit b90f2b5

Browse files
authored
chore: bump constants (#1341)
* chore: bump constants Signed-off-by: bennett <bennett@umaproject.org> * update Signed-off-by: bennett <bennett@umaproject.org> * manually back out changes Signed-off-by: bennett <bennett@umaproject.org> * update Signed-off-by: bennett <bennett@umaproject.org> --------- Signed-off-by: bennett <bennett@umaproject.org>
1 parent eaf5baf commit b90f2b5

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

generated/constants.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,16 @@
190190
"oftEid": 30340,
191191
"hypDomainId": -1
192192
},
193+
"2337": {
194+
"name": "Lighter",
195+
"family": "NONE",
196+
"nativeToken": "LIT",
197+
"publicRPC": "https://mainnet.zklighter.elliot.ai",
198+
"blockExplorer": "https://app.lighter.xyz/explorer",
199+
"cctpDomain": -1,
200+
"oftEid": -1,
201+
"hypDomainId": -1
202+
},
193203
"4202": {
194204
"name": "Lisk Sepolia",
195205
"family": "OP_STACK",
@@ -483,6 +493,7 @@
483493
"HYPERCORE": 1337,
484494
"INK": 57073,
485495
"LENS": 232,
496+
"LIGHTER": 2337,
486497
"LINEA": 59144,
487498
"LISK": 1135,
488499
"MAINNET": 1,
@@ -963,7 +974,7 @@
963974
"324": "0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4",
964975
"1135": "0xF242275d3a6527d877f2c927a82D9b057609cc71",
965976
"1868": "0xbA9986D2381edf1DA03B0B9c1f8b00dc4AacC369",
966-
"4217": "0x20c000000000000000000000b9537d11c60e8b50",
977+
"4217": "0x20C000000000000000000000b9537d11c60E8b50",
967978
"34443": "0xd988097fb8612cc24eeC14542bC03424c656005f",
968979
"41455": "0x18d25B4e18165c97e1285212e5d1f80eDD6d3Aa7",
969980
"42161": "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/contracts",
3-
"version": "4.1.25",
3+
"version": "4.1.26",
44
"author": "UMA Team",
55
"license": "AGPL-3.0-only",
66
"repository": {
@@ -56,7 +56,7 @@
5656
"generate-constants-json": "ts-node ./script/utils/GenerateConstantsJson.ts"
5757
},
5858
"dependencies": {
59-
"@across-protocol/constants": "^3.1.98",
59+
"@across-protocol/constants": "^3.1.100",
6060
"@coral-xyz/anchor": "^0.31.1",
6161
"@eth-optimism/contracts": "^0.5.40",
6262
"@ethersproject/bignumber": "5.7.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@across-protocol/constants@^3.1.98":
6-
version "3.1.98"
7-
resolved "https://registry.yarnpkg.com/@across-protocol/constants/-/constants-3.1.98.tgz#58fef78e455799ee0bf83abe9bc7232058833c3a"
8-
integrity sha512-YHvKF42b351YCVoN/8AMURNj/m6uQONWCB+o4i9OhLc9x0nbICK17cwYcFoVgYIyL7PWU++ZDgttFoL0GqbMmQ==
5+
"@across-protocol/constants@^3.1.100":
6+
version "3.1.100"
7+
resolved "https://registry.yarnpkg.com/@across-protocol/constants/-/constants-3.1.100.tgz#ac7f7910340e62abb66dceea451e96f590742211"
8+
integrity sha512-HWALdgQHY7Q0IQFMCThi/bcUp1CTgb/sdVmRvj5sLkjz2tFZfCcPA0nKzKK+5pXD3hdd2W44uqQA58Z19XhSSw==
99

1010
"@across-protocol/contracts@^0.1.4":
1111
version "0.1.4"

0 commit comments

Comments
 (0)