update README.md

This commit is contained in:
agatha 2024-06-08 14:19:09 -04:00
parent a3fda36d43
commit 280a5f830f

View File

@ -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"
}
```