WIP
This commit is contained in:
parent
91a0009633
commit
030bc6f19a
3 changed files with 3 additions and 1 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1298,6 +1298,7 @@ dependencies = [
|
|||
"cosmos-sdk-proto",
|
||||
"cosmrs",
|
||||
"hex",
|
||||
"quoted-string",
|
||||
"reqwest 0.12.8",
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
|
|
@ -31,6 +31,7 @@ tonic.workspace = true
|
|||
cosmrs = { workspace = true, default-features = false, features = ["cosmwasm"] }
|
||||
cosmos-sdk-proto = { workspace = true, default-features = false, features = ["grpc", "grpc-transport"] }
|
||||
tendermint = { workspace = true, default-features = false }
|
||||
quoted-string = "0.6.1"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio.workspace = true
|
||||
|
|
|
@ -9,7 +9,7 @@ use quoted_string::strip_dquotes;
|
|||
use crate::CwClient;
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub enum CliClientType {
|
||||
pub enum CliClientType {g
|
||||
Wasmd,
|
||||
Neutrond,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue