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.
1 parent 886f795 commit 10c213bCopy full SHA for 10c213b
src/data/quizzes/index.ts
@@ -99,6 +99,10 @@ export const usingEthereumQuizzes: QuizzesSection[] = [
99
id: "run-a-node",
100
level: "intermediate",
101
next: "scaling",
102
+ },
103
+ {
104
+ id: "merge",
105
+ level: "intermediate",
106
},
107
{
108
id: "scaling",
@@ -109,10 +113,6 @@ export const usingEthereumQuizzes: QuizzesSection[] = [
109
113
id: "solo-staking",
110
114
level: "advanced",
111
115
112
- {
- id: "merge",
- level: "intermediate",
- },
116
]
117
118
export default quizzes
0 commit comments