Skip to content

Commit

Permalink
Merge branch 'master' into fix-gap-in-affix-bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Nov 28, 2024
2 parents 33ac6d7 + 3bd09f9 commit 046277b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@ethersproject/providers": "^5.7.2",
"@ethersproject/units": "^5.6.1",
"@faker-js/faker": "^7.4.0",
"@snapshot-labs/checkpoint": "^0.1.0-beta.43",
"@snapshot-labs/checkpoint": "^0.1.0-beta.44",
"@snapshot-labs/sx": "^0.1.0",
"@types/bn.js": "^5.1.0",
"@types/mysql": "^2.15.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/sx.js/src/starknetNetworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export const starknetNetworks = {
OZVotesStorageProof:
'0x7ee3cf64f1072fe21570356eb57d4e9f78169ea9235ba610f60a8b33c36cc6e',
OZVotesTrace208StorageProof:
'0x6e7bf6fc2ac80d216076b3340625d3d054d2f4a1d7dc4a22853c06e015907b3'
'0x50bceb018e677f281b30587406b8210a0d8fbf37e58299bb7c6ec0e8dd212a3'
},
ProposalValidations: {
VotingPower:
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2445,10 +2445,10 @@
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==

"@snapshot-labs/checkpoint@^0.1.0-beta.43":
version "0.1.0-beta.43"
resolved "https://registry.yarnpkg.com/@snapshot-labs/checkpoint/-/checkpoint-0.1.0-beta.43.tgz#56118320a17ff7cda46364ad70b399fd3b8ec869"
integrity sha512-GIGEx6OQlDyfxfLapyXsWMVhEvzRJ51V9cIAvjG1htrVBhnuFmo321SxAdioMcsk98K0yU4qQWxcv4IFPmYB0w==
"@snapshot-labs/checkpoint@^0.1.0-beta.44":
version "0.1.0-beta.44"
resolved "https://registry.yarnpkg.com/@snapshot-labs/checkpoint/-/checkpoint-0.1.0-beta.44.tgz#61bac9957fcaf1fcdbd819a99deba02bdc7705f8"
integrity sha512-SE4p0TLAwb28phlfKp02obBUm4wlAwpf+gxuv40t1ei3vuYGeBHeGhoOsvCIKaUDXqyUbicdwQ2BE2WDEU2HIQ==
dependencies:
"@ethersproject/abi" "^5.7.0"
"@ethersproject/address" "^5.7.0"
Expand Down

0 comments on commit 046277b

Please sign in to comment.