mirror of
https://github.com/status-im/autobounty.git
synced 2025-01-10 05:46:20 +00:00
10 lines
224 B
JavaScript
10 lines
224 B
JavaScript
module.exports = {
|
|
urlEndpoint: "/autobounty/fund",
|
|
signerPath: "https://ropsten.infura.io",
|
|
sourceAddress: "XXXXX",
|
|
token: "SNT",
|
|
gasLimit: 92000,
|
|
priceHour: 35,
|
|
workHours: {xs: 2000, s: 2500}
|
|
}
|