Skip to content

Commit

Permalink
use prerelease of contracts 11
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Jan 30, 2024
1 parent 6b2e34c commit 6b8d22b
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 16 deletions.
10 changes: 5 additions & 5 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"mode": "pre",
"tag": "beta",
"tag": "contracts-11-pre",
"initialVersions": {
"@celo/celocli": "3.1.3",
"@celo/celocli": "4.0.0-beta.0",
"@celo/base": "6.0.0",
"@celo/connect": "5.1.1",
"@celo/contractkit": "6.0.0",
"@celo/contractkit": "6.0.1-beta.1",
"@celo/cryptographic-utils": "5.0.6",
"@celo/explorer": "5.0.7",
"@celo/governance": "5.0.8",
"@celo/explorer": "5.0.8-beta.0",
"@celo/governance": "5.0.9-beta.0",
"@celo/keystores": "5.0.6",
"@celo/network-utils": "5.0.5",
"@celo/phone-utils": "6.0.0",
Expand Down
7 changes: 7 additions & 0 deletions .changeset/tasty-singers-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@celo/contractkit': patch
'@celo/governance': patch
'@celo/celocli': patch
---

Using Prerelease of CoreContracts 11
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"test": "TZ=UTC yarn jest --runInBand"
},
"dependencies": {
"@celo/abis": "10.0.0",
"@celo/abis": "11.0.0-pre-audit.0",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/contractkit": "^6.0.1-beta.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/contractkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint": "yarn run --top-level eslint -c .eslintrc.js "
},
"dependencies": {
"@celo/abis": "10.0.0",
"@celo/abis": "11.0.0-pre-audit.0",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/utils": "^5.0.6",
Expand Down
1 change: 0 additions & 1 deletion packages/sdk/contractkit/src/wrappers/LockedGold.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ export class LockedGoldWrapper extends BaseWrapperForGoverning<LockedGold> {
}

_getTotalPendingWithdrawalsCount = proxyCall(
// @ts-expect-error
this.contract.methods.getTotalPendingWithdrawalsCount,
undefined,
valueToBigNumber
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@celo/abis": "10.0.0",
"@celo/abis": "11.0.0-pre-audit.0",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/contractkit": "^6.0.1-beta.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1536,10 +1536,10 @@ __metadata:
languageName: node
linkType: hard

"@celo/abis@npm:10.0.0":
version: 10.0.0
resolution: "@celo/abis@npm:10.0.0"
checksum: 963571a9ed7d749df2437305df05cac7ed32c4902c00345fc678964faad01a28e3bc67dc7b29132945dec4ee0d177920d803bdf62b8250767a02a263cdee0213
"@celo/abis@npm:11.0.0-pre-audit.0":
version: 11.0.0-pre-audit.0
resolution: "@celo/abis@npm:11.0.0-pre-audit.0"
checksum: d2c2bb1c292a8728d416ebe6ad13dc585631d70f3f062d32de7c938cc31f5caccb1e86716a6cb1b3c45f6aab63d46c0abfc1377e656a78d5be05e2c8f98c305e
languageName: node
linkType: hard

Expand Down Expand Up @@ -1590,7 +1590,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@celo/celocli@workspace:packages/cli"
dependencies:
"@celo/abis": "npm:10.0.0"
"@celo/abis": "npm:11.0.0-pre-audit.0"
"@celo/base": "npm:^6.0.0"
"@celo/celo-devchain": "npm:^6.0.3"
"@celo/connect": "npm:^5.1.1"
Expand Down Expand Up @@ -1696,7 +1696,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@celo/contractkit@workspace:packages/sdk/contractkit"
dependencies:
"@celo/abis": "npm:10.0.0"
"@celo/abis": "npm:11.0.0-pre-audit.0"
"@celo/base": "npm:^6.0.0"
"@celo/celo-devchain": "npm:^6.0.3"
"@celo/connect": "npm:^5.1.1"
Expand Down Expand Up @@ -1784,7 +1784,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@celo/governance@workspace:packages/sdk/governance"
dependencies:
"@celo/abis": "npm:10.0.0"
"@celo/abis": "npm:11.0.0-pre-audit.0"
"@celo/base": "npm:^6.0.0"
"@celo/connect": "npm:^5.1.1"
"@celo/contractkit": "npm:^6.0.1-beta.0"
Expand Down

0 comments on commit 6b8d22b

Please sign in to comment.