-
Notifications
You must be signed in to change notification settings - Fork 144
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
Change wallet address failure #52
Comments
I had this issue as well. All you have to do is: In useWalletPortfolio component (neur-app/src/hooks/use-wallet-portfolio.ts) Change this: To this: |
That is happening because floating wallet is trying to access privy public id, which is encrypted. user?.privyUser.wallet.address uses decrypted wallet address |
@VezlysNikita it should use the embedded wallet address, not a wallet that is coming back from the Privy user data. |
Thank you for clarifying. I did not even think about it that way. |
Describe the bug
EAP produces the wrong wallet address for me.
When I trigger to ask it to change, it accepts the new address but when I enquire on the wallet balance it still provides the token balances on the old wallet.
See images
Platform (please complete the following information):
On both IOS and smartphone (iPhone Safari)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: