2018-01-22 22:43:32 +00:00
|
|
|
const BOUNTY_LABELS = {
|
|
|
|
'bounty-xs': 1,
|
|
|
|
'bounty-s': 10,
|
|
|
|
'bounty-m': 100,
|
|
|
|
'bounty-l': 1000,
|
|
|
|
'bounty-xl': 10000
|
|
|
|
}
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
debug: true,
|
|
|
|
urlEndpoint: '/',
|
|
|
|
signerPath: 'https://ropsten.infura.io',
|
2018-02-27 10:10:17 +00:00
|
|
|
sourceAddress: '0x26a4D114B98C4b0B0118426F10fCc1112AA2864d',
|
2018-02-27 15:53:53 +00:00
|
|
|
privateKey: '',
|
2018-01-22 22:43:32 +00:00
|
|
|
token: 'SNT',
|
|
|
|
gasLimit: 92000,
|
2018-02-27 10:10:17 +00:00
|
|
|
priceHour: 1,
|
2018-01-22 22:43:32 +00:00
|
|
|
delayInMiliSeconds: 10000,
|
2018-01-24 22:37:07 +00:00
|
|
|
bountyLabels: BOUNTY_LABELS,
|
2018-03-01 13:58:25 +00:00
|
|
|
githubUsername: 'status-open-bounty',
|
2018-02-27 10:10:17 +00:00
|
|
|
|
2018-01-22 22:43:32 +00:00
|
|
|
}
|