mirror of
https://github.com/status-im/autobounty.git
synced 2025-02-05 18:23:22 +00:00
config parameters updated (default and development)
This commit is contained in:
parent
e1fd3c8251
commit
a33ce43bff
@ -29,5 +29,8 @@ module.exports = {
|
||||
delayInMiliSeconds: 0,
|
||||
|
||||
// Bounty Labels for the issues and the correspondent houres (e.g. {'bounty-xs': 3})
|
||||
bountyLabels: {}
|
||||
bountyLabels: {},
|
||||
|
||||
// username for the bot which has to comment for starting the process (e.g. status-bounty-)
|
||||
githubUsername: ''
|
||||
}
|
||||
|
@ -16,5 +16,6 @@ module.exports = {
|
||||
gasLimit: 92000,
|
||||
priceHour: 35,
|
||||
delayInMiliSeconds: 10000,
|
||||
bountyLabels: BOUNTY_LABELS
|
||||
bountyLabels: BOUNTY_LABELS,
|
||||
githubUsername: 'jomsdev'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user