From c4491b367f88067ecec10aad8b231802a79965a9 Mon Sep 17 00:00:00 2001 From: isaac Date: Mon, 16 Dec 2024 17:45:28 -0800 Subject: [PATCH] Creating one shot challenge --- .../src/challenges/challenges.dev.json | 11 +++++++++++ .../discovery-provider/src/challenges/challenges.json | 11 +++++++++++ .../src/challenges/challenges.stage.json | 11 +++++++++++ 3 files changed, 33 insertions(+) diff --git a/packages/discovery-provider/src/challenges/challenges.dev.json b/packages/discovery-provider/src/challenges/challenges.dev.json index 64bbd231c2e..224ac5d376e 100644 --- a/packages/discovery-provider/src/challenges/challenges.dev.json +++ b/packages/discovery-provider/src/challenges/challenges.dev.json @@ -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 } ] \ No newline at end of file diff --git a/packages/discovery-provider/src/challenges/challenges.json b/packages/discovery-provider/src/challenges/challenges.json index ad9813b5b09..cb7115b23b9 100644 --- a/packages/discovery-provider/src/challenges/challenges.json +++ b/packages/discovery-provider/src/challenges/challenges.json @@ -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 } ] \ No newline at end of file diff --git a/packages/discovery-provider/src/challenges/challenges.stage.json b/packages/discovery-provider/src/challenges/challenges.stage.json index cf7dc8540bd..c1e931c285f 100644 --- a/packages/discovery-provider/src/challenges/challenges.stage.json +++ b/packages/discovery-provider/src/challenges/challenges.stage.json @@ -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 } ] \ No newline at end of file