feat: add Arcana Wallet connector#476
Conversation
|
@shrinathprabhu is attempting to deploy a commit to the Fuel Labs Team on Vercel. A member of the Team first needs to authorize it. |
|
Thanks for the contribution! Before we can merge this, we need @shrinathprabhu to sign the Fuel Labs Contributor License Agreement. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Thanks for the contribution! Before we can merge this, we need @svarcoder to sign the Fuel Labs Contributor License Agreement. |
LuizAsFight
left a comment
There was a problem hiding this comment.
when importing a seed phrase in arcana wallet, its not getting the correct fuel address
LuizAsFight
left a comment
There was a problem hiding this comment.
when I try to connect to Fuel Wallet, if Arcana is also installed, it will answer to connections asked to Fuel Wallet.
Arcana should only interact when the call is for Arcana Connector, when it's a Fuel Wallet connection it should be totally out of the way
Screen.Recording.2025-04-24.at.22.29.10.mov
|
Hi @LuizAsFight could you recheck the PR again, I've resolved all the issues in the wallet |
LuizAsFight
left a comment
There was a problem hiding this comment.
could you fix conflict in pnpm-lock ?
I recommend just doing
rm -rf **/**/node_modules **/**/.turbo **/**/.next **/**/dist; rm -rf pnpm-lock.yaml; git checkout main pnpm-lock.yaml; pnpm install;
this way you base on main pnpm-lock + just install / update new dependencies
…hprabhu/fuel-connectors into feat/add-arcana-wallet-connector
|
Thanks for the contribution! Before we can merge this, we need @shrinathprabhu @svarcoder to sign the Fuel Labs Contributor License Agreement. |
|
Hi @LuizAsFight could you recheck the PR again, I've resolved all the conflicts |
There was a problem hiding this comment.
after 2 refreshes the session is lost
Screen.Recording.2025-07-23.at.12.32.35.mov
to prevent this kind of issue I'd recommend including e2e tests (similar to what we already have for other connectors https://github.com/FuelLabs/fuel-connectors/blob/main/e2e-tests/runner/examples/connectors/FuelWalletConnector/FuelWalletConnector.test.ts)
we already have functions that centralize some needed tests, the main work on this is to have the arcana env setup, like installing the extension, connecting to account, approve txs in the extension etc..
LuizAsFight
left a comment
There was a problem hiding this comment.
the transfer screen is showing incorrect "To"
the right "To" was 0xA671949e92E3Cf75A497f6759C785336308f8867B677Defe1bA71d5979197BAF
https://app-testnet.fuel.network/tx/0x795705f565638f0f1c893c963b18968de88a8929068d04104231f7b7d6846221/simple
@LuizAsFight fixed this in wallet |
@LuizAsFight fixed this issue |
fixed this in wallet @LuizAsFight , sharing the build on tg |












Summary
Adds connector for Arcana Wallet (https://arcana.network)
Checklist