I need to trigger a popup when the user clicks on Connect Wallet #2119
Unanswered
diegonicolas250
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Do you already have a wallet popup logic included? You may try web3modal and use Web3Provider to get an ethers provider. |
Beta Was this translation helpful? Give feedback.
2 replies
-
It helped me thx |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys, I have some js files injected in a browser, and I want that when the user clicks on Connect Wallet, a popup appears to confirm this.
Currently when I click on Connect Wallet, it connects instantly to my address, I don't know what event triggers the Connect Wallet, any suggestions?
This is my code:
https://github.com/wootzapp/browser/blob/javascript_insertion/App.js#L107
And this is the test site im using:
https://pancakeswap.finance/
Beta Was this translation helpful? Give feedback.
All reactions