Fix sp_client dependency to use local path

This commit is contained in:
Nicolas Cantu 2025-08-22 12:59:02 +02:00
parent e2369eaf6f
commit de1e5027a1

View File

@ -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 = { path = "../sp-client", features = ["blindbit-native"] }
tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" }
wasm-bindgen = "0.2.91"
rs_merkle = "1.4.2"