Currently, Curve.fi dApp doesn't provide multi-wallets support. If a user has, for example, MetaMask and OKX wallets installed, OKX will pop instead of Metamask if user clicks on MetaMask logo on wallet list.
Upgrading to latest version of @web3-onboard/injected-wallets to ^2.10.14 brings EIP-6963 compatibility. I also upgraded @web3-onboard/react to ^2.8.15 as both dependencies are commonly installed together.
Currently, Curve.fi dApp doesn't provide multi-wallets support. If a user has, for example, MetaMask and OKX wallets installed, OKX will pop instead of Metamask if user clicks on MetaMask logo on wallet list.
Upgrading to latest version of
@web3-onboard/injected-wallets
to^2.10.14
brings EIP-6963 compatibility. I also upgraded@web3-onboard/react
to^2.8.15
as both dependencies are commonly installed together.