Skip to content

Commit cf02072

Browse files
authored
Merge pull request #349 from jordanlesich/subgraphToGoldsky
Subgraph to goldsky
2 parents 6c7ba07 + 896326f commit cf02072

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/web/src/constants/subgraph.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ import { CHAIN_ID } from 'src/typings'
22

33
export const PUBLIC_SUBGRAPH_URL = {
44
[CHAIN_ID.ETHEREUM]:
5-
'https://api.thegraph.com/subgraphs/name/neokry/nouns-builder-mainnet',
5+
'https://api.goldsky.com/api/public/project_clkk1ucdyf6ak38svcatie9tf/subgraphs/nouns-builder-ethereum-mainnet/stable/gn',
66
[CHAIN_ID.OPTIMISM]:
7-
'https://api.thegraph.com/subgraphs/name/neokry/noun-builder-optimism-mainnet',
7+
'https://api.goldsky.com/api/public/project_clkk1ucdyf6ak38svcatie9tf/subgraphs/nouns-builder-optimism-mainnet/stable/gn',
88
[CHAIN_ID.GOERLI]:
9-
'https://api.thegraph.com/subgraphs/name/neokry/nouns-builder-goerli',
9+
'https://api.goldsky.com/api/public/project_clkk1ucdyf6ak38svcatie9tf/subgraphs/nouns-builder-goerli-testnet/stable/gn',
1010
[CHAIN_ID.OPTIMISM_GOERLI]:
11-
'https://api.thegraph.com/subgraphs/name/neokry/nouns-builder-optimism-goerli',
11+
'https://api.goldsky.com/api/public/project_clkk1ucdyf6ak38svcatie9tf/subgraphs/nouns-builder-optimism-testnet/stable/gn',
1212
[CHAIN_ID.BASE]:
1313
'https://api.goldsky.com/api/public/project_clkk1ucdyf6ak38svcatie9tf/subgraphs/nouns-builder-base-mainnet/stable/gn',
1414
[CHAIN_ID.BASE_GOERLI]:
15-
'https://api.studio.thegraph.com/query/49279/nouns-builder-base-goerli/version/latest',
15+
'https://api.goldsky.com/api/public/project_clkk1ucdyf6ak38svcatie9tf/subgraphs/nouns-builder-base-testnet/stable/gn',
1616
[CHAIN_ID.ZORA]:
1717
'https://api.goldsky.com/api/public/project_clkk1ucdyf6ak38svcatie9tf/subgraphs/nouns-builder-zora-mainnet/stable/gn',
1818
[CHAIN_ID.ZORA_GOERLI]:

0 commit comments

Comments
 (0)