From e7e02dfa8a607830d956925c35d2e7d0a91451b7 Mon Sep 17 00:00:00 2001 From: Nicolas Cantu Date: Fri, 31 May 2024 15:57:12 +0000 Subject: [PATCH] sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "dev" } --- crates/sp_client/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"