Skip to content

Commit 4a0c1d7

Browse files
committed
Use back main branch
1 parent 2a22847 commit 4a0c1d7

File tree

2 files changed

+61
-61
lines changed

2 files changed

+61
-61
lines changed

relayer/Cargo.lock

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

relayer/Cargo.toml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -136,33 +136,33 @@ poseidon = { path = "./crates/poseidon" }
136136
# cgp-run = { git = "https://github.com/contextgeneric/cgp.git" }
137137
# cgp-inner = { git = "https://github.com/contextgeneric/cgp.git" }
138138

139-
hermes-chain-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
140-
hermes-chain-type-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
141-
hermes-relayer-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
142-
hermes-relayer-components-extra = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
143-
hermes-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
144-
hermes-async-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
145-
hermes-tokio-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
146-
hermes-runtime = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
147-
hermes-error = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
148-
hermes-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
149-
hermes-protobuf-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
150-
hermes-logging-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
151-
hermes-tracing-logging-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
152-
hermes-logger = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
153-
hermes-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
154-
hermes-ibc-test-suite = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
155-
hermes-any-counterparty = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
156-
hermes-cosmos-chain-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
157-
hermes-cosmos-relayer = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
158-
hermes-cosmos-wasm-relayer = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
159-
hermes-cosmos-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
160-
hermes-cosmos-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
161-
hermes-cosmos-integration-tests = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
162-
hermes-comet-light-client-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
163-
hermes-comet-light-client-context = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
164-
hermes-wasm-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
165-
hermes-wasm-client-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
166-
hermes-wasm-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
167-
hermes-cli-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
168-
hermes-cli = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "soares/20250124" }
139+
hermes-chain-components = { git = "https://github.com/informalsystems/hermes-sdk.git" }
140+
hermes-chain-type-components = { git = "https://github.com/informalsystems/hermes-sdk.git" }
141+
hermes-relayer-components = { git = "https://github.com/informalsystems/hermes-sdk.git" }
142+
hermes-relayer-components-extra = { git = "https://github.com/informalsystems/hermes-sdk.git" }
143+
hermes-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git" }
144+
hermes-async-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git" }
145+
hermes-tokio-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git" }
146+
hermes-runtime = { git = "https://github.com/informalsystems/hermes-sdk.git" }
147+
hermes-error = { git = "https://github.com/informalsystems/hermes-sdk.git" }
148+
hermes-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git" }
149+
hermes-protobuf-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git" }
150+
hermes-logging-components = { git = "https://github.com/informalsystems/hermes-sdk.git" }
151+
hermes-tracing-logging-components = { git = "https://github.com/informalsystems/hermes-sdk.git" }
152+
hermes-logger = { git = "https://github.com/informalsystems/hermes-sdk.git" }
153+
hermes-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git" }
154+
hermes-ibc-test-suite = { git = "https://github.com/informalsystems/hermes-sdk.git" }
155+
hermes-any-counterparty = { git = "https://github.com/informalsystems/hermes-sdk.git" }
156+
hermes-cosmos-chain-components = { git = "https://github.com/informalsystems/hermes-sdk.git" }
157+
hermes-cosmos-relayer = { git = "https://github.com/informalsystems/hermes-sdk.git" }
158+
hermes-cosmos-wasm-relayer = { git = "https://github.com/informalsystems/hermes-sdk.git" }
159+
hermes-cosmos-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git" }
160+
hermes-cosmos-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git" }
161+
hermes-cosmos-integration-tests = { git = "https://github.com/informalsystems/hermes-sdk.git" }
162+
hermes-comet-light-client-components = { git = "https://github.com/informalsystems/hermes-sdk.git" }
163+
hermes-comet-light-client-context = { git = "https://github.com/informalsystems/hermes-sdk.git" }
164+
hermes-wasm-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git" }
165+
hermes-wasm-client-components = { git = "https://github.com/informalsystems/hermes-sdk.git" }
166+
hermes-wasm-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git" }
167+
hermes-cli-components = { git = "https://github.com/informalsystems/hermes-sdk.git" }
168+
hermes-cli = { git = "https://github.com/informalsystems/hermes-sdk.git" }

0 commit comments

Comments
 (0)