Skip to content

Commit

Permalink
Make devnet already cutover
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-riley committed Jun 27, 2024
1 parent b47819e commit 66f3b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/pkg/p2p/gossip_cutover.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
// The format of this time is very picky. Please use the exact format specified by cutOverFmtStr!
const mainnetCutOverTimeStr = ""
const testnetCutOverTimeStr = "2024-11-07T14:00:00-0000"
const devnetCutOverTimeStr = "2026-06-01T00:00:00-0000"
const devnetCutOverTimeStr = "2024-06-01T00:00:00-0000"
const cutOverFmtStr = "2006-01-02T15:04:05-0700"

// gossipCutoverCompleteFlag indicates if the cutover time has passed, meaning we should publish only on the new topics.
Expand Down

0 comments on commit 66f3b6f

Please sign in to comment.