diff --git a/README.md b/README.md index 9978c62..88cc2ca 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Dex Listings Scanner - Telegram Bot This is a Telegram bot which will notify you whenever a new pair is added on your favourite DEXs. +[Image](screenshot.png) ## Description The script is listening for the event "PairCreated" emitted from the factory contract of the DEX. Whenever this happens, a log with all the info will be written into a text file, and a message to the bot will be sent. @@ -45,4 +46,4 @@ traderjoeFactory.on('PairCreated', async (_token0, _token1, _pairAddress) => { #### Address Let's say you know the DEX you want to add. To find the address, usually you can just go to its docs and you'll probably find a section with all the contracts addresses listed. Example: [Trader Joe Docs](https://docs.traderjoexyz.com/main/the-project/contracts). #### URL RPC -If you have already add the blockchain on Metamask, you can go to select a network, then go to "Add Network". Press "Cancel" and then you'll find "New RPC URL". \ No newline at end of file +If you have already add the blockchain on Metamask, you can go to select a network, then go to "Add Network". Press "Cancel" and then you'll find "New RPC URL".