Skip to content

Bridge SPL keeps failing on devnet-alpha with error 0x3 #113

@ScapeXYZ

Description

@ScapeXYZ

Hi team,
I’ve been testing the bridge on devnet-alpha and I keep running into the same problem. I created my own SPL token (using spl-token create-token), minted some supply into my wallet ATA, and then tried bridging with:

npm run tx:bridge-spl -- devnet-alpha --mint <myMint> --amount 100
But the transaction always fails with:
custom program error: 0x3 Logs: Account not associated with this Mint

I also tried dumping the bridge state account (`

Image

7Mgida4KEymRV7t7BWjyH3P9yQYJLGw5pifEvN5da63J`) and parsing it, but the “mint” value I pulled out doesn’t behave like a real SPL mint account (the token program rejects it).

So my question is:

Which SPL mint is this bridge program actually configured to use on devnet-alpha?

Should I be using a pre-deployed mint, or is it possible to deploy my own and point the bridge to it?

Any guidance would be super helpful — I think I’m just missing the right mint address to work with.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions