Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure prod challenges #2257

Merged
merged 3 commits into from Jan 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
45 changes: 27 additions & 18 deletions discovery-provider/src/challenges/challenges.json
Expand Up @@ -2,66 +2,75 @@
{
"id": "profile-completion",
"type": "numeric",
"amount": "5",
"amount": "1",
"active": true,
"step_count": 7
"step_count": 7,
"starting_block": 25346436
},
{
"id": "listen-streak",
"type": "numeric",
"amount": "5",
"active": false,
"step_count": 7
"amount": "1",
"active": true,
"step_count": 7,
"starting_block": 116023891
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's keep a close eye on this, but good thing is that this will be a subtle thing and it doesn't matter a whole lot when "activation" is

},
{
"id": "track-upload",
"type": "numeric",
"amount": "5",
"active": false,
"amount": "1",
"active": true,
"step_count": 3,
"starting_block": 30000000
"starting_block": 25346436
},
{
"id": "referrals",
"type": "aggregate",
"amount": "1",
"active": false,
"step_count": 5
"active": true,
"step_count": 5,
"starting_block": 25346436
},
{
"id": "referred",
"type": "boolean",
"amount": "1",
"active": false
"active": true,
"starting_block": 25346436
},
{
"id": "connect-verified",
"type": "boolean",
"amount": "10",
"active": true
"amount": "5",
"active": true,
"starting_block": 25346436
},
{
"id": "mobile-install",
"type": "boolean",
"amount": "10",
"active": false
"amount": "1",
"active": true,
"starting_block": 25346436
},
{
"id": "trending-track",
"type": "trending",
"amount": "100",
"active": false
"active": true,
"starting_block": 25346436
},
{
"id": "trending-underground-track",
"type": "trending",
"amount": "100",
"active": false
"active": true,
"starting_block": 25346436
},
{
"id": "trending-playlist",
"type": "trending",
"amount": "100",
"active": false
"active": true,
"starting_block": 25346436
}
]