From 190e825dfc2f357485eb401ccb4bf1b4ab4e42d4 Mon Sep 17 00:00:00 2001 From: Leszek Stachowski Date: Fri, 20 Dec 2024 15:59:10 +0100 Subject: [PATCH] Upgrade devchain and ABIs (#494) --- packages/dev-utils/package.json | 2 +- packages/sdk/contractkit/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json index 9b9ff8262..7261b3207 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -32,7 +32,7 @@ "web3-core-helpers": "1.10.4" }, "devDependencies": { - "@celo/devchain-anvil": "12.0.0-canary.39", + "@celo/devchain-anvil": "12.0.0-canary.54", "@celo/typescript": "workspace:^", "@tsconfig/recommended": "^1.0.3", "@types/fs-extra": "^8.1.0", diff --git a/packages/sdk/contractkit/package.json b/packages/sdk/contractkit/package.json index 0dd56841a..ca9ba1898 100644 --- a/packages/sdk/contractkit/package.json +++ b/packages/sdk/contractkit/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "@celo/abis": "11.0.0", - "@celo/abis-12": "npm:@celo/abis@12.0.0-canary.76", + "@celo/abis-12": "npm:@celo/abis@12.0.0-canary.82", "@celo/base": "^7.0.0", "@celo/connect": "^6.1.0", "@celo/utils": "^8.0.0",