We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d478e14 commit cd5c259Copy full SHA for cd5c259
interchaintest/ibc_transfer_test.go
@@ -43,7 +43,7 @@ func TestPersistenceGaiaIBCTransfer(t *testing.T) {
43
NumValidators: &numVals,
44
NumFullNodes: &numFullNodes,
45
ChainConfig: ibc.ChainConfig{
46
- GasPrices: fmt.Sprintf("%v%v", 0.0005, "uatom"),
+ GasPrices: fmt.Sprintf("%v%v", 1, "uatom"),
47
GasAdjustment: 1.5,
48
},
49
0 commit comments