Fix subgraph name
This commit is contained in:
parent
4a3e89963a
commit
6b62ff0aa7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ query="""{
|
|||
}""".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
|
||||
|
|
Loading…
Reference in a new issue