Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit abec84d

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

4 files changed

Lines changed: 282 additions & 14 deletions

File tree

packages/backend/utils/challenges.js

Lines changed: 4 additions & 0 deletions
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)