@across-protocol/contracts 3.0.24 → 3.0.25

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.
@@ -86,11 +86,6 @@ exports.OP_STACK_ADDRESS_MAP = {
86
86
  L1StandardBridge: "0x88ff1e5b602916615391f55854588efcbb7663f0",
87
87
  L1OpUSDCBridgeAdapter: common_1.ZERO_ADDRESS,
88
88
  },
89
- [utils_1.CHAIN_IDs.CHER]: {
90
- L1CrossDomainMessenger: "0x9cf951e3f74b644e621b36ca9cea147a78d4c39f",
91
- L1StandardBridge: "0xeb9bf100225c214efc3e7c651ebbadcf85177607",
92
- L1OpUSDCBridgeAdapter: "0xC67A8c5f22b40274Ca7C4A56Db89569Ee2AD3FAb",
93
- },
94
89
  [utils_1.CHAIN_IDs.LISK]: {
95
90
  L1CrossDomainMessenger: "0x31B72D76FB666844C41EdF08dF0254875Dbb7edB",
96
91
  L1StandardBridge: "0x2658723Bf70c7667De6B25F99fcce13A16D25d08",
@@ -107,6 +102,11 @@ exports.OP_STACK_ADDRESS_MAP = {
107
102
  L1CrossDomainMessenger: "0x592C1299e0F8331D81A28C0FC7352Da24eDB444a",
108
103
  L1StandardBridge: "0xc473ca7E02af24c129c2eEf51F2aDf0411c1Df69",
109
104
  },
105
+ [utils_1.CHAIN_IDs.SONEIUM]: {
106
+ L1CrossDomainMessenger: "0x9cf951e3f74b644e621b36ca9cea147a78d4c39f",
107
+ L1StandardBridge: "0xeb9bf100225c214efc3e7c651ebbadcf85177607",
108
+ L1OpUSDCBridgeAdapter: "0xC67A8c5f22b40274Ca7C4A56Db89569Ee2AD3FAb",
109
+ },
110
110
  [utils_1.CHAIN_IDs.WORLD_CHAIN]: {
111
111
  L1CrossDomainMessenger: "0xf931a81D18B1766d15695ffc7c1920a62b7e710a",
112
112
  L1StandardBridge: "0x470458C91978D2d929704489Ad730DC3E3001113",
@@ -327,9 +327,9 @@ const config = {
327
327
  accounts: { mnemonic },
328
328
  companionNetworks: { l1: "mainnet" },
329
329
  },
330
- cher: {
331
- chainId: constants_1.CHAIN_IDs.CHER,
332
- url: (0, common_1.getNodeUrl)("cher", true, constants_1.CHAIN_IDs.CHER),
330
+ soneium: {
331
+ chainId: constants_1.CHAIN_IDs.SONEIUM,
332
+ url: "https://soneium.blockscout.com",
333
333
  saveDeployments: true,
334
334
  accounts: { mnemonic },
335
335
  companionNetworks: { l1: "mainnet" },
@@ -364,7 +364,7 @@ const config = {
364
364
  worldchain: "blockscout",
365
365
  alephzero: "blockscout",
366
366
  ink: "blockscout",
367
- cher: "blockscout",
367
+ soneium: "blockscout",
368
368
  },
369
369
  customChains: [
370
370
  {
@@ -400,11 +400,11 @@ const config = {
400
400
  },
401
401
  },
402
402
  {
403
- network: "cher",
404
- chainId: constants_1.CHAIN_IDs.CHER,
403
+ network: "soneium",
404
+ chainId: constants_1.CHAIN_IDs.SONEIUM,
405
405
  urls: {
406
- apiURL: "https://blockscout.com/api",
407
- browserURL: "https://blockscout.com",
406
+ apiURL: "https://soneium.blockscout.com/api",
407
+ browserURL: "https://soneium.blockscout.com",
408
408
  },
409
409
  },
410
410
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@across-protocol/contracts",
3
- "version": "3.0.24",
3
+ "version": "3.0.25",
4
4
  "author": "UMA Team",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {
@@ -41,7 +41,7 @@
41
41
  "pre-commit-hook": "sh scripts/preCommitHook.sh"
42
42
  },
43
43
  "dependencies": {
44
- "@across-protocol/constants": "^3.1.28",
44
+ "@across-protocol/constants": "^3.1.30",
45
45
  "@coral-xyz/anchor": "^0.30.1",
46
46
  "@defi-wonderland/smock": "^2.3.4",
47
47
  "@eth-optimism/contracts": "^0.5.40",