Skip to content

Commit

Permalink
relay: gas...
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Jun 27, 2024
1 parent 2797e90 commit 2f548c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions relay/chains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ account_prefix = "osmo"
key_name = "osmosis"
key_store_type = "Test"
store_prefix = "ibc"
default_gas = 400000
default_gas = 600000
max_gas = 25000000
gas_multiplier = 1.3
dynamic_gas_price = { enabled = true, multiplier = 1.2, max = 0.6 }
Expand Down Expand Up @@ -445,8 +445,8 @@ account_prefix = "quick"
key_name = "quicksilver"
key_store_type = "Test"
store_prefix = "ibc"
default_gas = 100000
max_gas = 2000000
default_gas = 600000
max_gas = 150000000
gas_multiplier = 1.1
max_msg_num = 10
max_tx_size = 180000
Expand Down

0 comments on commit 2f548c4

Please sign in to comment.