Skip to content

Commit 021bd07

Browse files
committed
Fix Uni V3 subgraph URL
1 parent d24d500 commit 021bd07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 | - |

src/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
)
149149
UNISWAP_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

0 commit comments

Comments
 (0)