mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 06:23:47 +00:00
feat(consensus): update TaikoAnchor.anchorV3 selector (#379)
This commit is contained in:
parent
a0b97be30c
commit
1e948cff4c
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ var (
|
||||||
[]byte("anchorV2(uint64,bytes32,uint32,(uint8,uint8,uint32,uint64,uint32))"),
|
[]byte("anchorV2(uint64,bytes32,uint32,(uint8,uint8,uint32,uint64,uint32))"),
|
||||||
)[:4]
|
)[:4]
|
||||||
AnchorV3Selector = crypto.Keccak256(
|
AnchorV3Selector = crypto.Keccak256(
|
||||||
[]byte("anchorV3(uint64,bytes32,bytes32,uint32,(uint8,uint8,uint32,uint64,uint32),bytes32[])"),
|
[]byte("anchorV3(uint64,bytes32,uint32,(uint8,uint8,uint32,uint64,uint32),bytes32[])"),
|
||||||
)[:4]
|
)[:4]
|
||||||
AnchorGasLimit = uint64(250_000)
|
AnchorGasLimit = uint64(250_000)
|
||||||
AnchorV3GasLimit = uint64(1_000_000)
|
AnchorV3GasLimit = uint64(1_000_000)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue