From 7352aeec7dac2568d8db465afcef70c13c98112a Mon Sep 17 00:00:00 2001 From: Peter Petrovics Date: Mon, 26 Feb 2018 17:13:04 +0000 Subject: [PATCH] gas price settings for testnetworks --- truffle.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/truffle.js b/truffle.js index 3c48d2b0..d6a76a0b 100644 --- a/truffle.js +++ b/truffle.js @@ -14,7 +14,7 @@ module.exports = { port: 8545, network_id: "999", gas: 4707806, - gasPrice: 1 + gasPrice: 1000000000 // 1 GWEI }, truffleLocal: { host: "localhost", @@ -34,7 +34,7 @@ module.exports = { from: "0xae653250B4220835050B75D3bC91433246903A95", // default address to use for any transaction Truffle makes during migrations network_id: 4, gas: 4700000, // Gas limit used for deploys - gasPrice: 20000000000 // 20 Gwei + gasPrice: 1000000000 // 1 Gwei }, ropsten: { host: "localhost", // Connect to geth on the specified