Skip to content

Commit 52ae6a1

Browse files
committed
temporary switch Eupgrade off in e2e tests
1 parent 07456ae commit 52ae6a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

version/constants.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ var (
144144
EUpgradeTimes = map[uint32]time.Time{
145145
constants.MainnetID: time.Date(10000, time.December, 1, 0, 0, 0, 0, time.UTC),
146146
constants.FujiID: time.Date(10000, time.December, 1, 0, 0, 0, 0, time.UTC),
147+
88888: time.Date(10000, time.December, 1, 0, 0, 0, 0, time.UTC), // Temp to keep tests to Durango until all Eupgrade is wired in
147148
}
148149
)
149150

0 commit comments

Comments
 (0)