2024-06-13 01:52:34 +00:00
|
|
|
# Pair Monitor
|
|
|
|
Companion piece to [matrix-alerts](https://git.juggalol.com/agatha/matrix-alerts). It will all come together
|
|
|
|
in a single repo at some point, but I have a lot of refactoring to do on everything. I split up the
|
|
|
|
[mbot](https://git.juggalol.com/agatha/mbot) code into smaller services but haven't refactored _anything_ yet.
|
|
|
|
|
|
|
|
## Configuration Example
|
|
|
|
```
|
|
|
|
{
|
|
|
|
"infura_url": "",
|
|
|
|
"pool_address": "0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f",
|
|
|
|
"etherscan_key": ""
|
|
|
|
}
|
|
|
|
```
|