autobounty/config/default.js

10 lines
223 B
JavaScript
Raw Normal View History

2018-01-19 10:42:58 +00:00
module.exports = {
urlEndpoint: "/autobounty/fund",
signerPath: "https://ropsten.infura.io",
sourceAddress: "XXXXX",
token: "SNT",
gasLimit: 92000,
priceHour: 35,
workHours: {xs: 2000, s: 2500
2018-01-17 16:48:56 +00:00
}