We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6969f37 commit c815747Copy full SHA for c815747
indexer/shared/constants.go
@@ -11,11 +11,11 @@ const (
11
var (
12
// Map from network name (HRP) to Durango fork time
13
DurangoTimes = map[string]time.Time{
14
- "flare": time.Date(10000, time.December, 1, 0, 0, 0, 0, time.UTC),
+ "flare": time.Date(2025, time.August, 5, 12, 0, 0, 0, time.UTC),
15
"costwo": time.Date(2025, time.June, 24, 12, 0, 0, 0, time.UTC),
16
- "localflare": time.Date(2025, time.May, 15, 14, 0, 0, 0, time.UTC),
+ "localflare": time.Date(2000, time.January, 1, 0, 0, 0, 0, time.UTC),
17
"coston": time.Date(2025, time.July, 1, 12, 0, 0, 0, time.UTC),
18
- "songbird": time.Date(10000, time.December, 1, 0, 0, 0, 0, time.UTC),
19
- "local": time.Date(10000, time.December, 1, 0, 0, 0, 0, time.UTC),
+ "songbird": time.Date(2025, time.July, 22, 12, 0, 0, 0, time.UTC),
+ "local": time.Date(2000, time.January, 1, 0, 0, 0, 0, time.UTC),
20
}
21
)
0 commit comments