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 b505c43 + 3f6963c commit 4da53dcCopy full SHA for 4da53dc
src/data/quizzes/index.ts
@@ -88,11 +88,6 @@ export const usingEthereumQuizzes: QuizzesSection[] = [
88
{
89
id: "nfts",
90
level: "beginner",
91
- next: "scaling",
92
- },
93
- {
94
- id: "scaling",
95
- level: "intermediate",
96
next: "layer-2",
97
},
98
@@ -108,6 +103,11 @@ export const usingEthereumQuizzes: QuizzesSection[] = [
108
103
109
104
id: "run-a-node",
110
105
level: "intermediate",
106
+ next: "scaling",
107
+ },
+ {
+ id: "scaling",
+ level: "advanced",
111
next: "solo-staking",
112
113
0 commit comments