Closed mi-kas closed 5 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been closed, but can be re-opened if further comments indicate that the problem persists. Feel free to tag maintainers if there is no reply to further comments.
Implements the suggestions made in #178. The
web3
drizzle state is extendend by afellback
boolean in order to indicate if the provided web3 fallback provider was instantiated.Therefore a new web3 action
WEB3_FELLBACK
is added toconstants.js
and a afellback
key added to the initial state ofweb3Reducer.js
:The
web3Reducer.js
adapted to trigger a state change by this new action and the corresponding testcase updated inweb3.test.js
. TheREADME.md
is also updated accordingly.