checkout 4nk sp_client branch

This commit is contained in:
Sosthene 2025-08-18 11:04:40 +02:00 committed by Nicolas Cantu
parent 90dfb8017e
commit 0dc6f2a4bc

View File

@ -17,7 +17,7 @@ serde = { version = "1.0.193", features = ["derive"] }
serde_json = { version = "1.0.108" } serde_json = { version = "1.0.108" }
serde-wasm-bindgen = "0.6.5" serde-wasm-bindgen = "0.6.5"
# sp_client = { path = "../sp-client", features = ["blindbit-backend"] } # 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" } tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" }
wasm-bindgen = "0.2.91" wasm-bindgen = "0.2.91"
rs_merkle = "1.4.2" rs_merkle = "1.4.2"