Skip to content

Commit

Permalink
increase gas multiplier in hermes to avoid oog
Browse files Browse the repository at this point in the history
  • Loading branch information
quasisamurai committed Sep 9, 2024
1 parent 9a4e55e commit aa71ac3
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.0
gas_multiplier = 2.5
max_msg_num = 30
max_tx_size = 2097152
clock_drift = '5s'
Expand Down

0 comments on commit aa71ac3

Please sign in to comment.