Skip to content

Commit

Permalink
chore: bump safe-deployments to v1.27.0 (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra authored Sep 21, 2023
1 parent 4d1c0e1 commit 69296ef
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/protocol-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@ethersproject/address": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/solidity": "^5.7.0",
"@safe-global/safe-deployments": "^1.26.0",
"@safe-global/safe-deployments": "^1.27.0",
"ethereumjs-util": "^7.1.5",
"semver": "^7.5.4",
"web3": "^1.8.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/protocol-kit/src/utils/eip-3770/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,24 @@ export const networks: NetworkShortName[] = [
{ chainId: 1112, shortName: 'twemix' },
{ chainId: 1115, shortName: 'tcore' },
{ chainId: 1116, shortName: 'core' },
{ chainId: 1230, shortName: 'UltronTestnet' },
{ chainId: 1231, shortName: 'UltronMainnet' },
{ chainId: 1284, shortName: 'mbeam' },
{ chainId: 1285, shortName: 'mriver' },
{ chainId: 1287, shortName: 'mbase' },
{ chainId: 1294, shortName: 'bobabeam' },
{ chainId: 1442, shortName: 'testnet-zkEVM-mango' },
{ chainId: 1559, shortName: 'tenet' },
{ chainId: 1807, shortName: 'rana' },
{ chainId: 1890, shortName: 'lightlink_phoenix' },
{ chainId: 1891, shortName: 'lightlink_pegasus' },
{ chainId: 1984, shortName: 'euntest' },
{ chainId: 2001, shortName: 'milkada' },
{ chainId: 2002, shortName: 'milkalgo' },
{ chainId: 2008, shortName: 'cloudwalk_testnet' },
{ chainId: 2019, shortName: 'pmint_test' },
{ chainId: 2020, shortName: 'pmint' },
{ chainId: 2021, shortName: 'edg' },
{ chainId: 2221, shortName: 'tkava' },
{ chainId: 2222, shortName: 'kava' },
{ chainId: 3737, shortName: 'csb' },
Expand All @@ -87,6 +93,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 5000, shortName: 'mantle' },
{ chainId: 5001, shortName: 'mantle-testnet' },
{ chainId: 5700, shortName: 'tsys' },
{ chainId: 6102, shortName: 'cascadia' },
{ chainId: 7341, shortName: 'shyft' },
{ chainId: 7700, shortName: 'canto' },
{ chainId: 8217, shortName: 'cypress' },
Expand Down Expand Up @@ -115,6 +122,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 56288, shortName: 'boba-bnb' },
{ chainId: 57000, shortName: 'tsys-rollux' },
{ chainId: 59140, shortName: 'linea-testnet' },
{ chainId: 59144, shortName: 'linea' },
{ chainId: 71401, shortName: 'gw-testnet-v1' },
{ chainId: 71402, shortName: 'gw-mainnet-v1' },
{ chainId: 73799, shortName: 'vt' },
Expand All @@ -129,6 +137,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 7777777, shortName: 'zora' },
{ chainId: 11155111, shortName: 'sep' },
{ chainId: 245022926, shortName: 'neonevm-devnet' },
{ chainId: 245022934, shortName: 'neonevm-mainnet' },
{ chainId: 1313161554, shortName: 'aurora' },
{ chainId: 1313161555, shortName: 'aurora-testnet' },
{ chainId: 1666600000, shortName: 'hmy-s0' },
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 @@ -31,7 +31,7 @@
"dependencies": {
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@safe-global/safe-deployments": "^1.26.0",
"@safe-global/safe-deployments": "^1.27.0",
"web3-core": "^1.8.1",
"web3-utils": "^1.8.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/protocol-kit/deploy-safe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async function main() {
callback
})

console.log('Deployed Safe:', safe.getAddress())
console.log('Deployed Safe:', await safe.getAddress())
}

main()
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2503,10 +2503,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.26.0":
version "1.26.0"
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.26.0.tgz#b83615b3b5a66e736e08f8ecf2801ed988e9e007"
integrity sha512-Tw89O4/paT19ieMoiWQbqRApb0Bef/DxweS9rxodXAM5EQModkbyFXGZca+YxXE67sLvWjLr2jJUOxwze8mhGw==
"@safe-global/safe-deployments@^1.27.0":
version "1.27.0"
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.27.0.tgz#e074d88543d084764b8bef7e3bddd238ac0d6819"
integrity sha512-Fj6NW2JwSrC3vFIiheTRBGTAdZJSUtXk4rTkZgGoO8MnFM+pWU2pJU2rWzH3EYOXvrndxT2UxsiUIkTbmB2hkw==
dependencies:
semver "^7.3.7"

Expand Down

0 comments on commit 69296ef

Please sign in to comment.