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
This package seems can't work friendly with legacy project which uses packages "wagmi": "^2.10.10" and "viem": "^2.17.3", any idea for fixing this? Regards. @LuizAsFight@nelitow@luizstacio
@jincan39 this integration to connect ETH wallets in fuel is a very sensitive feature, easy to break and have problems. because of this we are strict in the version of the packages, aiming to make sure it works smooth.
@LuizAsFight Thank you for your response. I've upgraded the wagmi version to match @fuel/connectors's dependency, but the issue persists. This compatibility issue affects all EVM projects since @fuel/connectors's wagmi dependency is not properly isolated (in a sandbox).
The two packages cannot coexist at the moment, and I had to remove @fuel/connectors's dependencies to get the project running.
This package seems can't work friendly with legacy project which uses packages "wagmi": "^2.10.10" and "viem": "^2.17.3", any idea for fixing this? Regards. @LuizAsFight @nelitow @luizstacio
https://github.com/Manta-Network/react-dapp-starter/tree/chore/fuel
The text was updated successfully, but these errors were encountered: