From 52ef43576d421a6a0405a295a80096f9ee0e7063 Mon Sep 17 00:00:00 2001 From: Yu Jiang Tham Date: Thu, 18 Jan 2024 01:06:12 -0800 Subject: [PATCH] Update client version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57c76e6..19f61f1 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "author": "Intrinsic Technologies", "license": "ISC", "dependencies": { - "@axiom-crypto/client": "0.2.2-rc2.2", + "@axiom-crypto/client": "0.2.3-rc2.0", "dotenv": "^16.3.1", "ethers": "^6.10.0" },