Skip to content

Commit

Permalink
use taiko-geth params
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp committed May 8, 2024
1 parent d4b62d2 commit d4b1899
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"github.com/decred/dcrd/dcrec/secp256k1/v4"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/consensus/taiko"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/log"

Expand All @@ -19,8 +20,8 @@ import (

var (
// Each TaikoL2.anchor transaction should use this value as it's gas limit.
AnchorGasLimit uint64 = 250_000
GoldenTouchAddress = common.HexToAddress("0x0000777735367b36bC9B61C50022d9D0700dB4Ec")
AnchorGasLimit = taiko.AnchorGasLimit
GoldenTouchAddress = taiko.GoldenTouchAccount
)

// AnchorTxConstructor is responsible for assembling the anchor transaction (TaikoL2.anchor) in
Expand Down

0 comments on commit d4b1899

Please sign in to comment.