Skip to content

Commit

Permalink
feat(consensus): update anchor transaction gas limit (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Feb 19, 2024
1 parent 9853fb9 commit cae171a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/taiko/consensus.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (
GoldenTouchAccount = common.HexToAddress("0x0000777735367b36bC9B61C50022d9D0700dB4Ec")
TaikoL2AddressSuffix = "10001"
AnchorSelector = crypto.Keccak256([]byte("anchor(bytes32,bytes32,uint64,uint32)"))[:4]
AnchorGasLimit = uint64(1_000_000)
AnchorGasLimit = uint64(250_000)
)

// Taiko is a consensus engine used by L2 rollup.
Expand Down

0 comments on commit cae171a

Please sign in to comment.