github.com/shyftnetwork/go-empyrean@v1.8.3-0.20191127201940-fbfca9338f04/shyft-config/shyft-cli/web3/transfer-through-master/truffle.js (about)

     1  module.exports = {
     2    networks: {
     3      development: {
     4        host: 'localhost',
     5        port: 8545,
     6        network_id: '*',
     7        //gasLimit: 6.7e6
     8      }
     9    }
    10  };