Skip to content

Commit

Permalink
Merge pull request #13502 from Shiva-Sai-ssb/fix-13500
Browse files Browse the repository at this point in the history
Update: Quiz Metadata [Fixes #13500]
  • Loading branch information
wackerow authored Jul 26, 2024
2 parents b505c43 + 3f6963c commit 4da53dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/data/quizzes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ export const usingEthereumQuizzes: QuizzesSection[] = [
{
id: "nfts",
level: "beginner",
next: "scaling",
},
{
id: "scaling",
level: "intermediate",
next: "layer-2",
},
{
Expand All @@ -108,6 +103,11 @@ export const usingEthereumQuizzes: QuizzesSection[] = [
{
id: "run-a-node",
level: "intermediate",
next: "scaling",
},
{
id: "scaling",
level: "advanced",
next: "solo-staking",
},
{
Expand Down

0 comments on commit 4da53dc

Please sign in to comment.