-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to integrate web3 with drizzle #164
Comments
Is drizzle a frontend framework? |
@miohtama Could you help on this issue? I'm not too familiar with all Truffle tools |
apologies, its not a framework but just a library on top of react. Which pretty much auto syncs block data to your app |
@raashidjunaid1 I have run to similar problem did you find anything ? |
may i know what is the custom provider object that you are passing to the web3 section of the 'drizzle options'? Try this:
now forward this provider object as the custom provider. not sure if it will work but do try and post the results? tx. |
With stable version 2.0.0 of Web3Modal now released, we are officially dropping support for version 1.x If you need to continue using Web3Modal 1.x and require this feature/fix implemented, we suggest adding it via forking V1 branch. |
Hi there, I am trying to use web3modal pointing to local blockchain (truffle develop).
Steps to recreate:
npx truffle unbox drizzle
Would be very grateful if anyone could help!
The text was updated successfully, but these errors were encountered: