Skip to content

Commit

Permalink
upgrade: block height of Plato on testnet (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
brilliant-lx authored May 8, 2023
1 parent 7e1590c commit 1fed0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ var (
// TODO modify blockNumber, make sure the blockNumber is not an integer multiple of 200 (epoch number)
// TODO Caution !!! it should be very careful !!!
LubanBlock: big.NewInt(29295050),
PlatoBlock: nil,
PlatoBlock: big.NewInt(29861024),

Parlia: &ParliaConfig{
Period: 3,
Expand Down

0 comments on commit 1fed0df

Please sign in to comment.