Guru

Results 19 comments of Guru

plus there are some code snippets in the article which can help you get a working setup quickly.

Thanks @fatihmert for helping out with an example. We're bringing more customization options in web3modal v2. Stay tuned to our twitter handle for further updates!

Just checked, all the npm packages are upto date right now :) Closing the issue, feel free to reopen if you still have problems.

A `try-catch` block would certainly solve this issue. Appreciate your help @VitaliyShulik , closing this issue. Check out W3MV2 if you haven't :)

There has been a lot of questions and feedback related to sorting the wallet list. We took all your feedback into account and worked on Web3Modal v2 which provides a...

> Hello, > > 1. You could use WalletConnect and scan the QR code shown in any compatible wallet https://walletconnect.com/registry?type=wallet, that solution doesn't directly require the Metamask extension to be...

The loading animation is handled on v2, closing the issue.

> if the problem still remains, there is two option that you got. the first one is to use provided api to change the colors but it's limited and does...

> `const providerOptions = { walletconnect: { package: WallectConnectProvider, options: { rpc: { 1337: 'http://localhost:8545', }, chainId: 1337, }, }, }` You just need to change the provider options!. Appreciate...