File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ where `settings.txt` is an environment file with [Settings](#settings).
104104| ORACLES_ENS_TEXT_RECORD | The ENS text record name that points to the URL of the config file. | No | oraclesconfig |
105105| BALANCER_SUBGRAPH_URL | The Balancer V2 subgraph URL. | No | https://api.thegraph.com/subgraphs/name/balancer-labs/balancer-v2 |
106106| UNISWAP_V2_SUBGRAPH_URL | The Uniswap V2 subgraph URL. | No | https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v2 |
107- | UNISWAP_V3_SUBGRAPH_URL | The Uniswap V3 subgraph URL. | No | https://api.thegraph.com/subgraphs/name/tsudmi /uniswap-v3-subgraph |
107+ | UNISWAP_V3_SUBGRAPH_URL | The Uniswap V3 subgraph URL. | No | https://api.thegraph.com/subgraphs/name/stakewise /uniswap-v3 |
108108| IPFS_ENDPOINT | The IPFS endpoint. | No | /dns/ipfs.infura.io/tcp/5001/https |
109109| NOTIFIERS_TELEGRAM_TOKEN | Telegram chat token where notifications about low balance or errors will be sent. | No | - |
110110| NOTIFIERS_TELEGRAM_CHAT_ID | Telegram chat ID where notifications about low balance or errors will be sent. | No | - |
Original file line number Diff line number Diff line change 148148)
149149UNISWAP_V3_SUBGRAPH_URL : str = environ .get (
150150 "UNISWAP_V3_SUBGRAPH_URL" ,
151- "https://api.thegraph.com/subgraphs/name/tsudmi /uniswap-v3" ,
151+ "https://api.thegraph.com/subgraphs/name/stakewise /uniswap-v3" ,
152152)
153153
154154# IPFS
You can’t perform that action at this time.
0 commit comments