You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WalletConnect requires special handling. Since dApps typically use a shared walletconnect connector/provider between every wallet, we need to make sure the namespaces are backward-compatible with EIP155 wallets.
To achieve this compatibility we should either:
Declare both flow and eip155 namespaces as optional
OR Declare flow as optional and eip155 as required (this would effectively mean mandating all FCL-WC wallets accept the eip155 namespace which is technically a breaking change to the spec but in practice Flow Wallet, as the only consumer, will not be affected)
The text was updated successfully, but these errors were encountered:
WalletConnect requires special handling. Since dApps typically use a shared walletconnect connector/provider between every wallet, we need to make sure the namespaces are backward-compatible with EIP155 wallets.
To achieve this compatibility we should either:
flow
andeip155
namespaces as optionalflow
as optional andeip155
as required (this would effectively mean mandating all FCL-WC wallets accept theeip155
namespace which is technically a breaking change to the spec but in practice Flow Wallet, as the only consumer, will not be affected)The text was updated successfully, but these errors were encountered: