Supporting multiple wallet connections on a single web dApp. #2479
Unanswered
jonandgon
asked this question in
Developer Support
Replies: 1 comment 7 replies
-
@jonandgon just so I understand, you want to connect two different accounts that are in two different wallets? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm creating a bridging dApp that sends funds from an L1 wallet to an L2 wallet. I'd like to use walletconnect/web3modal to connect both wallets to my dApp. However, it's not currently possible to do so since the info from one modal overwrites the info of another in the local storage.
Is there a way to make this work? If not, are there plans to support multiple connections?
Beta Was this translation helpful? Give feedback.
All reactions