Skip to content

Commit

Permalink
- set gas price in ic test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
StrathCole committed Oct 17, 2024
1 parent 624702f commit 6fcd6e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = 3
gas_multiplier = 1.1
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 = 3
gas_multiplier = 1.1
max_msg_num = 30
max_tx_size = 2097152
clock_drift = '5s' # to accomdate docker containers
Expand Down
2 changes: 1 addition & 1 deletion tests/interchaintest/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func createConfig() (ibc.ChainConfig, error) {
Bin: "terrad",
Bech32Prefix: "terra",
Denom: "uluna",
GasPrices: "0.0uluna",
GasPrices: "28.325uluna",
GasAdjustment: 1.1,
TrustingPeriod: "112h",
NoHostMount: false,
Expand Down

0 comments on commit 6fcd6e5

Please sign in to comment.