Skip to content

Commit

Permalink
chore: bump safe-deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Apr 30, 2024
1 parent 71fa34a commit dd8ebb6
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 9 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.34.0",
"@safe-global/safe-deployments": "^1.35.0",
"ethereumjs-util": "^7.1.5",
"ethers": "^6.7.1",
"semver": "^7.5.4",
Expand Down
24 changes: 23 additions & 1 deletion packages/protocol-kit/src/utils/eip-3770/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 155n, shortName: 'tenet-testnet' },
{ chainId: 169n, shortName: 'manta' },
{ chainId: 195n, shortName: 'tokb' },
{ chainId: 196n, shortName: 'okb' },
{ chainId: 204n, shortName: 'opbnb' },
{ chainId: 246n, shortName: 'ewt' },
{ chainId: 250n, shortName: 'ftm' },
Expand All @@ -63,6 +64,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 324n, shortName: 'zksync' },
{ chainId: 336n, shortName: 'sdn' },
{ chainId: 338n, shortName: 'tcro' },
{ chainId: 369n, shortName: 'pls' },
{ chainId: 420n, shortName: 'ogor' },
{ chainId: 424n, shortName: 'PNG' },
{ chainId: 570n, shortName: 'sys-rollux' },
Expand All @@ -73,6 +75,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 686n, shortName: 'kar' },
{ chainId: 787n, shortName: 'aca' },
{ chainId: 919n, shortName: 'modesep' },
{ chainId: 943n, shortName: 't4pls' },
{ chainId: 1001n, shortName: 'baobab' },
{ chainId: 1008n, shortName: 'eun' },
{ chainId: 1030n, shortName: 'cfx' },
Expand All @@ -97,6 +100,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 1891n, shortName: 'lightlink_pegasus' },
{ chainId: 1984n, shortName: 'euntest' },
{ chainId: 1998n, shortName: 'kyoto-testnet' },
{ chainId: 2000n, shortName: 'dc' },
{ chainId: 2001n, shortName: 'milkada' },
{ chainId: 2002n, shortName: 'milkalgo' },
{ chainId: 2008n, shortName: 'cloudwalk_testnet' },
Expand All @@ -105,24 +109,29 @@ export const networks: NetworkShortName[] = [
{ chainId: 2021n, shortName: 'edg' },
{ chainId: 2221n, shortName: 'tkava' },
{ chainId: 2222n, shortName: 'kava' },
{ chainId: 2331n, shortName: 'rss3-testnet' },
{ chainId: 2358n, shortName: 'kroma-sepolia' },
{ chainId: 3636n, shortName: 'BTNX' },
{ chainId: 3737n, shortName: 'csb' },
{ chainId: 3776n, shortName: 'astrzk' },
{ chainId: 4002n, shortName: 'tftm' },
{ chainId: 4157n, shortName: 'crossfi-testnet' },
{ chainId: 4202n, shortName: 'lisksep' },
{ chainId: 4337n, shortName: 'beam' },
{ chainId: 4460n, shortName: 'orderlyl2' },
{ chainId: 4653n, shortName: 'gold' },
{ chainId: 4689n, shortName: 'iotex-mainnet' },
{ chainId: 4918n, shortName: 'txvm' },
{ chainId: 4919n, shortName: 'xvm' },
{ chainId: 5000n, shortName: 'mantle' },
{ chainId: 5001n, shortName: 'mantle-testnet' },
{ chainId: 5003n, shortName: 'mnt-sep' },
{ chainId: 5700n, shortName: 'tsys' },
{ chainId: 6001n, shortName: 'bouncebit-mainnet' },
{ chainId: 6102n, shortName: 'cascadia' },
{ chainId: 7000n, shortName: 'zetachain-mainnet' },
{ chainId: 7001n, shortName: 'zetachain-athens' },
{ chainId: 7171n, shortName: 'bitrock' },
{ chainId: 7332n, shortName: 'EON' },
{ chainId: 7341n, shortName: 'shyft' },
{ chainId: 7700n, shortName: 'canto' },
Expand All @@ -131,6 +140,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 8194n, shortName: 'ttqf' },
{ chainId: 8217n, shortName: 'cypress' },
{ chainId: 8453n, shortName: 'base' },
{ chainId: 8822n, shortName: 'iotaevm' },
{ chainId: 9000n, shortName: 'evmos-testnet' },
{ chainId: 9001n, shortName: 'evmos' },
{ chainId: 9728n, shortName: 'boba-testnet' },
Expand All @@ -140,10 +150,12 @@ export const networks: NetworkShortName[] = [
{ chainId: 10200n, shortName: 'chi' },
{ chainId: 10242n, shortName: 'aa' },
{ chainId: 10243n, shortName: 'aat' },
{ chainId: 11111n, shortName: 'WAGMI' },
{ chainId: 11235n, shortName: 'islm' },
{ chainId: 11437n, shortName: 'shyftt' },
{ chainId: 11891n, shortName: 'Arianee' },
{ chainId: 12357n, shortName: 'rei-testnet' },
{ chainId: 12553n, shortName: 'rss3' },
{ chainId: 13337n, shortName: 'beam-testnet' },
{ chainId: 13371n, shortName: 'imx' },
{ chainId: 13473n, shortName: 'imx-testnet' },
Expand All @@ -152,6 +164,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 18231n, shortName: 'unreal' },
{ chainId: 23294n, shortName: 'sapphire' },
{ chainId: 23295n, shortName: 'sapphire-testnet' },
{ chainId: 28979n, shortName: 'kimbonet-testnet' },
{ chainId: 34443n, shortName: 'mode' },
{ chainId: 42161n, shortName: 'arb1' },
{ chainId: 42170n, shortName: 'arb-nova' },
Expand All @@ -172,14 +185,18 @@ export const networks: NetworkShortName[] = [
{ chainId: 71402n, shortName: 'gw-mainnet-v1' },
{ chainId: 73799n, shortName: 'vt' },
{ chainId: 80001n, shortName: 'maticmum' },
{ chainId: 80002n, shortName: 'polygonamoy' },
{ chainId: 80085n, shortName: 'berachainArtio' },
{ chainId: 81457n, shortName: 'blastmainnet' },
{ chainId: 84531n, shortName: 'basegor' },
{ chainId: 84532n, shortName: 'basesep' },
{ chainId: 103454n, shortName: 'masatest' },
{ chainId: 105105n, shortName: 'stratis' },
{ chainId: 167008n, shortName: 'tko-katla' },
{ chainId: 200101n, shortName: 'milktada' },
{ chainId: 200202n, shortName: 'milktalgo' },
{ chainId: 200810n, shortName: 'btrt' },
{ chainId: 205205n, shortName: 'auroria' },
{ chainId: 333999n, shortName: 'olympus' },
{ chainId: 421611n, shortName: 'arb-rinkeby' },
{ chainId: 421613n, shortName: 'arb-goerli' },
Expand All @@ -191,20 +208,25 @@ export const networks: NetworkShortName[] = [
{ chainId: 622277n, shortName: 'rth' },
{ chainId: 713715n, shortName: 'sei-devnet' },
{ chainId: 7777777n, shortName: 'zora' },
{ chainId: 6038361n, shortName: 'azkyt' },
{ chainId: 11155111n, shortName: 'sep' },
{ chainId: 11155420n, shortName: 'opsep' },
{ chainId: 94204209n, shortName: 'polygon-blackberry' },
{ chainId: 123420111n, shortName: 'opcelestia-raspberry' },
{ chainId: 168587773n, shortName: 'blastsepolia' },
{ chainId: 222000222n, shortName: 'kanazawa' },
{ chainId: 245022926n, shortName: 'neonevm-devnet' },
{ chainId: 245022934n, shortName: 'neonevm-mainnet' },
{ chainId: 333000333n, shortName: 'meld' },
{ chainId: 666666666n, shortName: 'degen-chain' },
{ chainId: 999999999n, shortName: 'zsep' },
{ chainId: 1313161554n, shortName: 'aurora' },
{ chainId: 1313161555n, shortName: 'aurora-testnet' },
{ chainId: 1666600000n, shortName: 'hmy-s0' },
{ chainId: 1666700000n, shortName: 'hmy-b-s0' },
{ chainId: 11297108099n, shortName: 'tpalm' },
{ chainId: 11297108109n, shortName: 'palm' }
{ chainId: 11297108109n, shortName: 'palm' },
{ chainId: 88153591557n, shortName: 'arb-blueberry' }
]

if (process.env.TEST_NETWORK === 'hardhat') {
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.34.0",
"@safe-global/safe-deployments": "^1.35.0",
"ethers": "^6.7.1",
"web3-core": "^1.10.3",
"web3-utils": "^1.10.3"
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1850,13 +1850,13 @@
picocolors "^1.0.0"
tslib "^2.6.0"

"@safe-global/protocol-kit@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@safe-global/protocol-kit/-/protocol-kit-3.0.1.tgz#77793ca0f6ceb7e017230cd2f4b48e952145c4b5"
integrity sha512-7S2QCvIDw3NsErF0f8tIfiTBz32btCAkw7IYuQFPc+G7clLrvDNhDaZYSoDsa8F0EoEhn+605VA7XP//iL6AIg==
"@safe-global/protocol-kit@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@safe-global/protocol-kit/-/protocol-kit-3.0.2.tgz#cfa4c5e890c101aa89e11768d07b2bc5455f72fb"
integrity sha512-Jxvvfu4yqEdWeOuY3VWOOs/q5f27om3tctL2guOCDbAuSx3Vd1peaKRwLiREkvrrqKEW0tfmzUSsqtmlJExfBw==
dependencies:
"@noble/hashes" "^1.3.3"
"@safe-global/safe-deployments" "^1.33.0"
"@safe-global/safe-deployments" "^1.34.0"
ethereumjs-util "^7.1.5"
ethers "^6.7.1"
semver "^7.5.4"
Expand All @@ -1876,6 +1876,13 @@
dependencies:
semver "^7.3.7"

"@safe-global/safe-deployments@^1.35.0":
version "1.35.0"
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.35.0.tgz#6930a86a006526a9791ebd2a11cf8f5d8358563b"
integrity sha512-Of8WQEcvL5Fm+xxnCDjah6Hkw+sNdzcApQnzr+OsPBxYtZL0RRtbmesypj36oOD8BQmyrH54V8DVN+pYjrfJ9g==
dependencies:
semver "^7.6.0"

"@safe-global/safe-modules-deployments@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@safe-global/safe-modules-deployments/-/safe-modules-deployments-2.0.0.tgz#08a201a6ddc141714b475c8d205d0a0f6c73d7f2"
Expand Down Expand Up @@ -9497,7 +9504,7 @@ semver@^6.0.0, semver@^6.3.0:
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==

semver@^7.0.0, semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4:
semver@^7.0.0, semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
version "7.6.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
Expand Down

0 comments on commit dd8ebb6

Please sign in to comment.