You can now use Circular to find optimal tokens.
Get 10% off with code RUDE
: https://www.circular.bot/ref/RUDE
To use this new feature, you need to install a couple things with these commands:
sudo apt update && apt upgrade -y && apt install -y screen unzip && apt install python3-pip -y
pip3 install requests python-dotenv
Remember to use ./rude --help
if you are unsure of how to use the bot.
Here is what the new jupManagerConfig.json looks like:
{
"autoRestartMinutes": 30,
"updateMintsCmd": [
"python3",
"./update_mints.py"
],
"updateMintsCircCmd": [
"python3",
"./update_mints_circ.py"
],
"rpcUrls": [
"FREE"
],
"grpcs": [
{
"url": "FREE",
"token": "none"
}
],
"mainDexesOnly": true,
"useCirc": false,
"circ_api_key": ""
}