UNPKG

truffle

Version:

Truffle - Simple development framework for Ethereum

14 lines (13 loc) 288 B
module.exports = { // See <http://trufflesuite.com/docs/advanced/configuration> // to customize your Truffle configuration! networks: { development: { host: "127.0.0.1", port: 8545, network_id: "*", gas: 4700000, gasPrice: 20000000000 } } };