Skip to content

Commit

Permalink
bring hermes gas multiplier back: we fixed the cause of high gas cons…
Browse files Browse the repository at this point in the history
…umption (by removing osmo specific code)
  • Loading branch information
quasisamurai committed Oct 1, 2024
1 parent e721578 commit da6674c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/hermes/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ store_prefix = 'ibc'
default_gas = 100000
max_gas = 3000000
gas_price = { price = 0.0025, denom = 'untrn' }
gas_multiplier = 2.7
gas_multiplier = 2.0
max_msg_num = 30
max_tx_size = 2097152
clock_drift = '5s'
Expand Down

0 comments on commit da6674c

Please sign in to comment.