Merge pull request #30 from CirclesUBI/fix-subgraph-name
Fix subgraph name
This commit is contained in:
commit
8d4d083a2d
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