Update FULU fork block number

This commit is contained in:
Klimov Sergei 2025-10-16 21:52:37 +08:00 committed by GitHub
parent 5c535074ac
commit cb9a0493ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"))
)