Skip to content

Commit

Permalink
Merge pull request #197 from gnosis/update-snapshot
Browse files Browse the repository at this point in the history
Update snapshot.js to accommodate the updated snapshot space config s…
  • Loading branch information
asgeir-s authored Mar 21, 2023
2 parents 13b5d2c + 3c57c7c commit b596798
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@reduxjs/toolkit": "^1.6.0",
"@snapshot-labs/snapshot.js": "^0.4.28",
"@snapshot-labs/snapshot.js": "^0.4.73",
"async-retry": "^1.3.1",
"classnames": "^2.3.1",
"ethcall": "^3.4.1",
Expand Down
9 changes: 5 additions & 4 deletions packages/app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2824,13 +2824,14 @@
resolved "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz"
integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==

"@snapshot-labs/snapshot.js@^0.4.28":
version "0.4.28"
resolved "https://registry.npmjs.org/@snapshot-labs/snapshot.js/-/snapshot.js-0.4.28.tgz"
integrity sha512-zP/XtR6gzoF5KjD8q9PdlN7HMQGC1yX9pT1hK185xqfdwB57Ut+Jk3Sk7Sr6bRygSSTlSSyg12zZ1EdHwZMGyw==
"@snapshot-labs/snapshot.js@^0.4.73":
version "0.4.73"
resolved "https://registry.yarnpkg.com/@snapshot-labs/snapshot.js/-/snapshot.js-0.4.73.tgz#8e7973dd94f44c2fb7479b6b2ae0c48ec59b0ffa"
integrity sha512-xkuwM3sk5yTcA9vUxcHzkZj0ZbCBmIcY21MKeMFXWoo7TvfhX5lpw5BIbBsW6QC72JLZQ9bKxG7zvXRNtOTy6Q==
dependencies:
"@ensdomains/eth-ens-namehash" "^2.0.15"
"@ethersproject/abi" "^5.6.4"
"@ethersproject/address" "^5.6.1"
"@ethersproject/bytes" "^5.6.1"
"@ethersproject/contracts" "^5.6.2"
"@ethersproject/hash" "^5.6.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,md}\""
},
"dependencies": {
"@snapshot-labs/snapshot.js": "^0.4.36",
"@snapshot-labs/snapshot.js": "^0.4.73",
"@vercel/node": "^2.5.21",
"defender-autotask-client": "^1.37.0",
"defender-sentinel-client": "^1.37.0",
Expand Down
11 changes: 6 additions & 5 deletions packages/backend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@ethersproject/logger" "^5.7.0"
"@ethersproject/properties" "^5.7.0"

"@ethersproject/address@^5.7.0":
"@ethersproject/address@^5.6.1", "@ethersproject/address@^5.7.0":
version "5.7.0"
resolved "https://registry.yarnpkg.com/@ethersproject/address/-/address-5.7.0.tgz#19b56c4d74a3b0a46bfdbb6cfcc0a153fc697f37"
integrity sha512-9wYhYt7aghVGo758POM5nqcOMaE168Q6aRLJZwUmiqSrAungkG74gSSeKEIR7ukixesdRZGPgVqme6vmxs1fkA==
Expand Down Expand Up @@ -373,13 +373,14 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@snapshot-labs/snapshot.js@^0.4.36":
version "0.4.36"
resolved "https://registry.yarnpkg.com/@snapshot-labs/snapshot.js/-/snapshot.js-0.4.36.tgz#ffa8d4d9de2dc6d2f3cbdaf0096f8a7eea232a37"
integrity sha512-PzjFirSj8/3AoZmA+NUxozKFSP1h89R94RIX2ty+cLpY9fSR+bKL/iyvp4lHmvFVApBLxTq6XW8zE5tdSkyLLg==
"@snapshot-labs/snapshot.js@^0.4.73":
version "0.4.73"
resolved "https://registry.yarnpkg.com/@snapshot-labs/snapshot.js/-/snapshot.js-0.4.73.tgz#8e7973dd94f44c2fb7479b6b2ae0c48ec59b0ffa"
integrity sha512-xkuwM3sk5yTcA9vUxcHzkZj0ZbCBmIcY21MKeMFXWoo7TvfhX5lpw5BIbBsW6QC72JLZQ9bKxG7zvXRNtOTy6Q==
dependencies:
"@ensdomains/eth-ens-namehash" "^2.0.15"
"@ethersproject/abi" "^5.6.4"
"@ethersproject/address" "^5.6.1"
"@ethersproject/bytes" "^5.6.1"
"@ethersproject/contracts" "^5.6.2"
"@ethersproject/hash" "^5.6.1"
Expand Down

1 comment on commit b596798

@vercel
Copy link

@vercel vercel bot commented on b596798 Mar 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zodiac-safe-app-ui – ./packages/app

zodiac-safe-app-ui-git-master-gnosis-guild.vercel.app
zodiac-safe-app-ui-gnosis-guild.vercel.app
zodiac-safe-app-ui.vercel.app

Please sign in to comment.