Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCaso authored Dec 30, 2021
1 parent e36a847 commit 1cc7e99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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".
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".

0 comments on commit 1cc7e99

Please sign in to comment.