Skip to content

Commit

Permalink
Set real activation heights
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonheaven committed Mar 10, 2021
1 parent 13ab301 commit 9f2842a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ var (
V202EnhanceActivation uint32 = 274036

// V204EnhanceActivation indicates the activation of PegNet 2.0.4.
// Estimated to be Mar 15th 2021
V204EnhanceActivation uint32 = 999999
// Estimated to be Mar 16th 2021
V204EnhanceActivation uint32 = 288878

// V204EnhanceActivation indicates the activation that burns remaining airdrop amount.
// Estimated to be April 15th 2021
V204BurnMintTokenActivation uint32 = 999999
// Estimated to be April 16th 2021
V204BurnMintTokenActivation uint32 = 294206
)

func SetAllActivations(act uint32) {
Expand Down

0 comments on commit 9f2842a

Please sign in to comment.