From e661e85a416ca6722ff4a22e8c53fc4b28552379 Mon Sep 17 00:00:00 2001 From: Omar Kassem Date: Mon, 1 Jul 2024 13:19:56 +0300 Subject: [PATCH] Update package.json with the correct proxy client version --- packages/grid_client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grid_client/package.json b/packages/grid_client/package.json index b30603c86b..91d98f6353 100644 --- a/packages/grid_client/package.json +++ b/packages/grid_client/package.json @@ -16,7 +16,7 @@ "@noble/secp256k1": "^1.7.1", "@threefold/rmb_direct_client": "^2.5.0-rc3", "@threefold/tfchain_client": "^2.5.0-rc3", - "@threefold/gridproxy_client": "^2.5.0-rc", + "@threefold/gridproxy_client": "^2.5.0-rc3", "@threefold/types": "^2.5.0-rc3", "algosdk": "^1.19.0", "appdata-path": "^1.0.0",