Skip to content

Commit c815747

Browse files
committed
set Durango times for Songbird and Flare
1 parent 6969f37 commit c815747

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

indexer/shared/constants.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ const (
1111
var (
1212
// Map from network name (HRP) to Durango fork time
1313
DurangoTimes = map[string]time.Time{
14-
"flare": time.Date(10000, time.December, 1, 0, 0, 0, 0, time.UTC),
14+
"flare": time.Date(2025, time.August, 5, 12, 0, 0, 0, time.UTC),
1515
"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),
16+
"localflare": time.Date(2000, time.January, 1, 0, 0, 0, 0, time.UTC),
1717
"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),
18+
"songbird": time.Date(2025, time.July, 22, 12, 0, 0, 0, time.UTC),
19+
"local": time.Date(2000, time.January, 1, 0, 0, 0, 0, time.UTC),
2020
}
2121
)

0 commit comments

Comments
 (0)