Skip to content

Commit

Permalink
Creating one shot challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsolo committed Dec 17, 2024
1 parent d8cecf2 commit c4491b3
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/discovery-provider/src/challenges/challenges.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,16 @@
"starting_block": 0,
"weekly_pool": 25000,
"cooldown_days": 7
},
{
"id": "os",
"name": "ONE_SHOT",
"type": "aggregate",
"amount": 1,
"active": true,
"step_count": 2147483647,
"starting_block": 0,
"weekly_pool": 2147483647,
"cooldown_days": 0
}
]
11 changes: 11 additions & 0 deletions packages/discovery-provider/src/challenges/challenges.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,16 @@
"starting_block": 220157041,
"weekly_pool": 25000,
"cooldown_days": 7
},
{
"id": "os",
"name": "ONE_SHOT",
"type": "aggregate",
"amount": 1,
"active": true,
"step_count": 2147483647,
"starting_block": 0,
"weekly_pool": 2147483647,
"cooldown_days": 0
}
]
11 changes: 11 additions & 0 deletions packages/discovery-provider/src/challenges/challenges.stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,16 @@
"starting_block": 0,
"weekly_pool": 25000,
"cooldown_days": 7
},
{
"id": "os",
"name": "ONE_SHOT",
"type": "aggregate",
"amount": 1,
"active": true,
"step_count": 2147483647,
"starting_block": 0,
"weekly_pool": 2147483647,
"cooldown_days": 0
}
]

0 comments on commit c4491b3

Please sign in to comment.