We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi guys,
Thanks for this package, I've been looking for one everywhere.
When trying to instantiate the service the way laid out in your readme I get this error
I tried adding in the disableInjectedProvider field with 'false' but it seems providerOptions still needs some sort of value to be instantiated.
Is this an angular12 issue? How do I fix this?
Apologies if this question is easy, it's my first time working with Web3Modal
Thanks
The text was updated successfully, but these errors were encountered:
I'm also having this issue - any fix @johnstoia ?
Sorry, something went wrong.
You need to specify it, just like in https://github.com/Web3Modal/web3modal.
E.g. put this somewhere after your imports in the module file:
const providerOptions = { injected: { display: { name: "Browser Wallet", description: "Connect with your browser wallet." }, package: null } };
No branches or pull requests
Hi guys,
Thanks for this package, I've been looking for one everywhere.
When trying to instantiate the service the way laid out in your readme I get this error
I tried adding in the disableInjectedProvider field with 'false' but it seems providerOptions still needs some sort of value to be instantiated.
Is this an angular12 issue? How do I fix this?
Apologies if this question is easy, it's my first time working with Web3Modal
Thanks
The text was updated successfully, but these errors were encountered: