Skip to content

Commit

Permalink
fix e2e single testnet file. Enable VEs at genesis for ci.toml testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
bermuell committed Jan 15, 2025
1 parent 176ffd2 commit ace4d29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/e2e/networks/ci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

ipv6 = true
initial_height = 1000
vote_extensions_update_height = 1004
vote_extensions_enable_height = 1007
vote_extensions_update_height = -1
vote_extensions_enable_height = 1000
evidence = 5
initial_state = { initial01 = "a", initial02 = "b", initial03 = "c" }
prepare_proposal_delay = "100ms"
Expand Down
3 changes: 1 addition & 2 deletions test/e2e/networks/single.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
vote_extensions_update_height = -1
vote_extensions_enable_height = 1

[node.validator1]
[node.validator2]
[node.validator]

0 comments on commit ace4d29

Please sign in to comment.