From 6b62ff0aa7e1411024390999f4fdae554b0e3a2f Mon Sep 17 00:00:00 2001 From: ele Date: Tue, 4 Apr 2023 09:55:28 +0200 Subject: [PATCH] Fix subgraph name --- download_safes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download_safes.py b/download_safes.py index 0c52e1e..630e289 100755 --- a/download_safes.py +++ b/download_safes.py @@ -15,7 +15,7 @@ }""".replace('\n', ' ') #API='https://graph.circles.garden/subgraphs/name/CirclesUBI/circles-subgraph' -API='https://api.thegraph.com/subgraphs/name/circlesubi/circles' +API='https://api.thegraph.com/subgraphs/name/circlesubi/circles-ubi' lastID = 0