Skip to content

Commit 09987e9

Browse files
committed
revert MinGasPrice change
1 parent 45d7ae3 commit 09987e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/interchain/chainsuite/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const (
3131
GovMinDepositString = "1000" + Stake
3232
GovDepositPeriod = 10 * time.Second
3333
GovVotingPeriod = 15 * time.Second
34-
GasPrices = "100" //TODO: fix min gas
34+
GasPrices = "0.005"
3535
UpgradeDelta = 30
3636
SlashingWindowConsumer = 20
3737
CommitTimeout = 2 * time.Second

0 commit comments

Comments
 (0)