Skip to content

Commit

Permalink
[Quick change] Bump default gas limit (#431)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Olshansky <[email protected]>
  • Loading branch information
okdas and Olshansk authored Mar 14, 2024
1 parent 6f62727 commit 92d35d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/tx/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func (txnClient *txClient) SignAndBroadcast(
Height() + txnClient.commitTimeoutHeightOffset

// TODO_TECHDEBT: this should be configurable
txBuilder.SetGasLimit(200000)
txBuilder.SetGasLimit(690000042)
txBuilder.SetTimeoutHeight(uint64(timeoutHeight))

// sign transactions
Expand Down

0 comments on commit 92d35d4

Please sign in to comment.