mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
chore(taiko_genesis): update genesis JSONs (#298)
* chore(taiko_genesis): update genesis JSONs * feat: update `AnchorV2Selector`
This commit is contained in:
parent
6315fd4969
commit
2134337035
2 changed files with 15 additions and 13 deletions
|
|
@ -30,8 +30,10 @@ var (
|
|||
GoldenTouchAccount = common.HexToAddress("0x0000777735367b36bC9B61C50022d9D0700dB4Ec")
|
||||
TaikoL2AddressSuffix = "10001"
|
||||
AnchorSelector = crypto.Keccak256([]byte("anchor(bytes32,bytes32,uint64,uint32)"))[:4]
|
||||
AnchorV2Selector = crypto.Keccak256([]byte("anchorV2(uint64,bytes32,uint32,uint32,uint8)"))[:4]
|
||||
AnchorGasLimit = uint64(250_000)
|
||||
AnchorV2Selector = crypto.Keccak256(
|
||||
[]byte("anchorV2(uint64,bytes32,uint32,(uint8,uint8,uint32,uint64,uint32))"),
|
||||
)[:4]
|
||||
AnchorGasLimit = uint64(250_000)
|
||||
)
|
||||
|
||||
// Taiko is a consensus engine used by L2 rollup.
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue