Skip to content

Commit

Permalink
relay: gas
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Jul 5, 2024
1 parent 17e0c56 commit 72b5aab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions relay/chains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,9 @@ key_name = "juno"
key_store_type = "Test"
store_prefix = "ibc"
default_gas = 100000
max_gas = 1000000
max_gas = 2000000
gas_multiplier = 1.1
max_msg_num = 10
max_msg_num = 3
max_tx_size = 1800000
max_grpc_decoding_size = 33554432
clock_drift = "5s"
Expand Down Expand Up @@ -1286,10 +1286,10 @@ account_prefix = 'regen'
key_name = 'regen'
store_prefix = 'ibc'
default_gas = 300000
max_gas = 2000000
max_gas = 2500000
gas_price = { price = 0.015, denom = 'uregen' }
gas_multiplier = 1.1
max_msg_num = 10
max_msg_num = 3
max_tx_size = 100000
clock_drift ='50s'
trusting_period = '14days'
Expand Down

0 comments on commit 72b5aab

Please sign in to comment.