From 4a4550a3bbdfba62bc27358afab6e9ac3cc428d2 Mon Sep 17 00:00:00 2001 From: Weikeng Chen Date: Sun, 16 Apr 2023 06:16:51 -0700 Subject: [PATCH] Update package.json to use the wallet fix (#193) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c4d8441d..83127999 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@findora-network/findora-sdk.js", - "version": "1.2.2", + "version": "1.2.3", "description": "The JavaScript SDK for Findora Network", "license": "ISC", "author": "Findora Network", @@ -123,7 +123,7 @@ "bignumber.js": "^9.0.1", "dotenv": "^10.0.0", "env": "^0.0.2", - "findora-wallet-wasm": "https://github.com/FindoraNetwork/wasm-js-bindings.git#v0.4.0", + "findora-wallet-wasm": "https://github.com/FindoraNetwork/wasm-js-bindings.git#v0.4.1", "js-base64": "^3.6.1", "json-bigint": "^1.0.0", "lodash": "^4.17.21",