Open NotNasty opened 7 months ago
Hey @NotNasty,
Thanks! This is a known issue. Coinbase Wallet doesn't support the WalletConnect protocol and will be removed from that list in the future.
As a temporary workaround, you can exclude the Coinbase wallet from your app:
var options = new WalletConnectModalOptions
{
ConnectOptions = BuildConnectOptions(),
ExcludedWalletIds = new[]
{
// Coinbase wallet ID from WalletConnect Explorer.
// https://explorer.walletconnect.com/coinbase-wallet
"fd20dc426fb37566d803205b19bbc1d4096b248ac04548e3cfb6b3a38bd033aa"
}
};
WalletConnectModal.Open(options);
Describe the bug Coinbase Wallet screen is empty
To Reproduce Steps to reproduce the behavior: 1) Try to Connect Wallet 2) Search "Coinbase Wallet" 3) Click "Coinbase Wallet" icon
Expected behavior Coinbase Wallet screen should not be empty
Screenshots
Environment
Is this happening in Unity Editor or on a player like Android, iOS, Windows? Both: Unity Editor & Android
Wallets used for testing Coinbase
Additional context