upgrade: update the fork height of planck upgrade on testnet (#1347)
This commit is contained in:
parent
c1fde0e86c
commit
36ccd334be
@ -114,7 +114,7 @@ var (
|
||||
NanoBlock: big.NewInt(21962149),
|
||||
MoranBlock: big.NewInt(22107423),
|
||||
GibbsBlock: big.NewInt(23846001),
|
||||
PlanckBlock: nil, // todo: TBD
|
||||
PlanckBlock: nil,
|
||||
|
||||
Parlia: &ParliaConfig{
|
||||
Period: 3,
|
||||
@ -141,7 +141,7 @@ var (
|
||||
GibbsBlock: big.NewInt(22800220),
|
||||
NanoBlock: big.NewInt(23482428),
|
||||
MoranBlock: big.NewInt(23603940),
|
||||
PlanckBlock: nil, // todo: TBD
|
||||
PlanckBlock: big.NewInt(28196022),
|
||||
Parlia: &ParliaConfig{
|
||||
Period: 3,
|
||||
Epoch: 200,
|
||||
|
Loading…
Reference in New Issue
Block a user