v0.2.6-alpha - Minor performance improvement
- Changed some logic to slightly improve performance for users on the budget setup: Setup Video
- Removed the rawTx log. You can turn it back on by putting this in the .env: DEBUG=true
- Cleaned up the auto populate createAtaBlacklist.json
- For those that want to play with the slippage values, you can add these to your .env:
MIN_SLIPPAGE_BPS=2000
MAX_SLIPPAGE_BPS=9000
The values are basis points (integers). If you don't have these variables in your .env then the values above are assigned by default.