Skip to content

Commit

Permalink
set compat mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Dec 26, 2023
1 parent 902c756 commit 111f450
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/ci/hermes/v1.7/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ max_block_time = "30s"
ccv_consumer_chain = false
memo_prefix = ""
sequential_batch_tx = false
compat_mode = '0.37'
compat_mode = "0.37"

[chains.event_source]
mode = "push"
Expand Down Expand Up @@ -108,6 +108,7 @@ max_block_time = "30s"
ccv_consumer_chain = false
memo_prefix = ""
sequential_batch_tx = false
compat_mode = "0.34"

[chains.event_source]
mode = "push"
Expand Down Expand Up @@ -153,6 +154,7 @@ max_block_time = "30s"
ccv_consumer_chain = false
memo_prefix = ""
sequential_batch_tx = false
compat_mode = "0.34"

[chains.event_source]
mode = "push"
Expand Down Expand Up @@ -198,7 +200,7 @@ max_block_time = "30s"
ccv_consumer_chain = false
memo_prefix = ""
sequential_batch_tx = false

compat_mode = "0.34"
[chains.event_source]
mode = "push"
url = "ws://icad:26657/websocket"
Expand Down

0 comments on commit 111f450

Please sign in to comment.