A telegram bot that notifies you when your CL positions go out of range. Also provides additional stats about your LPs. DEXs currently supported: Ramses, Nile, Nuri, Pharaoh, Ra, Cleo, Uniswap (mainnet), Aerodrome, Velodrome.
Currently deployed at: https://t.me/WizardOfAzBot. Our twitter is: https://x.com/Wizard_of_Az_
- Create a SQL table by running
scripts/sql_scripts.sql
- Complete your
.env
. Note that you should setLOCAL_DB=true
for local running, and omit this env variable entirely in prod. yarn
- cd into
node_modules/ramsesexchange-v3-sdk
and runyarn build
. This is necessary as this repo was from github. npx tsc
- Run
bot.js
to start the telegram bot and runnotifier.js
to start the notification service.
This is an open source project and we welcome all PR contributions to add new chains and integrations.