fix: add BerlinBlock and LondonBlock to rialto

This commit is contained in:
j75689 2023-12-11 12:07:22 +08:00
parent d94cb56ae9
commit eb93010928

@ -239,7 +239,8 @@ var (
PlanckBlock: big.NewInt(5),
LubanBlock: big.NewInt(6),
PlatoBlock: big.NewInt(7),
BerlinBlock: nil,
BerlinBlock: _hertz_upgrade_block_,
LondonBlock: _hertz_upgrade_block_,
HertzBlock: _hertz_upgrade_block_,
HertzfixBlock: _hertz_upgrade_block_,