Skip to content

Commit

Permalink
add hermes comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Oct 16, 2023
1 parent bcdd2c4 commit 7b5248a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/e2e/testnet-scripts/hermes-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7b5248a

Please sign in to comment.