Commit f1ae7ea1 authored by Inphi's avatar Inphi Committed by GitHub

chain-spec: Fix next fork (#11341)

parent 1819733e
...@@ -47,9 +47,9 @@ var nextFork = map[ForkName]ForkName{ ...@@ -47,9 +47,9 @@ var nextFork = map[ForkName]ForkName{
Canyon: Delta, Canyon: Delta,
Delta: Ecotone, Delta: Ecotone,
Ecotone: Fjord, Ecotone: Fjord,
Fjord: Interop, Fjord: Granite,
Granite: Granite, Granite: Holocene,
Holocene: Holocene, Holocene: Interop,
Interop: None, Interop: None,
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment