go-ethereum/shyft-cli/web3/transfer-through-master/truffle.js
2018-06-13 13:07:17 -04:00

10 lines
155 B
JavaScript
Executable file

module.exports = {
networks: {
development: {
host: 'localhost',
port: 8545,
network_id: '*',
//gasLimit: 6.7e6
}
}
};