From 7b5248a257a31cfe0eb8df2f2590bc68f32372b3 Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Mon, 16 Oct 2023 09:44:04 +0200 Subject: [PATCH] add hermes comment --- tests/e2e/testnet-scripts/hermes-config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/e2e/testnet-scripts/hermes-config.toml b/tests/e2e/testnet-scripts/hermes-config.toml index 89c1f0a0bb..0f8c838e99 100644 --- a/tests/e2e/testnet-scripts/hermes-config.toml +++ b/tests/e2e/testnet-scripts/hermes-config.toml @@ -8,9 +8,13 @@ enabled = true refresh = true misbehaviour = true +# mode disabled since connections are created manually in the tests +# see addIbcChannelHermes in /tests/e2e/actions.go#L1113 [mode.connections] enabled = false +# mode disabled since channels are created manually in the tests +# see addIbcConnection in /tests/e2e/actions.go#L879 [mode.channels] enabled = false