We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb08152 commit d82ea16Copy full SHA for d82ea16
indexer/shared/constants.go
@@ -5,16 +5,16 @@ import (
5
)
6
7
const (
8
- ApplicationVersion = "2.1.0"
+ ApplicationVersion = "2.2.0"
9
10
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),
15
- "costwo": time.Date(10000, time.December, 1, 0, 0, 0, 0, time.UTC),
+ "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),
17
- "coston": time.Date(10000, time.December, 1, 0, 0, 0, 0, time.UTC),
+ "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),
20
}
0 commit comments