-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
In the example of vue-wagmi, the currency balance is always 0 after connecting the wallet #3620
Comments
@lucky-0011 I believe this is already fixed. Can you try to reproduce again with the latest appkit version (1.6.4) ? |
I tried to create a new project and followed the instructions on the official website(https://docs.reown.com/appkit/vue/core/installation), but the balance still did not show up. |
@lucky-0011 Can you provide a minimal reproducible example ? |
I can confirm. I have the same issue here. Reverting to v1.6.2 (both wagmi connector and appkit) solves the issue. v1.6.3+ is broken somehow. |
@GiovaniGuizzoYUB Do you have a reproducible example ? |
Sure, here's an example: https://stackblitz.com/edit/vitejs-vite-lpv2rkti?file=src%2FApp.tsx Note the project ID is empty, but even adding a project ID won't fix it. |
@GiovaniGuizzoYUB Can you try reproducing this on v1.6.5 ? I don't have testnet funds atm to test it |
@magiziz it has been fixed! Thank you. |
In the example of vue-wagmi, the currency balance is always 0 after connecting to the wallet. The real balance is 0.1ETH.
In the example of react-wagmi, the balance shows normal.
Can anyone help me answer this?
The text was updated successfully, but these errors were encountered: