upgrade: update Gibbs fork height and system contract code

This commit is contained in:
Roshan 2022-11-21 19:42:35 +08:00
parent 276b69ee8b
commit db4cb1df26
2 changed files with 19 additions and 5 deletions

File diff suppressed because one or more lines are too long

@ -296,11 +296,9 @@ var (
MirrorSyncBlock: big.NewInt(5184000),
BrunoBlock: big.NewInt(13082000),
EulerBlock: big.NewInt(18907621),
//TODO
GibbsBlock: nil,
NanoBlock: big.NewInt(21962149),
MoranBlock: big.NewInt(22107423),
GibbsBlock: big.NewInt(23846001),
Parlia: &ParliaConfig{
Period: 3,