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 May 15, 2024
1 parent 0bc0515 commit 609ce7f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 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.35.0",
"@safe-global/safe-deployments": "^1.36.0",
"ethereumjs-util": "^7.1.5",
"ethers": "^6.7.1",
"semver": "^7.5.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/protocol-kit/src/utils/eip-3770/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 595n, shortName: 'maca' },
{ chainId: 599n, shortName: 'metis-goerli' },
{ chainId: 686n, shortName: 'kar' },
{ chainId: 690n, shortName: 'redstone' },
{ chainId: 787n, shortName: 'aca' },
{ chainId: 919n, shortName: 'modesep' },
{ chainId: 943n, shortName: 't4pls' },
Expand All @@ -85,6 +86,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 1112n, shortName: 'twemix' },
{ chainId: 1115n, shortName: 'tcore' },
{ chainId: 1116n, shortName: 'core' },
{ chainId: 1135n, shortName: 'lisk' },
{ chainId: 1230n, shortName: 'UltronTestnet' },
{ chainId: 1231n, shortName: 'UltronMainnet' },
{ chainId: 1284n, shortName: 'mbeam' },
Expand All @@ -111,10 +113,12 @@ export const networks: NetworkShortName[] = [
{ chainId: 2222n, shortName: 'kava' },
{ chainId: 2331n, shortName: 'rss3-testnet' },
{ chainId: 2358n, shortName: 'kroma-sepolia' },
{ chainId: 2810n, shortName: 'hmorph' },
{ chainId: 3636n, shortName: 'BTNX' },
{ chainId: 3737n, shortName: 'csb' },
{ chainId: 3776n, shortName: 'astrzk' },
{ chainId: 4002n, shortName: 'tftm' },
{ chainId: 4078n, shortName: 'muster' },
{ chainId: 4157n, shortName: 'crossfi-testnet' },
{ chainId: 4202n, shortName: 'lisksep' },
{ chainId: 4337n, shortName: 'beam' },
Expand Down Expand Up @@ -160,6 +164,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 13371n, shortName: 'imx' },
{ chainId: 13473n, shortName: 'imx-testnet' },
{ chainId: 17000n, shortName: 'holesky' },
{ chainId: 17069n, shortName: 'garnet' },
{ chainId: 17172n, shortName: 'eclipse' },
{ chainId: 18231n, shortName: 'unreal' },
{ chainId: 23294n, shortName: 'sapphire' },
Expand Down Expand Up @@ -205,8 +210,10 @@ export const networks: NetworkShortName[] = [
{ chainId: 534351n, shortName: 'scr-sepolia' },
{ chainId: 534352n, shortName: 'scr' },
{ chainId: 534353n, shortName: 'scr-alpha' },
{ chainId: 555666n, shortName: 'eclipset' },
{ chainId: 622277n, shortName: 'rth' },
{ chainId: 713715n, shortName: 'sei-devnet' },
{ chainId: 7225878n, shortName: 'saakuru' },
{ chainId: 7777777n, shortName: 'zora' },
{ chainId: 6038361n, shortName: 'azkyt' },
{ chainId: 11155111n, shortName: 'sep' },
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.35.0",
"@safe-global/safe-deployments": "^1.36.0",
"ethers": "^6.7.1",
"web3-core": "^1.10.3",
"web3-utils": "^1.10.3"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1855,10 +1855,10 @@
resolved "https://registry.npmjs.org/@safe-global/safe-contracts/-/safe-contracts-1.4.1.tgz"
integrity sha512-fP1jewywSwsIniM04NsqPyVRFKPMAuirC3ftA/TA4X3Zc5EnwQp/UCJUU2PL/37/z/jMo8UUaJ+pnFNWmMU7dQ==

"@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==
"@safe-global/safe-deployments@^1.36.0":
version "1.36.0"
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.36.0.tgz#7e5cd470cc1042182d47f65b59831a64ed8feff1"
integrity sha512-9MbDJveRR64AbmzjIpuUqmDBDtOZpXpvkyhTUs+5UOPT3WgSO375/ZTO7hZpywP7+EmxnjkGc9EoxjGcC4TAyw==
dependencies:
semver "^7.6.0"

Expand Down

0 comments on commit 609ce7f

Please sign in to comment.