Skip to content

Commit 238c108

Browse files
committed
Revert "fix(tests/e2e): drop stale --gas-adjustment from ts-relayer add-gas-price"
This reverts commit f42972f.
1 parent 3ad4439 commit 238c108

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/e2e/e2e_tsrelayer_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ func (s *IntegrationTestSuite) tsRelayerAddGasPrice(chainID, gasPrice string) {
202202
s.executeTSRelayerCommand(ctx, []string{
203203
"add-gas-price",
204204
"-c", chainID,
205+
"--gas-adjustment", "2.0",
205206
gasPrice,
206207
})
207208
}

0 commit comments

Comments
 (0)