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 connector is currently removed from bridge because of a conflict in wagmi
Connectors from ETH side(wallet connect) and from FUEL side (eth wallets) are conflicting because they internally use the same wagmi lib
The fuel connectors work fine alone, this is a problem only in the bridge, as it's needed to have both ETH and FUEL wallet connected at same time.
This issue aims to fix the problem in the bridge layer:
Add Solana and WalletConnect connectors
Fix the behaviors to work smoothly (as it works based on same window.ethereum , we cannot support multi wallets in this case
When connect one account in ETH wallet (both in ETH or FUEL side), it should automatically connect the same account in the other network.
When disconnect from one side, it should automatically disconnect the other side
Same thing for other actions, like changing account inside metamask. They should affect both side of connections (eth and fuel)
PS: to execute this issue:
it will be needed to update the @fuels/connectors and @fuels/react libs
maybe will be needed to update TS SDK version / fuel-core version. we should only update if it's really needed, as the purpose of this issue is to fix this p0 bug. the update can come later in another PR
The text was updated successfully, but these errors were encountered:
WalletConnect connector is currently removed from bridge because of a conflict in wagmi
Connectors from ETH side(wallet connect) and from FUEL side (eth wallets) are conflicting because they internally use the same
wagmi
libThe fuel connectors work fine alone, this is a problem only in the bridge, as it's needed to have both ETH and FUEL wallet connected at same time.
This issue aims to fix the problem in the bridge layer:
window.ethereum
, we cannot support multi wallets in this casePS: to execute this issue:
@fuels/connectors
and@fuels/react
libsp0
bug. the update can come later in another PRThe text was updated successfully, but these errors were encountered: