Skip to content

Commit 87a5cd4

Browse files
committed
update chain config in interchain test
1 parent ac4f529 commit 87a5cd4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

interchaintest/ibc_transfer_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package interchaintest
22

33
import (
44
"context"
5+
"fmt"
56
"testing"
67

78
"cosmossdk.io/math"
@@ -41,6 +42,10 @@ func TestPersistenceGaiaIBCTransfer(t *testing.T) {
4142
Version: "main",
4243
NumValidators: &numVals,
4344
NumFullNodes: &numFullNodes,
45+
ChainConfig: ibc.ChainConfig{
46+
GasPrices: fmt.Sprintf("%v%v", 0, "uatom"),
47+
GasAdjustment: 1.5,
48+
},
4449
},
4550
})
4651

0 commit comments

Comments
 (0)