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

Commit

Permalink
Update default contribution amount from 25 BAT to 10 BAT
Browse files Browse the repository at this point in the history
Fixes #12528

Auditors: @davidtemkin, @NejcZdovc
  • Loading branch information
bsclifton committed Jan 6, 2018
1 parent 779180c commit 8284615
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 8284615

Please sign in to comment.