We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2dac3e5 + f4d3a49 commit 4148782Copy full SHA for 4148782
src/data/quizzes/index.ts
@@ -76,11 +76,6 @@ export const ethereumBasicsQuizzes: QuizzesSection[] = [
76
{
77
id: "security",
78
level: "beginner",
79
- next: "merge",
80
- },
81
- {
82
- id: "merge",
83
- level: "intermediate",
84
},
85
]
86
@@ -103,6 +98,11 @@ export const usingEthereumQuizzes: QuizzesSection[] = [
103
98
104
99
id: "run-a-node",
105
100
level: "intermediate",
101
+ next: "merge",
102
+ },
+ {
+ id: "merge",
+ level: "intermediate",
106
next: "scaling",
107
108
0 commit comments