nahmii-contracts
nahmii-contracts copied to clipboard
Question: development network configuration
truffle.js specifies two development network configurations:
development: {
host: "localhost",
port: 8545,
network_id: "*",
gas: 6500000
},
develop: {
host: "localhost",
port: 9545,
network_id: "*",
gas: 6500000
},
I'm curious to know if this is intentional, and if so what use cases there are that require local blockchains running in parallel?
Thanks :nerd_face:
Very likely Jens, me or CI machine has a different configuration than the rest for local tests.