Skip to content

Commit

Permalink
set development network gas params in truffle config
Browse files Browse the repository at this point in the history
  • Loading branch information
mikec committed Oct 26, 2018
1 parent fa9254c commit aa78198
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions truffle.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ module.exports = {
host: 'localhost',
port: 8545,
network_id: '*',
gas: 6000000,
gasPrice: 20 * 10 ** 9,
}
},
};

0 comments on commit aa78198

Please sign in to comment.