@across-protocol/contracts 5.0.16 → 5.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -119,6 +119,10 @@
119
119
  "address": "0x4577980eBFCC6fC8ff516aC06dA9e729c40cA57c",
120
120
  "block_number": 24421479
121
121
  },
122
+ "Universal_Adapter_43114": {
123
+ "address": "0x1af659333172DC502bD71Cf5b889521C97751838",
124
+ "block_number": 25237918
125
+ },
122
126
  "Blast_Adapter": {
123
127
  "address": "0xF2bEf5E905AAE0295003ab14872F811E914EdD81",
124
128
  "block_number": 20221494
@@ -249,10 +253,10 @@
249
253
  "block_number": 24690994,
250
254
  "transaction_hash": "0x869926fddcfc39456d4479bda50e644dac93aea0f731e1313ac7d5b80134db6c"
251
255
  },
252
- "Universal_Adapter_43114": {
253
- "address": "0x1af659333172DC502bD71Cf5b889521C97751838",
254
- "block_number": 25237918,
255
- "transaction_hash": "0x26556c4f14f62b56ef0a4359e83d62751e21d4e3fe9eb855e8e84c12dba41853"
256
+ "Universal_Adapter_5042": {
257
+ "address": "0xCA5f9960022078F3585a188e06F910eeC29c7eBD",
258
+ "block_number": 25298498,
259
+ "transaction_hash": "0x1197bf71f2b21d584af3290b68dfc6b696db3df90422296a0fe338e1bda15def"
256
260
  },
257
261
  "WithdrawImplementation": {
258
262
  "address": "0x679D43e1d304001538Bf083D421484fD67c00a45",
@@ -1208,6 +1212,26 @@
1208
1212
  }
1209
1213
  }
1210
1214
  },
1215
+ "5042": {
1216
+ "chain_name": "ARC",
1217
+ "contracts": {
1218
+ "SP1Helios": {
1219
+ "address": "0x3baD7AD0728f9917d1Bf08af5782dCbD516cDd96",
1220
+ "block_number": 4681034,
1221
+ "transaction_hash": "0xc2298162df46d25eb878ac7d93d8a07294e9dad0b68d6465835c99c1b522146a"
1222
+ },
1223
+ "Safe": {
1224
+ "address": "0xd396CcB6770EAB84045c9Bce2939c478639E2A7F",
1225
+ "block_number": 4828640,
1226
+ "transaction_hash": "0x1b85cbfcdb96c1c44fa09fb20add19099e5569fee57c326e4431381ab13da747"
1227
+ },
1228
+ "SpokePool": {
1229
+ "address": "0x9b4A302A548c7e313c2b74C461db7b84d3074A84",
1230
+ "block_number": 4694834,
1231
+ "transaction_hash": "0x31aaba9cef65a567fb5d9cf60217391511e77b9a82c7c24da2e8a3b278e31134"
1232
+ }
1233
+ }
1234
+ },
1211
1235
  "8453": {
1212
1236
  "chain_name": "Base",
1213
1237
  "contracts": {
@@ -1478,9 +1502,9 @@
1478
1502
  "chain_name": "Avalanche",
1479
1503
  "contracts": {
1480
1504
  "SP1Helios": {
1481
- "address": "0x3BED21dAe767e4Df894B31b14aD32369cE4bad8b",
1482
- "block_number": 87017813,
1483
- "transaction_hash": "0x3c91515e112c6603fc8032fe1bc51c6670f39bba287ea931b5b0c7e88463fda0"
1505
+ "address": "0x7a36967Ee0a5c913Be88c838321d05C13705911a",
1506
+ "block_number": 87757914,
1507
+ "transaction_hash": "0x858b85d14197c27c166e7ac3bca76705e70164f88db0f2ae776e1321ed01b04c"
1484
1508
  },
1485
1509
  "Safe": {
1486
1510
  "address": "0xd396CcB6770EAB84045c9Bce2939c478639E2A7F",
@@ -1488,9 +1512,9 @@
1488
1512
  "transaction_hash": "0x200b98e4ec8b7f99c0a41ea4732e8a11a5c2d4f6915c9d7d43f0bc083de8204a"
1489
1513
  },
1490
1514
  "SpokePool": {
1491
- "address": "0x292A00f2368187073E80AB94fA03AFD8c796d450",
1492
- "block_number": 87017827,
1493
- "transaction_hash": "0x91b03ff4987f357528b49d3b9e0e7e08abbd90719f407f16fecdf77be4ca1bbe"
1515
+ "address": "0xE0DB08B3F72931Dca2Ed7323a1053EaC42715bEe",
1516
+ "block_number": 87757923,
1517
+ "transaction_hash": "0x49eb28b19d46faead98b66f7a6256c049c3839b8b76ec878ba1739762ea887f8"
1494
1518
  }
1495
1519
  }
1496
1520
  },
@@ -176,6 +176,10 @@ exports.L2_ADDRESS_MAP = {
176
176
  "1inchV6Router": "0x111111125421cA6dc452d289314280a0f8842A65",
177
177
  permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
178
178
  },
179
+ [utils_1.CHAIN_IDs.ARC]: {
180
+ cctpV2TokenMessenger: "0x28b5a0e9C621a5BadaA536219b3a228C8168cf5d",
181
+ cctpV2MessageTransmitter: "0x81D40F21F12A8F0E3252Bccb954D722d4c464B64",
182
+ },
179
183
  [utils_1.CHAIN_IDs.AVALANCHE]: {
180
184
  cctpV2TokenMessenger: "0x28b5a0e9C621a5BadaA536219b3a228C8168cf5d",
181
185
  cctpV2MessageTransmitter: "0x81D40F21F12A8F0E3252Bccb954D722d4c464B64",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@across-protocol/contracts",
3
- "version": "5.0.16",
3
+ "version": "5.0.18",
4
4
  "author": "UMA Team",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {
@@ -69,7 +69,7 @@
69
69
  "tron-deploy-swap-proxy": "ts-node script/tron/periphery/tron-deploy-swap-proxy.ts"
70
70
  },
71
71
  "dependencies": {
72
- "@across-protocol/constants": "^3.1.111",
72
+ "@across-protocol/constants": "^3.1.112",
73
73
  "@coral-xyz/anchor": "^0.31.1",
74
74
  "@eth-optimism/contracts": "^0.5.40",
75
75
  "@ethersproject/bignumber": "5.7.0",