There was an error while loading. Please reload this page.
1 parent 3ad4439 commit 238c108Copy full SHA for 238c108
1 file changed
tests/e2e/e2e_tsrelayer_test.go
@@ -202,6 +202,7 @@ func (s *IntegrationTestSuite) tsRelayerAddGasPrice(chainID, gasPrice string) {
202
s.executeTSRelayerCommand(ctx, []string{
203
"add-gas-price",
204
"-c", chainID,
205
+ "--gas-adjustment", "2.0",
206
gasPrice,
207
})
208
}
0 commit comments