Erno Wever

Results 46 comments of Erno Wever

I can confirm that this is an issue with some Binance Smartchain Testnet RPCs. When switching from any chain to Binance Smartchain Testnet, for some RPCs a disconnect event is...

Did you add the walletconnect provided as dependency (see the docs)? Otherwise please share your code and steps on how to reproduce this.

Possibly what's happening is that an async request is made and not finished when the app is loaded. Did you wrap the router provider provider around the MoralisProvider, or the...

If it worked on local dev, but not in production, then I assume it might have something to do with the build process.. We did have several issues with Vite...

Good suggestion. The code is mostly optimized for an app that is initialised (only recently we added the feature to opt-out, and do initialisation manually). So there are probably quire...

I am not sure if that's even possible to do with Metamask. As far as I know, it is not possible to disconnect a metamask wallet from code, only via...

Closing as we already have demo merged in a previous PR

What param are you referencing to? `fromAmount`, `fromToken` and `toToken` are required and the chain is already optional

This is an issue with Typescript. When you define your `options` object, Typescript will infer the `chain` type as a `string`. You can avoid this by narrowing the type like:...

What do you mean with `The transaction get's a transaction hash and appears to go through, but never actually goes through.`? The fact that the `to` is the contractAddress is...