Mikhail

Results 63 comments of Mikhail

> The code is very simple, before I mount the app I am waiting for this try-catch statement. And it looks that the Promise is never resolved. > > ```ts...

> Hi, this feature would be useful for me: I work in an App that uses Gnosis, but 99% of our users don't use a multisig, so this is for...

> It could be done with the query params. I've just got reminded that it's possible with query params @dasanra

> how's the query params approach? > > The async approach still requires importing `SafeAppsSDK`, which I think still implies loading the entire SDK even for those users that are...

@re2005 Is there a reproducible example? I believe something might be wrong with the typescript configuration of your project

@re2005 `chains` are wagmi thing, please refer to wagmi documentation or you can also check the example react application as the wagmi initialization code is framework agnostic https://github.com/safe-global/safe-apps-sdk/blob/master/examples/wagmi/src/index.tsx#L23

@re2005 Have you tried to pass the correct chains object an see if the error is still there? in your repository example I can see that you initialize the connector...

I cannot run the project, this is what I get when I run `npm run dev`: ``` vite v2.9.13 dev server running at: > Local: http://localhost:3000/ > Network: use `--host`...

Are you sure you have the up-to-date code in the repo? I don't see wagmi/core as a dependency, and this is what the error is about