diff --git a/crates/sp_client/Cargo.toml b/crates/sp_client/Cargo.toml index 3999e06..a5eb259 100644 --- a/crates/sp_client/Cargo.toml +++ b/crates/sp_client/Cargo.toml @@ -17,8 +17,9 @@ wasm-logger = "0.2.0" rand = "0.8.5" log = "0.4.6" tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" } -sdk_common = { path = "../../../sdk_common" } -#sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "demo" } +# sdk_common = { path = "../../../sdk_common" } +# sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "demo" } +sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "dev" } shamir = { git = "https://github.com/Sosthene00/shamir", branch = "master" } img-parts = "0.3.0"