File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,4 +44,7 @@ const (
4444
4545 // Tundra is the upgrade name for Tundra upgrade
4646 Tundra = "Tundra"
47+
48+ // Prairie is the upgrade name for Prairie upgrade
49+ Prairie = "Prairie"
4750)
Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ const (
5050
5151 // Tundra is the upgrade name for Tundra upgrade
5252 Tundra = types .Tundra
53+
54+ // Prairie is the upgrade name for Prairie upgrade
55+ Prairie = types .Prairie
5356)
5457
5558// The default upgrade config for networks
@@ -111,6 +114,10 @@ var (
111114 Name : Tundra ,
112115 Height : 25213033 ,
113116 Info : "Tundra hardfork" ,
117+ }).SetPlan (& Plan {
118+ Name : Prairie ,
119+ Height : 31432100 ,
120+ Info : "Prairie hardfork" ,
114121 })
115122
116123 TestnetChainID = "greenfield_5600-1"
@@ -170,6 +177,10 @@ var (
170177 Name : Tundra ,
171178 Height : 24007800 ,
172179 Info : "Tundra hardfork" ,
180+ }).SetPlan (& Plan {
181+ Name : Prairie ,
182+ Height : 29798400 ,
183+ Info : "Prairie hardfork" ,
173184 })
174185)
175186
You can’t perform that action at this time.
0 commit comments