ETH_PROJET/truffle.js

10 lines
209 B
JavaScript
Raw Permalink Normal View History

2018-02-01 11:52:53 +01:00
module.exports = {
networks: {
development: {
host: "localhost",
port: 8545,
network_id: "*", // Match any network id
gas: 4700000
}
}
};