๐ซTrobleshooting
Possible errors on Fermi DEX, and how to fix them
Instruction 0: custom program error: '0xbbf'
(3007) : Mint Mismatch error. Caused when correct token ATA account is not provided as 'payer'.
Instruction 0: custom program error: '0xbc4'
(3012) : Program failed: expected account to be initialised. Caused when ATA is not initialised / does not have funds.
Instruction 0: custom program error: '0x1776'
(6006) : EventQueue Already Full. This has been fixed using zero-copy
custom program error: 0x1: Insufficient funds.
Check that your token balances are adequate for the trade.
Instruction 0: Provided owner is not allowed
` Occurs during airdrop step if associated token accounts are already created. Comment out the createATA step if more airdrops are needed.
Last updated