Skip to content

Commit

Permalink
update constant
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Nov 12, 2024
1 parent 6ee64b9 commit d57a50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zetaclient/zetacore/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (

// PostVoteOutboundRevertGasLimit is the gas limit for voting on observed outbound tx for revert (when outbound fails)
// The value needs to be higher because reverting implies interacting with the EVM to perform swaps for the gas token
PostVoteOutboundRevertGasLimit = 4_000_000
PostVoteOutboundRevertGasLimit = 7_000_000
)

// constants for monitoring tx results
Expand Down

0 comments on commit d57a50b

Please sign in to comment.