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{
Canyon: Delta,
Delta: Ecotone,
Ecotone: Fjord,
Fjord: Interop,
Granite: Granite,
Holocene: Holocene,
Fjord: Granite,
Granite: Holocene,
Holocene: Interop,
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