âŧī¸Trouble shooting
Transaction is too large error
This means you are including too many accounts in your transaction, to make it work you will need to add lookup tables to your config. The bot provides a build in cli to do so, see Address lookup table
Too many open files
Run this before running the bot
ulimit -n 65535
Wrap WSOL
For example wrapping 0.1 SOL to WSOL
./smb-onchain wrap-sol config.toml 100000000
Last updated