trufflesuite / drizzle-legacy

Reactive Ethereum datastore for dapp UIs.
http://truffleframework.com/docs/drizzle/getting-started
MIT License
503 stars 128 forks source link

Fix customProvider option #240

Open 0x31 opened 5 years ago

0x31 commented 5 years ago

initializeWeb3 is called with options.web3, so the options will look like { customProvider }, not { web3: { customProvider } }:

https://github.com/trufflesuite/drizzle/blob/1e869b2d7bb13aeaf33a52ba12b769aa2c391d90/src/drizzleStatus/drizzleStatusSaga.js#L13-L17