Skip to content

Commit

Permalink
Merge pull request #198 from BuidlGuidl/challenge-id-tweaks
Browse files Browse the repository at this point in the history
Tweak challenge Ids
  • Loading branch information
carletex authored Feb 27, 2024
2 parents 5501322 + e797fcc commit c11aaaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/backend/utils/challenges.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const challengeMapping = {
autograding: true,
},
"state-channels": {
id: 9,
id: 5,
autograding: true,
},
"learn-multisig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-app/src/data/challenges.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const challengeInfo = {
dependencies: ["simple-nft-example", "decentralized-staking", "token-vendor"],
},
"minimum-viable-exchange": {
id: 5,
id: 4,
branchName: "challenge-4-dex",
label: "🚩 Challenge 4: ⚖️ Build a DEX",
disabled: false,
Expand All @@ -68,7 +68,7 @@ export const challengeInfo = {
dependencies: ["simple-nft-example", "decentralized-staking", "token-vendor", "dice-game"],
},
"state-channels": {
id: 9,
id: 5,
branchName: "challenge-5-state-channels",
label: "🚩 Challenge 5: 📺 A State Channel Application",
disabled: false,
Expand Down

0 comments on commit c11aaaf

Please sign in to comment.