-
Notifications
You must be signed in to change notification settings - Fork 113
Description
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 (`
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!
