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
Current implementation of @oasisprotocol/sapphire-wagmi-v2 only supports default injected EIP-1193 provider:
Please note that while EIP-6963 (Multi Injected Provider Discovery) is supported by Wagmi it is only possible to wrap the default injected EIP-1193 compatible provider. For this reason you must disable MIPD support in the Wagmi configuration as additional discovered providers will not be Sapphire wrapped.
Currently it is easy to misuse @oasisprotocol/sapphire-wagmi-v2. If you don't use EIP-1193 injected provider, and use one provided by EIP-6963, could result in provider not being correctly wrapped. Implementing EIP-6963 would result in clearer way of how to use @oasisprotocol/sapphire-wagmi-v2 and package not being misused.
The text was updated successfully, but these errors were encountered:
SUMMARY
Current implementation of
@oasisprotocol/sapphire-wagmi-v2
only supports default injected EIP-1193 provider:Currently setting to:
Disables EIP-6963 functionality.
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
Currently it is easy to misuse
@oasisprotocol/sapphire-wagmi-v2
. If you don't use EIP-1193 injected provider, and use one provided by EIP-6963, could result in provider not being correctly wrapped. Implementing EIP-6963 would result in clearer way of how to use@oasisprotocol/sapphire-wagmi-v2
and package not being misused.The text was updated successfully, but these errors were encountered: