truffle-box / react-box

Truffle, Webpack and React boilerplate.
https://truffle-box.github.io/
MIT License
736 stars 251 forks source link

Update truffle-config.js to include more default options #172

Closed beakerfm closed 2 years ago

beakerfm commented 2 years ago

Update truffle-config.js to include the host and network_id options which are required to be passed for truffle migrate command to work when using default gananche cli.

cliffoo commented 2 years ago

Thanks @beakerfm for opening this! Currently the truffle config inside /truffle uses a slightly modified version of the default config, which specifies port and network_id.