Skip to content

Commit

Permalink
chore: bump safe deployments to latest version (safe-global#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra authored Jan 24, 2024
1 parent c8f4386 commit 8da43dd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/protocol-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
},
"dependencies": {
"@noble/hashes": "^1.3.3",
"@safe-global/safe-deployments": "^1.30.0",
"@safe-global/safe-deployments": "^1.31.0",
"ethereumjs-util": "^7.1.5",
"ethers": "^6.7.1",
"semver": "^7.5.4",
Expand Down
7 changes: 6 additions & 1 deletion packages/protocol-kit/src/utils/eip-3770/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 148n, shortName: 'shimmerevm-mainnet' },
{ chainId: 155n, shortName: 'tenet-testnet' },
{ chainId: 169n, shortName: 'manta' },
{ chainId: 204n, shortName: 'opbnb' },
{ chainId: 246n, shortName: 'ewt' },
{ chainId: 250n, shortName: 'ftm' },
{ chainId: 255n, shortName: 'kroma' },
Expand Down Expand Up @@ -100,6 +101,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 2358n, shortName: 'kroma-sepolia' },
{ chainId: 3737n, shortName: 'csb' },
{ chainId: 4002n, shortName: 'tftm' },
{ chainId: 4337n, shortName: 'beam' },
{ chainId: 4460n, shortName: 'orderlyl2' },
{ chainId: 4689n, shortName: 'iotex-mainnet' },
{ chainId: 4918n, shortName: 'txvm' },
Expand Down Expand Up @@ -128,9 +130,11 @@ export const networks: NetworkShortName[] = [
{ chainId: 11437n, shortName: 'shyftt' },
{ chainId: 11891n, shortName: 'Arianee' },
{ chainId: 12357n, shortName: 'rei-testnet' },
{ chainId: 13337n, shortName: 'beam-testnet' },
{ chainId: 17000n, shortName: 'holesky' },
{ chainId: 23294n, shortName: 'sapphire' },
{ chainId: 23295n, shortName: 'sapphire-testnet' },
{ chainId: 34443n, shortName: 'mode' },
{ chainId: 42161n, shortName: 'arb1' },
{ chainId: 42170n, shortName: 'arb-nova' },
{ chainId: 42220n, shortName: 'celo' },
Expand All @@ -150,7 +154,8 @@ export const networks: NetworkShortName[] = [
{ chainId: 71402n, shortName: 'gw-mainnet-v1' },
{ chainId: 73799n, shortName: 'vt' },
{ chainId: 80001n, shortName: 'maticmum' },
{ chainId: 84531n, shortName: 'base-gor' },
{ chainId: 84531n, shortName: 'basegor' },
{ chainId: 84532n, shortName: 'basesep' },
{ chainId: 200101n, shortName: 'milktada' },
{ chainId: 200202n, shortName: 'milktalgo' },
{ chainId: 333999n, shortName: 'olympus' },
Expand Down
2 changes: 1 addition & 1 deletion packages/safe-core-sdk-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"homepage": "https://github.com/safe-global/safe-core-sdk#readme",
"dependencies": {
"@safe-global/safe-deployments": "^1.30.0",
"@safe-global/safe-deployments": "^1.31.0",
"ethers": "^6.7.1",
"web3-core": "^1.10.3",
"web3-utils": "^1.10.3"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1855,10 +1855,10 @@
resolved "https://registry.npmjs.org/@safe-global/safe-contracts/-/safe-contracts-1.4.1.tgz"
integrity sha512-fP1jewywSwsIniM04NsqPyVRFKPMAuirC3ftA/TA4X3Zc5EnwQp/UCJUU2PL/37/z/jMo8UUaJ+pnFNWmMU7dQ==

"@safe-global/safe-deployments@^1.30.0":
version "1.30.0"
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.30.0.tgz#c0b0de6b304a044099f532b2c3ee587a686fd550"
integrity sha512-z721O3gsIOpzAu9nYo4fLx88Ql4CZdfO0Eh/F3eC8/pCOoAhJnhOEt+Q7rOyCSuzyt5LPgeV6F4UEIp6txEaKA==
"@safe-global/safe-deployments@^1.31.0":
version "1.31.0"
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.31.0.tgz#42a4d6acb9af5d0c2d9e60c48bf5d82789c31f23"
integrity sha512-s7JtIjf4t94ye1LEbAt9h+NlYtJl4gqNqkY385+CnBcJKW1+e8oADW8rINqGqi2/el/bMg80wh2QFOHJTp8H+A==
dependencies:
semver "^7.3.7"

Expand Down

0 comments on commit 8da43dd

Please sign in to comment.