From 0dc6f2a4bc6794221db3d453116e19beb7c2519e Mon Sep 17 00:00:00 2001 From: Sosthene Date: Mon, 18 Aug 2025 11:04:40 +0200 Subject: [PATCH] checkout 4nk sp_client branch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fde7122..0bc5cb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ serde = { version = "1.0.193", features = ["derive"] } serde_json = { version = "1.0.108" } serde-wasm-bindgen = "0.6.5" # sp_client = { path = "../sp-client", features = ["blindbit-backend"] } -sp_client = { git = "https://github.com/cygnet3/sp-client.git", branch = "wasm_compatibility" ,features = ["blindbit-backend"]} +sp_client = { git = "https://github.com/Sosthene00/sp-client.git", branch = "4nk" ,features = ["blindbit-backend"]} tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" } wasm-bindgen = "0.2.91" rs_merkle = "1.4.2"