Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #12529 from bsclifton/new-default-amount
Browse files Browse the repository at this point in the history
Update default contribution amount from 25 BAT to 10 BAT
  • Loading branch information
bsclifton authored Jan 6, 2018
2 parents 779180c + 8284615 commit 667f95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/constants/appConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ module.exports = {
// payments
'payments.allow-media-publishers': true,
'payments.allow-non-verified-publishers': true,
'payments.contribution-amount': 25, // BAT
'payments.contribution-amount': 10, // BAT
'payments.enabled': false,
'payments.minimum-visit-time': 8000,
'payments.minimum-visits': 1,
Expand Down

0 comments on commit 667f95d

Please sign in to comment.