diff --git a/cairo-contracts/packages/apps/src/transfer/types.cairo b/cairo-contracts/packages/apps/src/transfer/types.cairo index e202198c..1c0d284a 100644 --- a/cairo-contracts/packages/apps/src/transfer/types.cairo +++ b/cairo-contracts/packages/apps/src/transfer/types.cairo @@ -301,4 +301,3 @@ pub mod tests { assert_eq!(base_key, expected); } } - diff --git a/light-client/Cargo.lock b/light-client/Cargo.lock index 17de297a..8fc55e9c 100644 --- a/light-client/Cargo.lock +++ b/light-client/Cargo.lock @@ -1044,7 +1044,7 @@ checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" [[package]] name = "hermes-cosmos-encoding-components" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git#4414c1237b35c171c4232ff84dfd844e5b458f45" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp", "hermes-encoding-components", @@ -1058,7 +1058,7 @@ dependencies = [ [[package]] name = "hermes-encoding-components" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git#4414c1237b35c171c4232ff84dfd844e5b458f45" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp", ] @@ -1066,7 +1066,7 @@ dependencies = [ [[package]] name = "hermes-protobuf-encoding-components" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git#4414c1237b35c171c4232ff84dfd844e5b458f45" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp", "hermes-encoding-components", diff --git a/nix/ibc-starknet-cw.nix b/nix/ibc-starknet-cw.nix index e1c3bae3..bbd0384c 100644 --- a/nix/ibc-starknet-cw.nix +++ b/nix/ibc-starknet-cw.nix @@ -10,7 +10,7 @@ let cargoLock = { lockFile = ./../light-client/Cargo.lock; outputHashes = { - "hermes-cosmos-encoding-components-0.1.0" = "sha256-V1TlMnVHBwlSBJmB9gSJV/BgUTy7S0yhrtn3anZyorU="; + "hermes-cosmos-encoding-components-0.1.0" = "sha256-uxXpzxVc89DkAC4VqC/Au3cpBzUbxiSS2KiFKZ+rqdg="; "cgp-0.3.1" = "sha256-AOQ+WVQWPlF2ZfYYc5Eq3t7XAljd5P2qExWLYZWNnd8="; "ibc-client-cw-0.56.0" = "sha256-EkLxuJfr3vf0busmSZD7DwOS9GfgfhT+sdopi1nNiCs="; }; diff --git a/relayer/Cargo.lock b/relayer/Cargo.lock index 004fcc5d..b4755b83 100644 --- a/relayer/Cargo.lock +++ b/relayer/Cargo.lock @@ -1970,7 +1970,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hermes-any-counterparty" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "hermes-cosmos-chain-components", @@ -1987,7 +1987,7 @@ dependencies = [ [[package]] name = "hermes-async-runtime-components" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "async-trait", "cgp 0.3.1", @@ -2010,7 +2010,7 @@ dependencies = [ [[package]] name = "hermes-chain-components" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "hermes-chain-type-components", @@ -2021,7 +2021,7 @@ dependencies = [ [[package]] name = "hermes-chain-type-components" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", ] @@ -2029,7 +2029,7 @@ dependencies = [ [[package]] name = "hermes-cli" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#5d758c849e0886536f4cf853c2361a302531b63c" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "clap", @@ -2068,7 +2068,7 @@ dependencies = [ [[package]] name = "hermes-cli-components" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "clap", @@ -2108,7 +2108,7 @@ dependencies = [ [[package]] name = "hermes-comet-light-client-components" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "hermes-chain-type-components", @@ -2117,7 +2117,7 @@ dependencies = [ [[package]] name = "hermes-comet-light-client-context" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "eyre", @@ -2133,7 +2133,7 @@ dependencies = [ [[package]] name = "hermes-cosmos-chain-components" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "bech32 0.9.1", "bitcoin", @@ -2186,7 +2186,7 @@ dependencies = [ [[package]] name = "hermes-cosmos-encoding-components" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "hermes-encoding-components", @@ -2200,7 +2200,7 @@ dependencies = [ [[package]] name = "hermes-cosmos-integration-tests" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "eyre", @@ -2233,7 +2233,7 @@ dependencies = [ [[package]] name = "hermes-cosmos-relayer" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "dirs-next", @@ -2282,7 +2282,7 @@ dependencies = [ [[package]] name = "hermes-cosmos-test-components" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "hdpath", @@ -2309,7 +2309,7 @@ dependencies = [ [[package]] name = "hermes-cosmos-wasm-relayer" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "eyre", @@ -2358,7 +2358,7 @@ dependencies = [ [[package]] name = "hermes-encoding-components" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", ] @@ -2366,7 +2366,7 @@ dependencies = [ [[package]] name = "hermes-error" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "eyre", @@ -2376,7 +2376,7 @@ dependencies = [ [[package]] name = "hermes-ibc-test-suite" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "hermes-logging-components", @@ -2387,7 +2387,7 @@ dependencies = [ [[package]] name = "hermes-logger" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "hermes-logging-components", @@ -2399,7 +2399,7 @@ dependencies = [ [[package]] name = "hermes-logging-components" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", ] @@ -2407,7 +2407,7 @@ dependencies = [ [[package]] name = "hermes-protobuf-encoding-components" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "hermes-encoding-components", @@ -2418,7 +2418,7 @@ dependencies = [ [[package]] name = "hermes-relayer-components" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "hermes-chain-components", @@ -2431,7 +2431,7 @@ dependencies = [ [[package]] name = "hermes-relayer-components-extra" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "hermes-chain-type-components", @@ -2443,7 +2443,7 @@ dependencies = [ [[package]] name = "hermes-runtime" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "hermes-async-runtime-components", @@ -2455,7 +2455,7 @@ dependencies = [ [[package]] name = "hermes-runtime-components" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", ] @@ -2645,7 +2645,7 @@ dependencies = [ [[package]] name = "hermes-test-components" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "hermes-chain-type-components", @@ -2657,7 +2657,7 @@ dependencies = [ [[package]] name = "hermes-tokio-runtime-components" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "futures", @@ -2671,7 +2671,7 @@ dependencies = [ [[package]] name = "hermes-tracing-logging-components" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "hermes-logging-components", @@ -2683,7 +2683,7 @@ dependencies = [ [[package]] name = "hermes-wasm-client-components" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "hermes-cosmos-chain-components", @@ -2702,7 +2702,7 @@ dependencies = [ [[package]] name = "hermes-wasm-encoding-components" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "hermes-cosmos-encoding-components", @@ -2716,7 +2716,7 @@ dependencies = [ [[package]] name = "hermes-wasm-test-components" version = "0.1.0" -source = "git+https://github.com/informalsystems/hermes-sdk.git?branch=soares/event-extractor#68412d5ccd8bb6b82fc89138e5e90039770fa56a" +source = "git+https://github.com/informalsystems/hermes-sdk.git#8e6266805b2ea057d3b40c0af648b9630a0288ee" dependencies = [ "cgp 0.3.1", "hermes-chain-type-components", diff --git a/relayer/Cargo.toml b/relayer/Cargo.toml index 70173299..bb7a09a6 100644 --- a/relayer/Cargo.toml +++ b/relayer/Cargo.toml @@ -136,33 +136,33 @@ poseidon = { path = "./crates/poseidon" } # cgp-run = { git = "https://github.com/contextgeneric/cgp.git" } # cgp-inner = { git = "https://github.com/contextgeneric/cgp.git" } -hermes-chain-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-chain-type-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-relayer-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-relayer-components-extra = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-async-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-tokio-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-runtime = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-error = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-protobuf-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-logging-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-tracing-logging-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-logger = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-ibc-test-suite = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-any-counterparty = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-cosmos-chain-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-cosmos-relayer = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-cosmos-wasm-relayer = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-cosmos-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-cosmos-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-cosmos-integration-tests = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-comet-light-client-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-comet-light-client-context = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-wasm-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-wasm-client-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-wasm-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-cli-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } -hermes-cli = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/event-extractor" } +hermes-chain-components = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-chain-type-components = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-relayer-components = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-relayer-components-extra = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-async-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-tokio-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-runtime = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-error = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-protobuf-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-logging-components = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-tracing-logging-components = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-logger = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-ibc-test-suite = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-any-counterparty = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-cosmos-chain-components = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-cosmos-relayer = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-cosmos-wasm-relayer = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-cosmos-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-cosmos-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-cosmos-integration-tests = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-comet-light-client-components = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-comet-light-client-context = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-wasm-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-wasm-client-components = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-wasm-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-cli-components = { git = "https://github.com/informalsystems/hermes-sdk.git" } +hermes-cli = { git = "https://github.com/informalsystems/hermes-sdk.git" }