Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
feat(driver): update anchorGasLimit based on the latest TaikoL2 c…
Browse files Browse the repository at this point in the history
…ontract (#437)
  • Loading branch information
davidtaikocha committed Oct 25, 2023
1 parent 9066722 commit 171600a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bindings/.githead
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8ba512b54c2102b93907d12cc108c4c3b02602f0
cb43010d59dd532e495167cc51046c2f1073d1c3
2 changes: 1 addition & 1 deletion bindings/gen_taiko_l2.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions driver/anchor_tx_constructor/anchor_tx_constructor.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
"github.com/taikoxyz/taiko-client/pkg/rpc"
)

// TODO(david): update this value
const anchorGasLimit = 1_000_000
// Each TaikoL2.anchor transaction should use this value as it's gas limit.
const anchorGasLimit = 250_000

// AnchorTxConstructor is responsible for assembling the anchor transaction (TaikoL2.anchor) in
// each L2 block, which is always the first transaction.
Expand Down

0 comments on commit 171600a

Please sign in to comment.