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 Jan 23, 2025
1 parent e404c1d commit 70a5af7
Show file tree
Hide file tree
Showing 3 changed files with 16 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 @@ -68,7 +68,7 @@
"web3": "^4.12.1"
},
"dependencies": {
"@safe-global/safe-deployments": "^1.37.22",
"@safe-global/safe-deployments": "^1.37.24",
"@safe-global/safe-modules-deployments": "^2.2.4",
"@safe-global/types-kit": "^1.0.1",
"abitype": "^1.0.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/protocol-kit/src/utils/eip-3770/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 148n, shortName: 'shimmerevm' },
{ chainId: 155n, shortName: 'tenet-testnet' },
{ chainId: 169n, shortName: 'manta' },
{ chainId: 177n, shortName: 'hsk' },
{ chainId: 179n, shortName: 'abey' },
{ chainId: 181n, shortName: 'water' },
{ chainId: 195n, shortName: 'tokb' },
Expand All @@ -64,6 +65,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 250n, shortName: 'ftm' },
{ chainId: 252n, shortName: 'fraxtal' },
{ chainId: 255n, shortName: 'kroma' },
{ chainId: 274n, shortName: 'lachain' },
{ chainId: 280n, shortName: 'zksync-goerli' },
{ chainId: 282n, shortName: 'zkTCRO' },
{ chainId: 288n, shortName: 'boba' },
Expand All @@ -78,9 +80,11 @@ export const networks: NetworkShortName[] = [
{ chainId: 360n, shortName: 'shape' },
{ chainId: 369n, shortName: 'pls' },
{ chainId: 388n, shortName: 'zkCRO' },
{ chainId: 418n, shortName: 'latestnet' },
{ chainId: 420n, shortName: 'ogor' },
{ chainId: 424n, shortName: 'PGN' },
{ chainId: 466n, shortName: 'appchain' },
{ chainId: 478n, shortName: 'formnetwork' },
{ chainId: 480n, shortName: 'wc' },
{ chainId: 530n, shortName: 'FxCore' },
{ chainId: 570n, shortName: 'sys-rollux' },
Expand All @@ -104,6 +108,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 1101n, shortName: 'zkevm' },
{ chainId: 1111n, shortName: 'wemix' },
{ chainId: 1112n, shortName: 'twemix' },
{ chainId: 1114n, shortName: 'tcore2' },
{ chainId: 1115n, shortName: 'tcore' },
{ chainId: 1116n, shortName: 'core' },
{ chainId: 1135n, shortName: 'lisk' },
Expand Down Expand Up @@ -149,6 +154,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 2810n, shortName: 'hmorph' },
{ chainId: 2818n, shortName: 'morph' },
{ chainId: 3338n, shortName: 'PEAQ' },
{ chainId: 3501n, shortName: 'JFIN' },
{ chainId: 3636n, shortName: 'BTNX' },
{ chainId: 3737n, shortName: 'csb' },
{ chainId: 3776n, shortName: 'astrzk' },
Expand Down Expand Up @@ -181,6 +187,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 7000n, shortName: 'zetachain-mainnet' },
{ chainId: 7001n, shortName: 'zetachain-testnet' },
{ chainId: 7171n, shortName: 'bitrock' },
{ chainId: 7200n, shortName: 'xsat' },
{ chainId: 7332n, shortName: 'EON' },
{ chainId: 7341n, shortName: 'shyft' },
{ chainId: 7560n, shortName: 'cyeth' },
Expand Down Expand Up @@ -237,6 +244,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 34443n, shortName: 'mode' },
{ chainId: 35441n, shortName: 'q' },
{ chainId: 35443n, shortName: 'q-testnet' },
{ chainId: 37111n, shortName: 'lens-sepolia' },
{ chainId: 41455n, shortName: 'aleph-zero' },
{ chainId: 42161n, shortName: 'arb1' },
{ chainId: 42170n, shortName: 'arb-nova' },
Expand Down Expand Up @@ -286,6 +294,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 167000n, shortName: 'tko-mainnet' },
{ chainId: 167008n, shortName: 'tko-katla' },
{ chainId: 167009n, shortName: 'tko-hekla' },
{ chainId: 175188n, shortName: 'lpy' },
{ chainId: 200101n, shortName: 'milktada' },
{ chainId: 200202n, shortName: 'milktalgo' },
{ chainId: 200810n, shortName: 'btrt' },
Expand All @@ -302,10 +311,12 @@ export const networks: NetworkShortName[] = [
{ chainId: 534351n, shortName: 'scr-sepolia' },
{ chainId: 534352n, shortName: 'scr' },
{ chainId: 534353n, shortName: 'scr-alpha' },
{ chainId: 543210n, shortName: 'zero-network' },
{ chainId: 555666n, shortName: 'eclipset' },
{ chainId: 622277n, shortName: 'rth' },
{ chainId: 656476n, shortName: 'open-campus-codex' },
{ chainId: 660279n, shortName: 'xai' },
{ chainId: 668668n, shortName: 'cnw' },
{ chainId: 713715n, shortName: 'sei-devnet' },
{ chainId: 743111n, shortName: 'hemi-sep' },
{ chainId: 763373n, shortName: 'inksepolia' },
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1711,10 +1711,10 @@
resolved "https://registry.yarnpkg.com/@safe-global/safe-contracts/-/safe-contracts-1.4.1.tgz#82605342f3289dc6b99818f599a3409ec2cb3fdc"
integrity sha512-fP1jewywSwsIniM04NsqPyVRFKPMAuirC3ftA/TA4X3Zc5EnwQp/UCJUU2PL/37/z/jMo8UUaJ+pnFNWmMU7dQ==

"@safe-global/safe-deployments@^1.37.22":
version "1.37.22"
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.37.22.tgz#e26d4837a74ec92eb75cfb2066ccf237085eee6b"
integrity sha512-acUBJ22qqivSjHOwa8laQuHckqpWDjphjdC3zPhUN6G/swHe1WJHN5F2sodtNIjEyRxM73JRRJFsLYfb0EhSAQ==
"@safe-global/safe-deployments@^1.37.24":
version "1.37.24"
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.37.24.tgz#e76634669d2ec3dd254850e055d18496246556c6"
integrity sha512-jBbPRi/qimF70Zi9Ri49aEOMEO+J8KNvohzs4gs90YF9LH6GraylVDMrqi5i3gQIyyICkQbjYYsS/Ax+Po7sDw==
dependencies:
semver "^7.6.2"

Expand Down

0 comments on commit 70a5af7

Please sign in to comment.