Skip to content

Commit

Permalink
chore: bump safe-global/safe-deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Oct 21, 2024
1 parent 41fac0f commit c1b1576
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/protocol-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"dependencies": {
"@noble/hashes": "^1.3.3",
"@safe-global/safe-deployments": "^1.37.9",
"@safe-global/safe-deployments": "^1.37.12",
"@safe-global/safe-modules-deployments": "^2.2.4",
"@safe-global/types-kit": "^1.0.0",
"abitype": "^1.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/protocol-kit/src/utils/eip-3770/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 324n, shortName: 'zksync' },
{ chainId: 336n, shortName: 'sdn' },
{ chainId: 338n, shortName: 'tcro' },
{ chainId: 360n, shortName: 'shape' },
{ chainId: 369n, shortName: 'pls' },
{ chainId: 388n, shortName: 'zkCRO' },
{ chainId: 420n, shortName: 'ogor' },
Expand All @@ -88,6 +89,8 @@ export const networks: NetworkShortName[] = [
{ chainId: 787n, shortName: 'aca' },
{ chainId: 919n, shortName: 'modesep' },
{ chainId: 943n, shortName: 't4pls' },
{ chainId: 970n, shortName: 'ccn' },
{ chainId: 995n, shortName: '5ire' },
{ chainId: 1001n, shortName: 'baobab' },
{ chainId: 1008n, shortName: 'eun' },
{ chainId: 1030n, shortName: 'cfx' },
Expand Down Expand Up @@ -150,11 +153,13 @@ export const networks: NetworkShortName[] = [
{ chainId: 5000n, shortName: 'mantle' },
{ chainId: 5001n, shortName: 'mantle-testnet' },
{ chainId: 5003n, shortName: 'mnt-sep' },
{ chainId: 5165n, shortName: 'ftn' },
{ chainId: 5700n, shortName: 'tsys' },
{ chainId: 6001n, shortName: 'bouncebit-mainnet' },
{ chainId: 6102n, shortName: 'cascadia' },
{ chainId: 6321n, shortName: 'eaura' },
{ chainId: 6322n, shortName: 'aura' },
{ chainId: 6398n, shortName: 'connext-sepolia' },
{ chainId: 6688n, shortName: 'iris' },
{ chainId: 7000n, shortName: 'zetachain-mainnet' },
{ chainId: 7001n, shortName: 'zetachain-testnet' },
Expand All @@ -180,6 +185,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 10242n, shortName: 'aa' },
{ chainId: 10243n, shortName: 'aat' },
{ chainId: 10849n, shortName: 'lamina1' },
{ chainId: 11011n, shortName: 'shapesep' },
{ chainId: 11111n, shortName: 'WAGMI' },
{ chainId: 11235n, shortName: 'islm' },
{ chainId: 11437n, shortName: 'shyftt' },
Expand All @@ -193,6 +199,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 13337n, shortName: 'beam-testnet' },
{ chainId: 13371n, shortName: 'imx' },
{ chainId: 13473n, shortName: 'imx-testnet' },
{ chainId: 14800n, shortName: 'vana-moksha' },
{ chainId: 17000n, shortName: 'holesky' },
{ chainId: 17069n, shortName: 'garnet' },
{ chainId: 17172n, shortName: 'eclipse' },
Expand All @@ -201,6 +208,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 22776n, shortName: 'mapo' },
{ chainId: 23294n, shortName: 'sapphire' },
{ chainId: 23295n, shortName: 'sapphire-testnet' },
{ chainId: 25327n, shortName: 'Everclear' },
{ chainId: 28979n, shortName: 'kimbonet-testnet' },
{ chainId: 32769n, shortName: 'zil' },
{ chainId: 33101n, shortName: 'zil-testnet' },
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1735,10 +1735,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.9":
version "1.37.9"
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.37.9.tgz#efcc3633cab725c91a1961d09e6a6b70c4006b1f"
integrity sha512-j/4V5fJNddi4/oBhuDWSx2ocfXMkNGBpke2B3nPTIrzgXQam0wObkBQOe85tqjte9KEuDPW1D3bvvVCdz0WrRQ==
"@safe-global/safe-deployments@^1.37.12":
version "1.37.12"
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.37.12.tgz#c01b0a272991ae0e63a37d506024a809de53c370"
integrity sha512-6UM5wS6b0h4Uu2BCK6sWLNC5UYFBd1Xu4YsuZpoSjlo/6UDbbK6lzYVEgtqbsy8p1z2ZO+Z73WgRo3mlh7awig==
dependencies:
semver "^7.6.2"

Expand Down

0 comments on commit c1b1576

Please sign in to comment.