Skip to content

Commit c7f360b

Browse files
authored
chore: bump safe-deployments (safe-global#1181)
1 parent 8b9df00 commit c7f360b

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
lines changed

packages/protocol-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"tsconfig-paths": "^4.2.0"
8080
},
8181
"dependencies": {
82-
"@safe-global/safe-deployments": "^1.37.30",
82+
"@safe-global/safe-deployments": "^1.37.31",
8383
"@safe-global/safe-modules-deployments": "^2.2.7",
8484
"@safe-global/types-kit": "^2.0.0",
8585
"abitype": "^1.0.2",

packages/protocol-kit/src/utils/eip-3770/config.ts

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const networks: NetworkShortName[] = [
2323
{ chainId: 39n, shortName: 'u2u' },
2424
{ chainId: 40n, shortName: 'telosevm' },
2525
{ chainId: 41n, shortName: 'telosevmtestnet' },
26-
{ chainId: 42n, shortName: 'kov' },
26+
{ chainId: 42n, shortName: 'lukso' },
2727
{ chainId: 43n, shortName: 'pangolin' },
2828
{ chainId: 44n, shortName: 'crab' },
2929
{ chainId: 46n, shortName: 'darwinia' },
@@ -62,6 +62,8 @@ export const networks: NetworkShortName[] = [
6262
{ chainId: 195n, shortName: 'tokb' },
6363
{ chainId: 196n, shortName: 'okb' },
6464
{ chainId: 204n, shortName: 'opbnb' },
65+
{ chainId: 228n, shortName: 'fhe' },
66+
{ chainId: 232n, shortName: 'lens' },
6567
{ chainId: 240n, shortName: 'zkTCRO' },
6668
{ chainId: 246n, shortName: 'ewt' },
6769
{ chainId: 250n, shortName: 'ftm' },
@@ -103,6 +105,7 @@ export const networks: NetworkShortName[] = [
103105
{ chainId: 919n, shortName: 'modesep' },
104106
{ chainId: 938n, shortName: 'haust' },
105107
{ chainId: 943n, shortName: 't4pls' },
108+
{ chainId: 964n, shortName: 'bittensor-evm-mainnet' },
106109
{ chainId: 970n, shortName: 'ccn' },
107110
{ chainId: 995n, shortName: '5ire' },
108111
{ chainId: 1001n, shortName: 'baobab' },
@@ -123,6 +126,7 @@ export const networks: NetworkShortName[] = [
123126
{ chainId: 1285n, shortName: 'mriver' },
124127
{ chainId: 1287n, shortName: 'mbase' },
125128
{ chainId: 1294n, shortName: 'bobabeam' },
129+
{ chainId: 1315n, shortName: 'story-aeneid' },
126130
{ chainId: 1329n, shortName: 'sei' },
127131
{ chainId: 1337n, shortName: 'geth' },
128132
{ chainId: 1442n, shortName: 'testnet-zkEVM-mango' },
@@ -132,6 +136,7 @@ export const networks: NetworkShortName[] = [
132136
{ chainId: 1625n, shortName: 'gravity' },
133137
{ chainId: 1663n, shortName: 'Gobi' },
134138
{ chainId: 1729n, shortName: 'reya' },
139+
{ chainId: 1740n, shortName: 'metall2-testnet' },
135140
{ chainId: 1750n, shortName: 'metall2' },
136141
{ chainId: 1807n, shortName: 'rana' },
137142
{ chainId: 1811n, shortName: 'lif3-testnet' },
@@ -155,7 +160,9 @@ export const networks: NetworkShortName[] = [
155160
{ chainId: 2222n, shortName: 'kava' },
156161
{ chainId: 2331n, shortName: 'rss3-testnet' },
157162
{ chainId: 2358n, shortName: 'kroma-sepolia' },
163+
{ chainId: 2424n, shortName: 'inevm-testnet' },
158164
{ chainId: 2442n, shortName: 'zkevm-testnet-cardona' },
165+
{ chainId: 2741n, shortName: 'abstract' },
159166
{ chainId: 2810n, shortName: 'hmorph' },
160167
{ chainId: 2818n, shortName: 'morph' },
161168
{ chainId: 3338n, shortName: 'PEAQ' },
@@ -205,21 +212,26 @@ export const networks: NetworkShortName[] = [
205212
{ chainId: 8194n, shortName: 'ttqf' },
206213
{ chainId: 8217n, shortName: 'cypress' },
207214
{ chainId: 8329n, shortName: 'lrz' },
215+
{ chainId: 8408n, shortName: 'zentest' },
208216
{ chainId: 8453n, shortName: 'base' },
217+
{ chainId: 8801n, shortName: 'okto-testnet' },
209218
{ chainId: 8822n, shortName: 'iotaevm' },
210219
{ chainId: 9000n, shortName: 'evmos-testnet' },
211220
{ chainId: 9001n, shortName: 'evmos' },
221+
{ chainId: 9369n, shortName: 'z' },
212222
{ chainId: 9700n, shortName: 'MainnetDev' },
213223
{ chainId: 9728n, shortName: 'boba-testnet' },
214224
{ chainId: 10000n, shortName: 'smartbch' },
215225
{ chainId: 10001n, shortName: 'smartbchtest' },
216226
{ chainId: 10081n, shortName: 'joct' },
227+
{ chainId: 10143n, shortName: 'mon-testnet' },
217228
{ chainId: 10200n, shortName: 'chi' },
218229
{ chainId: 10242n, shortName: 'aa' },
219230
{ chainId: 10243n, shortName: 'aat' },
220231
{ chainId: 10849n, shortName: 'lamina1' },
221232
{ chainId: 11011n, shortName: 'shapesep' },
222233
{ chainId: 11111n, shortName: 'WAGMI' },
234+
{ chainId: 11124n, shortName: 'abstract-sepolia' },
223235
{ chainId: 11235n, shortName: 'islm' },
224236
{ chainId: 11437n, shortName: 'shyftt' },
225237
{ chainId: 11501n, shortName: 'bevm' },
@@ -240,6 +252,7 @@ export const networks: NetworkShortName[] = [
240252
{ chainId: 17172n, shortName: 'eclipse' },
241253
{ chainId: 18231n, shortName: 'unreal-old' },
242254
{ chainId: 18233n, shortName: 'unreal' },
255+
{ chainId: 18880n, shortName: 'expchain' },
243256
{ chainId: 22776n, shortName: 'mapo' },
244257
{ chainId: 23294n, shortName: 'sapphire' },
245258
{ chainId: 23295n, shortName: 'sapphire-testnet' },
@@ -270,6 +283,8 @@ export const networks: NetworkShortName[] = [
270283
{ chainId: 47805n, shortName: 'rei' },
271284
{ chainId: 48899n, shortName: 'zircuit-testnet' },
272285
{ chainId: 48900n, shortName: 'zircuit-mainnet' },
286+
{ chainId: 53302n, shortName: 'seedsep' },
287+
{ chainId: 53456n, shortName: 'birdlayer' },
273288
{ chainId: 53457n, shortName: 'dodochain' },
274289
{ chainId: 54211n, shortName: 'islmt' },
275290
{ chainId: 56288n, shortName: 'boba-bnb' },
@@ -280,6 +295,7 @@ export const networks: NetworkShortName[] = [
280295
{ chainId: 59140n, shortName: 'linea-goerli' },
281296
{ chainId: 59141n, shortName: 'linea-sepolia' },
282297
{ chainId: 59144n, shortName: 'linea' },
298+
{ chainId: 59902n, shortName: 'metis-sepolia' },
283299
{ chainId: 60808n, shortName: 'bob' },
284300
{ chainId: 61166n, shortName: 'treasure' },
285301
{ chainId: 71401n, shortName: 'gw-testnet-v1' },
@@ -347,6 +363,7 @@ export const networks: NetworkShortName[] = [
347363
{ chainId: 11155111n, shortName: 'sep' },
348364
{ chainId: 11155420n, shortName: 'opsep' },
349365
{ chainId: 12227332n, shortName: 'neox-t4' },
366+
{ chainId: 21000000n, shortName: 'corn' },
350367
{ chainId: 52164803n, shortName: 'fluence-testnet' },
351368
{ chainId: 94204209n, shortName: 'polygon-blackberry' },
352369
{ chainId: 111557560n, shortName: 'cysep' },
@@ -362,9 +379,11 @@ export const networks: NetworkShortName[] = [
362379
{ chainId: 476462898n, shortName: 'Skopje' },
363380
{ chainId: 666666666n, shortName: 'degen-chain' },
364381
{ chainId: 888888888n, shortName: 'ancient8' },
382+
{ chainId: 994873017n, shortName: 'lumia-mainnet' },
365383
{ chainId: 999999999n, shortName: 'zsep' },
366384
{ chainId: 1313161554n, shortName: 'aurora' },
367385
{ chainId: 1313161555n, shortName: 'aurora-testnet' },
386+
{ chainId: 1417429182n, shortName: 'zephyr' },
368387
{ chainId: 1511670449n, shortName: 'GPT' },
369388
{ chainId: 1570754601n, shortName: 'hst-test' },
370389
{ chainId: 1666600000n, shortName: 'hmy-s0' },

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1826,10 +1826,10 @@
18261826
resolved "https://registry.yarnpkg.com/@safe-global/safe-contracts/-/safe-contracts-1.4.1.tgz#82605342f3289dc6b99818f599a3409ec2cb3fdc"
18271827
integrity sha512-fP1jewywSwsIniM04NsqPyVRFKPMAuirC3ftA/TA4X3Zc5EnwQp/UCJUU2PL/37/z/jMo8UUaJ+pnFNWmMU7dQ==
18281828

1829-
"@safe-global/safe-deployments@^1.37.30":
1830-
version "1.37.30"
1831-
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.37.30.tgz#6b9654b429424a3081ec99e34753fe933bf59746"
1832-
integrity sha512-fARm/2VkT4Om/EoaVG4G/TvxaXnVfJZQrsXi/3eDcIB0NwkjgTHoku7FfdY4Gl3EINCaUHnWT9t7CNMPJu/I5w==
1829+
"@safe-global/safe-deployments@^1.37.31":
1830+
version "1.37.31"
1831+
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.37.31.tgz#582120fb2468a0f3bb284f0d3c6c94bb61b151f7"
1832+
integrity sha512-9ab33ttfSTiWCYKwI7n7eky9bNPQD0f21cCTu/nn4+OwjZvYUrcYfmxNvjXy3JERDToHbalAZ1KHUjfA0teN4A==
18331833
dependencies:
18341834
semver "^7.6.2"
18351835

0 commit comments

Comments
 (0)