Skip to content

Commit

Permalink
upgrade: update the fork height of planck upgrade on testnet (#1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
brilliant-lx authored Mar 13, 2023
1 parent c1fde0e commit 36ccd33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 36ccd33

Please sign in to comment.