Skip to content

Commit

Permalink
lower default gas in truffle for localgeth
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan committed Mar 15, 2019
1 parent 56f700e commit c5e55d1
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 @@ -22,14 +22,14 @@ module.exports = {
port: 8545,
network_id: "*", // Match any network id
from: "0xd77c534aed04d7ce34cd425073a033db4fbe6a9d", // Ganache first account
gas: 8000000
gas: 6000000
},
localgeth: {
host: "localhost",
port: 9545,
network_id: "*", // Match any network id
from: account,
gas: 8000000
gas: 6000000
},
rinkeby: {
provider: new HDWalletProvider(privateKey, endpoint),
Expand Down

0 comments on commit c5e55d1

Please sign in to comment.