Skip to content

Commit 0f47f9f

Browse files
committed
chore(protocol-kit): bump safe-deployments
1 parent 9d9303c commit 0f47f9f

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

packages/protocol-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"web3": "^4.12.1"
6969
},
7070
"dependencies": {
71-
"@safe-global/safe-deployments": "^1.37.26",
71+
"@safe-global/safe-deployments": "^1.37.28",
7272
"@safe-global/safe-modules-deployments": "^2.2.5",
7373
"@safe-global/types-kit": "^1.0.2",
7474
"abitype": "^1.0.2",

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ export const networks: NetworkShortName[] = [
113113
{ chainId: 1114n, shortName: 'tcore2' },
114114
{ chainId: 1115n, shortName: 'tcore' },
115115
{ chainId: 1116n, shortName: 'core' },
116+
{ chainId: 1125n, shortName: 'taker' },
116117
{ chainId: 1135n, shortName: 'lisk' },
117118
{ chainId: 1230n, shortName: 'UltronTestnet' },
118119
{ chainId: 1231n, shortName: 'UltronMainnet' },
@@ -179,6 +180,7 @@ export const networks: NetworkShortName[] = [
179180
{ chainId: 5003n, shortName: 'mnt-sep' },
180181
{ chainId: 5115n, shortName: 'citrea-testnet' },
181182
{ chainId: 5165n, shortName: 'ftn' },
183+
{ chainId: 5611n, shortName: 'obnbt' },
182184
{ chainId: 5700n, shortName: 'tsys' },
183185
{ chainId: 6001n, shortName: 'bouncebit-mainnet' },
184186
{ chainId: 6102n, shortName: 'cascadia' },
@@ -275,13 +277,15 @@ export const networks: NetworkShortName[] = [
275277
{ chainId: 59141n, shortName: 'linea-sepolia' },
276278
{ chainId: 59144n, shortName: 'linea' },
277279
{ chainId: 60808n, shortName: 'bob' },
280+
{ chainId: 61166n, shortName: 'treasure' },
278281
{ chainId: 71401n, shortName: 'gw-testnet-v1' },
279282
{ chainId: 71402n, shortName: 'gw-mainnet-v1' },
280283
{ chainId: 73799n, shortName: 'vt' },
281284
{ chainId: 80001n, shortName: 'maticmum' },
282285
{ chainId: 80002n, shortName: 'polygonamoy' },
283286
{ chainId: 80084n, shortName: 'berachainbArtio' },
284287
{ chainId: 80085n, shortName: 'berachainArtio' },
288+
{ chainId: 80094n, shortName: 'berachain' },
285289
{ chainId: 81457n, shortName: 'blastmainnet' },
286290
{ chainId: 83291n, shortName: 'lrz-testnet' },
287291
{ chainId: 84531n, shortName: 'basegor' },
@@ -348,6 +352,7 @@ export const networks: NetworkShortName[] = [
348352
{ chainId: 222000222n, shortName: 'kanazawa' },
349353
{ chainId: 245022926n, shortName: 'neonevm-devnet' },
350354
{ chainId: 245022934n, shortName: 'neonevm-mainnet' },
355+
{ chainId: 253368190n, shortName: 'flame' },
351356
{ chainId: 328527624n, shortName: 'nalsep' },
352357
{ chainId: 333000333n, shortName: 'meld' },
353358
{ chainId: 476462898n, shortName: 'Skopje' },

yarn.lock

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

1714-
"@safe-global/safe-deployments@^1.37.26":
1715-
version "1.37.26"
1716-
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.37.26.tgz#fc97d4c12f7f707c8c0245a70649ff2ca29351e9"
1717-
integrity sha512-tMUTprqjvsRWvKsjizGr8xxNp/4cNJMbTWo45F1woRD5faMpRULgblN838hP7nQC9X9+CV5f3jeyjVNx5na5dg==
1714+
"@safe-global/safe-deployments@^1.37.28":
1715+
version "1.37.28"
1716+
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.37.28.tgz#9bc7e8bf5f4df088321e8cb324387d6c7b01fd9d"
1717+
integrity sha512-b+dxFmJK4peNWGJyc6mXoyFsbwK3eXT2jRKDKoElZMovdefl4D0zn8OKme+GtHqxFgbeT9pswZdAoRRT/SBxeA==
17181718
dependencies:
17191719
semver "^7.6.2"
17201720

0 commit comments

Comments
 (0)