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 816648c commit 886f795Copy full SHA for 886f795
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
@@ -114,6 +109,10 @@ export const usingEthereumQuizzes: QuizzesSection[] = [
114
109
id: "solo-staking",
115
110
level: "advanced",
116
111
112
+ {
113
+ id: "merge",
+ level: "intermediate",
+ },
117
118
119
export default quizzes
0 commit comments