Commit 5b43fccc by Francisco Giordano

lint

parent 1320dfb0
...@@ -16,7 +16,7 @@ module.exports = { ...@@ -16,7 +16,7 @@ module.exports = {
mainnet: { mainnet: {
host: 'localhost', host: 'localhost',
port: 8565, port: 8565,
network_id: '1', network_id: '1', // eslint-disable-line camelcase
gasPrice: 20000000000, gasPrice: 20000000000,
from: '0x6Bf917B4725aD736B33Dbd493Ad7a4B992150DAb', from: '0x6Bf917B4725aD736B33Dbd493Ad7a4B992150DAb',
}, },
...@@ -24,21 +24,21 @@ module.exports = { ...@@ -24,21 +24,21 @@ module.exports = {
ropsten: { ropsten: {
host: 'localhost', host: 'localhost',
port: 8565, port: 8565,
network_id: '3', network_id: '3', // eslint-disable-line camelcase
gasPrice: 2000000000, gasPrice: 2000000000,
}, },
rinkeby: { rinkeby: {
host: 'localhost', host: 'localhost',
port: 8565, port: 8565,
network_id: '4', network_id: '4', // eslint-disable-line camelcase
gasPrice: 0, gasPrice: 0,
}, },
kovan: { kovan: {
host: 'localhost', host: 'localhost',
port: 8565, port: 8565,
network_id: '42', network_id: '42', // eslint-disable-line camelcase
gasPrice: 0, gasPrice: 0,
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment