FIXED: default.js syntax error

This commit is contained in:
Jordi Montes 2018-01-20 13:41:57 +01:00
parent 1201ad4d47
commit 323003f902

View File

@ -5,5 +5,5 @@ module.exports = {
token: "SNT",
gasLimit: 92000,
priceHour: 35,
workHours: {xs: 2000, s: 2500
workHours: {xs: 2000, s: 2500}
}