Patch Changes
-
e74f604: Improve UI on the mobile connect flow to hint to users that they can horizontally scroll to see additional wallet connectors
-
eb72c37: Fix Gemini wallet connector to use
iconinstead oficonsinappMetadata -
e58367e: Fix mobile visibility for Coin98, CLV, SafePal, Frontier, and BeraSig wallets.
-
b7b7b43: Rename the Argent wallet connector to
readyWallet -
507f583: Add additional wallet flags to
isMetaMask()to detect impersonating providers. -
16963de: Add
ctrlWalletwallet connector to replacexdefiWallet. XDEFI Wallet has been rebranded to CTRL Wallet. -
6c745a5: Disable third-party connector telemetry by default for user privacy. h/t @TimDaub
To opt-in to WalletConnect analytics:
With
getDefaultConfig:const config = getDefaultConfig({ /** ... **/ walletConnectParameters: { telemetryEnabled: true, }, });
To opt-in to Base Account telemetry:
baseAccount.preference = { telemetry: true, };
To opt-in to MetaMask analytics:
metaMaskWallet.enableAnalytics = true;