From 280a5f830fda888cb03f4e9d801b031957e13648 Mon Sep 17 00:00:00 2001 From: agatha Date: Sat, 8 Jun 2024 14:19:09 -0400 Subject: [PATCH] update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0e163a..e613e0a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # mbot -Simple Matrix bot that will eventually send Web3 `PairCreation` event alerts to the Juggalol Homeserver. +Uniswap PairCreation monitor that sends alerts to Matrix. + +## Requirements +- Infura API URL +- Matrix bot account ## Configuration ```json @@ -11,6 +15,6 @@ Simple Matrix bot that will eventually send Web3 `PairCreation` event alerts to "room_id": "" }, "infura_url": "", - "pool_address": "" + "pool_address": "0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f" } ``` \ No newline at end of file