Skip to content

Commit

Permalink
Use back main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
soareschen committed Nov 7, 2024
1 parent 3c74764 commit 1477558
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 56 deletions.
8 changes: 4 additions & 4 deletions light-client/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 26 additions & 26 deletions relayer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 26 additions & 26 deletions relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,29 +117,29 @@ cgp-error = { git = "https://github.com/contextgeneric/cgp.git" }
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/query-latest-consensus-state-as-heights" }
hermes-chain-type-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-relayer-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-relayer-components-extra = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-async-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-tokio-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-runtime = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-error = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-protobuf-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-logging-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-tracing-logging-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-logger = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-ibc-test-suite = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-any-counterparty = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-cosmos-chain-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-cosmos-relayer = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-cosmos-wasm-relayer = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-cosmos-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-cosmos-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-cosmos-integration-tests = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-wasm-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-wasm-client-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
hermes-wasm-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/query-latest-consensus-state-as-heights" }
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-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" }

0 comments on commit 1477558

Please sign in to comment.