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 Dec 18, 2024
1 parent 80ef98f commit 6a4b49a
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 62 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.

58 changes: 29 additions & 29 deletions relayer/Cargo.lock

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

58 changes: 29 additions & 29 deletions relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,32 +129,32 @@ ibc-client-starknet-types = { path = "../light-client/ibc-client-starknet-types"
# 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/20241218" }
hermes-chain-type-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-relayer-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-relayer-components-extra = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-async-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-tokio-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-runtime = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-error = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-protobuf-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-logging-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-tracing-logging-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-logger = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-ibc-test-suite = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-any-counterparty = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-cosmos-chain-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-cosmos-relayer = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-cosmos-wasm-relayer = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-cosmos-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-cosmos-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-cosmos-integration-tests = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-comet-light-client-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-comet-light-client-context = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-wasm-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-wasm-client-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-wasm-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
hermes-cli-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20241218" }
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" }

0 comments on commit 6a4b49a

Please sign in to comment.