mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
Update FULU fork block number
This commit is contained in:
parent
5c535074ac
commit
cb9a0493ec
1 changed files with 1 additions and 1 deletions
|
|
@ -82,5 +82,5 @@ var (
|
|||
AddFork("CAPELLA", 0, common.FromHex("0x40000910")).
|
||||
AddFork("DENEB", 0, common.FromHex("0x50000910")).
|
||||
AddFork("ELECTRA", 2048, common.FromHex("0x60000910")).
|
||||
AddFork("FULU", 18446744073709551615, common.FromHex("0x70000910"))
|
||||
AddFork("FULU", 50688, common.FromHex("0x70000910"))
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue