You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I'm working on a crypto portfolio tracker and I wanted the user to be able to add multiple coinbase wallet addresses from their phone, basically by scanning the qr code, once per address.
The problem I'm facing is that it looks like once an address is connected, when I run the connect function again, it automatically connects to that address instead of letting me connect to another one.
For instance, all I need is the address string. I don't need to be actually connected to the wallet to perform other actions.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
I'm working on a crypto portfolio tracker and I wanted the user to be able to add multiple coinbase wallet addresses from their phone, basically by scanning the qr code, once per address.
The problem I'm facing is that it looks like once an address is connected, when I run the
connect
function again, it automatically connects to that address instead of letting me connect to another one.For instance, all I need is the address string. I don't need to be actually connected to the wallet to perform other actions.
Is there a way to do this anyhow?
Thank you very much!!
Beta Was this translation helpful? Give feedback.
All reactions