Skip to content

Commit 32aabf8

Browse files
committed
fix(subgraph): set correct goerli subgraph url
Former-commit-id: ce5c30b
1 parent a72a57e commit 32aabf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/subgraph/src/getURL.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Network } from "./types"
88
export default function getURL(network: Network): string {
99
switch (network) {
1010
case "goerli":
11-
return `https://api.thegraph.com/subgraphs/name/semaphore-protocol/goerli-5259d3`
11+
return `https://api.thegraph.com/subgraphs/name/semaphore-protocol/goerli-89490c`
1212
// case "arbitrum":
1313
// return `https://api.thegraph.com/subgraphs/name/semaphore-protocol/arbitrum-86337c`
1414
default:

0 commit comments

Comments
 (0)