Skip to content

Commit

Permalink
gas price settings for testnetworks
Browse files Browse the repository at this point in the history
  • Loading branch information
szerintedmi committed Feb 26, 2018
1 parent 7aaea40 commit 7352aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions truffle.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
port: 8545,
network_id: "999",
gas: 4707806,
gasPrice: 1
gasPrice: 1000000000 // 1 GWEI
},
truffleLocal: {
host: "localhost",
Expand All @@ -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
Expand Down

0 comments on commit 7352aee

Please sign in to comment.