Skip to content

Commit

Permalink
Merge pull request brave#12729 from bsclifton/new-default-contributio…
Browse files Browse the repository at this point in the history
…n-amount

Update default contribution amount from 5 to 7.5
  • Loading branch information
bsclifton authored Jan 19, 2018
2 parents 5e0c26d + 12225de commit 3176df0
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 @@ -102,7 +102,7 @@ module.exports = {
},
payments: {
delayNotificationTryPayments: 1000 * 60 * 60 * 24 * 10, // 10 days (from firstRunTimestamp)
defaultContributionAmount: 5
defaultContributionAmount: 7.5
},
updates: {
// Check for front end updates every hour
Expand Down

0 comments on commit 3176df0

Please sign in to comment.