Chris Smith
Chris Smith
@glitch-txs There's a lot of stuff this function sets up which `defaultWagmiConfig()` drastically simplifies: WalletConnect, email wallet, RPC URLs, EIP-6963. Lot of lines of code for a dev to re-implement...
[Slack conversation](https://walletconnect.slack.com/archives/C03RVH94K5K/p1712284368781579)
Thanks guys for the ideas! Ideally I'd like to do what @mattsse mentioned; i.e. call into the Anvil directly and spawn it. However, I had gotten compiler errors when trying...
I have the same exact issue on MetaMask Mobile v7.16.0 (1265) on Android 14. App isn't loading after several minutes of waiting. Going to Settings -> General shows the same...
For my use case, I use both CRD and ephemeral consumers at the same time so that I can use [this](https://github.com/nats-io/nats.deno/blob/main/jetstream.md#push-subscriptions).
Sounds similar to several scenarios I encountered. E.g. JetStream was not enabled so Stream CRD is now permanently errored even after JetStream is enabled. Seems I have to delete and...
I think this issue is related to #840 and a potential fix in web3-react without updating packaging is here: https://github.com/Uniswap/web3-react/issues/840#issuecomment-1613619864
Hi @lcamargof, I tested with our react-app example [here](https://react-app.walletconnect.com/) and our [Web3Modal demo](https://web3modal.com/) and cannot reproduce the issue you are seeing with the steps provided. Could you please share additional...
I believe the problem lies here: https://github.com/Uniswap/web3-react/blob/fc84e8b64b094b758f0c29a33977a47a349065bb/packages/walletconnect-v2/src/index.ts#L97-L98 It should be `ethProviderModule.EthereumProvider.init(`. Similar issue with the type import at the top: https://github.com/Uniswap/web3-react/blob/fc84e8b64b094b758f0c29a33977a47a349065bb/packages/walletconnect-v2/src/index.ts#L1 That should be: ``` import type { EthereumProvider }...
Hey @leoanhvig! Are you still seeing this issue in the latest version of web3-react?