mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-13 23:35:46 +00:00
33eab74ebd
DApps generated with `new --simple` don't have a blockchain config so ensure that the blockchain proxy and listener (dev_txs) use appropriate provider settings when setting up web3. Without these changes, in a fresh `embark new --simple` project the `embark blockchain` command will encounter unhandled promise rejection with respect to the proxy; `embark run` will encounter similar with respect to dev_txs.