Skip to content

Commit

Permalink
chore(taiko_genesis): update genesis JSONs (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Feb 15, 2024
1 parent 8e63195 commit f19b473
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 33 deletions.
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(250_000)
AnchorGasLimit = uint64(1_000_000)
)

// Taiko is a consensus engine used by L2 rollup.
Expand Down
34 changes: 18 additions & 16 deletions core/taiko_genesis/internal_l2a.json

Large diffs are not rendered by default.

34 changes: 18 additions & 16 deletions core/taiko_genesis/internal_l2b.json

Large diffs are not rendered by default.

0 comments on commit f19b473

Please sign in to comment.