Skip to content

Commit

Permalink
bump vote inbound gas limit in zetaclient
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Sep 24, 2024
1 parent 86367b0 commit e850ae6
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 @@ -19,7 +19,7 @@ const (
PostTSSGasLimit = 500_000

// PostVoteInboundExecutionGasLimit is the gas limit for voting on observed inbound tx and executing it
PostVoteInboundExecutionGasLimit = 6_500_000
PostVoteInboundExecutionGasLimit = 7_000_000

// PostVoteInboundMessagePassingExecutionGasLimit is the gas limit for voting on, and executing ,observed inbound tx related to message passing (coin_type == zeta)
PostVoteInboundMessagePassingExecutionGasLimit = 4_000_000
Expand Down

0 comments on commit e850ae6

Please sign in to comment.