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

⬆️ Bump referrals rewards #52

Merged
merged 1 commit into from
May 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/atlas/atlas.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,31 +60,31 @@ features:
rewards:
- 1 # Reward for signup in USD
- 0 # Reward for synced video
- 0.5 # Reward for referral
- 1 # Reward for referral
- tier: 'silver'
reqs:
- Original good quality of content.
- Sizeable subscriber base with high ratio of views for videos.
rewards:
- 25
- 1
- 12.5
- 25
- tier: 'gold'
reqs:
- Great quality of content.
- Large subscriber base of fans active in the comments section.
rewards:
- 50
- 2
- 25
- 50
- tier: 'diamond'
reqs:
- Top tier professional quality.
- Recognized influencer and large follower audience.
rewards:
- 100
- 5
- 50
- 100
rewards:
- title: Sign Up to YouTube Partner Program
showInDashboard: false # Optional. If false the reward will be shown only on YouTube partner program landing page. Default true
Expand Down
Loading