Skip to content

Commit

Permalink
push zen v2 activation height
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Nov 18, 2024
1 parent 9ebf043 commit bf1f218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chain/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ func TestnetZen() (*consensus.Network, types.Block) {
n.HardforkFoundation.PrimaryAddress = parseAddr("053b2def3cbdd078c19d62ce2b4f0b1a3c5e0ffbeeff01280efb1f8969b2f5bb4fdc680f0807")
n.HardforkFoundation.FailsafeAddress = types.VoidAddress

n.HardforkV2.AllowHeight = 100000 // TBD
n.HardforkV2.RequireHeight = 102000 // ~two weeks later
n.HardforkV2.AllowHeight = 112000 // March 1, 2025 @ 7:00:00 UTC
n.HardforkV2.RequireHeight = 116380 // 1 month later

b := types.Block{
Timestamp: n.HardforkOak.GenesisTimestamp,
Expand Down

0 comments on commit bf1f218

Please sign in to comment.