update docs

This commit is contained in:
agatha 2024-06-08 14:29:21 -04:00
parent 7bd73cae08
commit a80317083e

View File

@ -3,6 +3,7 @@ Uniswap PairCreation monitor that sends alerts to Matrix.
## Requirements ## Requirements
- Infura API URL - Infura API URL
- Etherscan API key
- Matrix bot account - Matrix bot account
## Configuration ## Configuration
@ -15,6 +16,7 @@ Uniswap PairCreation monitor that sends alerts to Matrix.
"room_id": "" "room_id": ""
}, },
"infura_url": "", "infura_url": "",
"pool_address": "0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f" "pool_address": "0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f",
"etherscan_key": ""
} }
``` ```