Skip to content

Commit d82ea16

Browse files
committed
Update version, Durango fork times
1 parent eb08152 commit d82ea16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

indexer/shared/constants.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ import (
55
)
66

77
const (
8-
ApplicationVersion = "2.1.0"
8+
ApplicationVersion = "2.2.0"
99
)
1010

1111
var (
1212
// Map from network name (HRP) to Durango fork time
1313
DurangoTimes = map[string]time.Time{
1414
"flare": time.Date(10000, time.December, 1, 0, 0, 0, 0, time.UTC),
15-
"costwo": time.Date(10000, time.December, 1, 0, 0, 0, 0, time.UTC),
15+
"costwo": time.Date(2025, time.June, 24, 12, 0, 0, 0, time.UTC),
1616
"localflare": time.Date(2025, time.May, 15, 14, 0, 0, 0, time.UTC),
17-
"coston": time.Date(10000, time.December, 1, 0, 0, 0, 0, time.UTC),
17+
"coston": time.Date(2025, time.July, 1, 12, 0, 0, 0, time.UTC),
1818
"songbird": time.Date(10000, time.December, 1, 0, 0, 0, 0, time.UTC),
1919
"local": time.Date(10000, time.December, 1, 0, 0, 0, 0, time.UTC),
2020
}

0 commit comments

Comments
 (0)