From 5b43fccc34b8a4ea73e737e0ffb81976dea41ec2 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Mon, 12 Aug 2019 16:36:00 +0200 Subject: [PATCH] lint --- truffle-config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/truffle-config.js b/truffle-config.js index 876183242..b882fde51 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -16,7 +16,7 @@ module.exports = { mainnet: { host: 'localhost', port: 8565, - network_id: '1', + network_id: '1', // eslint-disable-line camelcase gasPrice: 20000000000, from: '0x6Bf917B4725aD736B33Dbd493Ad7a4B992150DAb', }, @@ -24,21 +24,21 @@ module.exports = { ropsten: { host: 'localhost', port: 8565, - network_id: '3', + network_id: '3', // eslint-disable-line camelcase gasPrice: 2000000000, }, rinkeby: { host: 'localhost', port: 8565, - network_id: '4', + network_id: '4', // eslint-disable-line camelcase gasPrice: 0, }, kovan: { host: 'localhost', port: 8565, - network_id: '42', + network_id: '42', // eslint-disable-line camelcase gasPrice: 0, },