nahmii-contracts icon indicating copy to clipboard operation
nahmii-contracts copied to clipboard

Question: development network configuration

Open liamaharon opened this issue 7 years ago • 1 comments

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:

liamaharon avatar Oct 16 '18 01:10 liamaharon

Very likely Jens, me or CI machine has a different configuration than the rest for local tests.

mxmauro avatar Oct 16 '18 12:10 mxmauro