Skip to content

Commit

Permalink
- change hermes gas adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
StrathCole committed Oct 14, 2024
1 parent 79c22a8 commit 624702f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/scripts/hermes_bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ key_name = 'val01-terra-a'
store_prefix = 'ibc'
max_gas = 6000000
gas_price = { price = 0.1, denom = 'uluna' }
gas_multiplier = 1.1
gas_multiplier = 3
max_msg_num = 30
max_tx_size = 2097152
clock_drift = '5s' # to accomdate docker containers
Expand All @@ -70,7 +70,7 @@ key_name = 'val01-terra-b'
store_prefix = 'ibc'
max_gas = 6000000
gas_price = { price = 0.1, denom = 'uluna' }
gas_multiplier = 1.1
gas_multiplier = 3
max_msg_num = 30
max_tx_size = 2097152
clock_drift = '5s' # to accomdate docker containers
Expand Down

0 comments on commit 624702f

Please sign in to comment.