Skip to content

Commit abec84d

Browse files
authored
Add L2 (coming soon) challenge (#215)
1 parent 06ca2de commit abec84d

File tree

4 files changed

+282
-14
lines changed

4 files changed

+282
-14
lines changed

packages/backend/utils/challenges.js

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ const challengeMapping = {
3939
id: 9,
4040
autograding: false,
4141
},
42+
"deploy-to-l2": {
43+
id: 10,
44+
autograding: false,
45+
},
4246
};
4347

4448
function getChallengeIndexFromChallengeId(challengeId) {

0 commit comments

Comments
 (0)