Skip to content

Commit

Permalink
increase tx-gas-limit (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
kstoykov authored Feb 29, 2024
1 parent 255ae38 commit bef898d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zk/txpool/pool_zk.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package txpool

import (
"fmt"

mapset "github.com/deckarep/golang-set/v2"
"github.com/holiman/uint256"
"github.com/ledgerwatch/erigon-lib/common/cmp"
Expand All @@ -18,7 +19,7 @@ hard compilation fail when rebasing from upstream further down the line.
*/

const (
transactionGasLimit = 3_000_000
transactionGasLimit = 30_000_000
)

func calcProtocolBaseFee(baseFee uint64) uint64 {
Expand Down

0 comments on commit bef898d

Please sign in to comment.