Skip to content

Commit

Permalink
chore: bump safe-deployments (#1067)
Browse files Browse the repository at this point in the history
* Update Safe Deployments

* Update local networks
  • Loading branch information
yagopv authored Dec 4, 2024
1 parent 535f2b8 commit d4bde5d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/protocol-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"web3": "^4.12.1"
},
"dependencies": {
"@safe-global/safe-deployments": "^1.37.14",
"@safe-global/safe-deployments": "^1.37.20",
"@safe-global/safe-modules-deployments": "^2.2.4",
"@safe-global/types-kit": "^1.0.0",
"abitype": "^1.0.2",
Expand Down
17 changes: 15 additions & 2 deletions packages/protocol-kit/src/utils/eip-3770/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 282n, shortName: 'zkTCRO' },
{ chainId: 288n, shortName: 'boba' },
{ chainId: 291n, shortName: 'orderly' },
{ chainId: 300n, shortName: 'ogn' },
{ chainId: 300n, shortName: 'zksync-sepolia' },
{ chainId: 314n, shortName: 'filecoin' },
{ chainId: 321n, shortName: 'kcs' },
{ chainId: 322n, shortName: 'kcst' },
Expand Down Expand Up @@ -112,6 +112,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 1337n, shortName: 'geth' },
{ chainId: 1442n, shortName: 'testnet-zkEVM-mango' },
{ chainId: 1513n, shortName: 'Story' },
{ chainId: 1516n, shortName: 'story-testnet' },
{ chainId: 1559n, shortName: 'tenet' },
{ chainId: 1625n, shortName: 'gravity' },
{ chainId: 1663n, shortName: 'Gobi' },
Expand All @@ -120,6 +121,8 @@ export const networks: NetworkShortName[] = [
{ chainId: 1811n, shortName: 'lif3-testnet' },
{ chainId: 1890n, shortName: 'lightlink_phoenix' },
{ chainId: 1891n, shortName: 'lightlink_pegasus' },
{ chainId: 1923n, shortName: 'swell-l2' },
{ chainId: 1924n, shortName: 'swell-l2-testnet' },
{ chainId: 1984n, shortName: 'euntest' },
{ chainId: 1998n, shortName: 'kyoto-testnet' },
{ chainId: 2000n, shortName: 'dc' },
Expand All @@ -144,6 +147,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 3737n, shortName: 'csb' },
{ chainId: 3776n, shortName: 'astrzk' },
{ chainId: 4002n, shortName: 'tftm' },
{ chainId: 4061n, shortName: 'Nahmii3Mainnet' },
{ chainId: 4062n, shortName: 'Nahmii3Testnet' },
{ chainId: 4078n, shortName: 'muster' },
{ chainId: 4157n, shortName: 'crossfi-testnet' },
Expand Down Expand Up @@ -183,6 +187,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 8822n, shortName: 'iotaevm' },
{ chainId: 9000n, shortName: 'evmos-testnet' },
{ chainId: 9001n, shortName: 'evmos' },
{ chainId: 9700n, shortName: 'MainnetDev' },
{ chainId: 9728n, shortName: 'boba-testnet' },
{ chainId: 10000n, shortName: 'smartbch' },
{ chainId: 10001n, shortName: 'smartbchtest' },
Expand Down Expand Up @@ -228,6 +233,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 42161n, shortName: 'arb1' },
{ chainId: 42170n, shortName: 'arb-nova' },
{ chainId: 42220n, shortName: 'celo' },
{ chainId: 42421n, shortName: 'rwa' },
{ chainId: 42793n, shortName: 'etlk' },
{ chainId: 43113n, shortName: 'fuji' },
{ chainId: 43114n, shortName: 'avax' },
Expand Down Expand Up @@ -260,6 +266,8 @@ export const networks: NetworkShortName[] = [
{ chainId: 84532n, shortName: 'basesep' },
{ chainId: 90001n, shortName: 'dhobyghaut' },
{ chainId: 97435n, shortName: 'sling' },
{ chainId: 98864n, shortName: 'plume-devnet' },
{ chainId: 98865n, shortName: 'plume' },
{ chainId: 103454n, shortName: 'masatest' },
{ chainId: 105105n, shortName: 'stratis' },
{ chainId: 111188n, shortName: 're-al' },
Expand All @@ -274,6 +282,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 314159n, shortName: 'filecoin-calibration' },
{ chainId: 328527n, shortName: 'nal' },
{ chainId: 333999n, shortName: 'olympus' },
{ chainId: 381931n, shortName: 'metal' },
{ chainId: 421611n, shortName: 'arb-rinkeby' },
{ chainId: 421613n, shortName: 'arb-goerli' },
{ chainId: 421614n, shortName: 'arb-sep' },
Expand All @@ -287,6 +296,8 @@ export const networks: NetworkShortName[] = [
{ chainId: 656476n, shortName: 'open-campus-codex' },
{ chainId: 660279n, shortName: 'xai' },
{ chainId: 713715n, shortName: 'sei-devnet' },
{ chainId: 743111n, shortName: 'hemi-sep' },
{ chainId: 763373n, shortName: 'inksepolia' },
{ chainId: 764984n, shortName: 'lamina1test' },
{ chainId: 808813n, shortName: 'bob-sepolia' },
{ chainId: 810180n, shortName: 'zklink-nova' },
Expand Down Expand Up @@ -318,13 +329,15 @@ export const networks: NetworkShortName[] = [
{ chainId: 1313161554n, shortName: 'aurora' },
{ chainId: 1313161555n, shortName: 'aurora-testnet' },
{ chainId: 1511670449n, shortName: 'GPT' },
{ chainId: 1570754601n, shortName: 'hst-test' },
{ chainId: 1666600000n, shortName: 'hmy-s0' },
{ chainId: 1666700000n, shortName: 'hmy-b-s0' },
{ chainId: 11297108099n, shortName: 'tpalm' },
{ chainId: 11297108109n, shortName: 'palm' },
{ chainId: 37714555429n, shortName: 'xaitestnet' },
{ chainId: 88153591557n, shortName: 'arb-blueberry' },
{ chainId: 123420000220n, shortName: 'fluence-stage' }
{ chainId: 123420000220n, shortName: 'fluence-stage' },
{ chainId: 920637907288165n, shortName: 'kkrt-starknet-sepolia' }
]

if (process.env.TEST_NETWORK === 'hardhat') {
Expand Down
19 changes: 4 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1741,17 +1741,6 @@
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==

"@safe-global/protocol-kit@file:packages/sdk-starter-kit/.yalc/@safe-global/protocol-kit":
version "5.0.4"
dependencies:
"@noble/curves" "^1.6.0"
"@safe-global/safe-deployments" "^1.37.14"
"@safe-global/safe-modules-deployments" "^2.2.4"
"@safe-global/types-kit" "^1.0.0"
abitype "^1.0.2"
semver "^7.6.3"
viem "^2.21.8"

"@safe-global/safe-contracts-v1.4.1@npm:@safe-global/[email protected]":
version "1.4.1"
resolved "https://registry.npmjs.org/@safe-global/safe-contracts/-/safe-contracts-1.4.1.tgz"
Expand All @@ -1762,10 +1751,10 @@
resolved "https://registry.yarnpkg.com/@safe-global/safe-contracts/-/safe-contracts-1.4.1-build.0.tgz#5d82e2f3fd8430b4589df992b9ee2c71386082fe"
integrity sha512-TIpoKJtMqLcLFoid0cvpxo8YTcnRUj95MHvxzwgPbJPRONOckNS6ebgGyBBRDmnpxFh34IBpPUZ7JD+z2Cfbbg==

"@safe-global/safe-deployments@^1.37.14":
version "1.37.14"
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.37.14.tgz#31c1d1ff924d94ce639c136bef154de3adf5f75e"
integrity sha512-uHpYizq52j1arwWRxHbEbrZsECD5tG87NwLo/xDViRVw/GIrkRC6HerkzfZwiHVjVrC8gN8o3ApLsknYbxrF4w==
"@safe-global/safe-deployments@^1.37.20":
version "1.37.20"
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.37.20.tgz#368c172b19cd34fa77ec5c0df6a16d52d64abdee"
integrity sha512-2T2cYtgpLGzxM0GUPXd5mqZiQ193fgWXB2Yg0Azd/EBpBsAfUEWVmjdux+5D2aNNyVv++16Hq5GqiOv5sU07Tg==
dependencies:
semver "^7.6.2"

Expand Down

0 comments on commit d4bde5d

Please sign in to comment.