-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Description
Link to minimal reproducible example
https://stackblitz.com/edit/web3modal-next-template-zt2gi3?file=components%2Fweb3modal-provider.tsx
Summary
When using web3modal/ethers, Im running into two issues with the coinbase smart contract wallet integration:
- If the coinbase self-custody wallet browser extension is installed clicking on the coinbase smart wallet option in web3modal will connect to the self custody wallet instead of triggering the normal keys.coinbase.com flow
- If the self custody extension is not installed, the coinbase smart wallet option directs to the keys.coinbase.com popup but the request just spins indefinitely
List of related npm package versions
"@web3modal/ethers": "^4.2.3"
Reactions are currently unavailable