Skip to content

Commit

Permalink
chore: update subgraph versions (#913)
Browse files Browse the repository at this point in the history
re #912
  • Loading branch information
vplasencia authored Dec 5, 2024
1 parent 745edb8 commit 9e4fb53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/subgraph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

## Networks

You can access any subgraph supported by Semaphore with the following URL: `https://api.studio.thegraph.com/query/14377/semaphore-<network-name>/v4.1.0`.
You can access any subgraph supported by Semaphore with the following URL: `https://api.studio.thegraph.com/query/14377/semaphore-<network-name>/v4.2.0`.

Supported networks:

Expand Down
2 changes: 1 addition & 1 deletion packages/data/src/getURL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ export default function getURL(supportedNetwork: SupportedNetwork): string {
throw new TypeError(`Network '${supportedNetwork}' is not supported`)
}

return `https://api.studio.thegraph.com/query/14377/semaphore-${supportedNetwork}/v4.1.0`
return `https://api.studio.thegraph.com/query/14377/semaphore-${supportedNetwork}/v4.2.0`
}

0 comments on commit 9e4fb53

Please sign in to comment.