WalletConnect / web3modal-swift

Apache License 2.0
45 stars 26 forks source link

feat: support Coinbase wallet #35

Open radeknovis opened 8 months ago

radeknovis commented 8 months ago

Integrate Coinbase Wallet to be used with Web3Modal out of the box:

Install and integrate Coinbase's Swift SDK Configure Web3Modal to toggle Coinbase wallet visibility Use Coinbase Wallet as any other listed wallet https://github.com/coinbase/wallet-mobile-sdk#coinbase-wallet-mobile-sdk

mooshee commented 4 months ago

Is there a timeline for when this will be added? At the moment, I'm able to connect to Coinbase Wallet but the the sessionSettle event is never fired so there's no way to know whether or not it the connection was successful.

I see in the code that it updates the Store, but there's no public access or events fired to be consumed.