upgrade: update Gibbs fork height and system contract code
This commit is contained in:
parent
276b69ee8b
commit
db4cb1df26
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),
|
||||
NanoBlock: big.NewInt(21962149),
|
||||
MoranBlock: big.NewInt(22107423),
|
||||
GibbsBlock: big.NewInt(23846001),
|
||||
|
||||
Parlia: &ParliaConfig{
|
||||
Period: 3,
|
||||
|
Loading…
Reference in New Issue
Block a user