Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subgraph to goldsky #349

Merged
merged 7 commits into from
Aug 21, 2023
10 changes: 5 additions & 5 deletions apps/web/src/constants/subgraph.ts
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we tag these as stable and use that for the endpoint instead? This is how the base and zora mainnet endpoints are setup currently

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ import { CHAIN_ID } from 'src/typings'

export const PUBLIC_SUBGRAPH_URL = {
[CHAIN_ID.ETHEREUM]:
'https://api.thegraph.com/subgraphs/name/neokry/nouns-builder-mainnet',
'https://api.goldsky.com/api/public/project_clkk1ucdyf6ak38svcatie9tf/subgraphs/nouns-builder-ethereum-mainnet/1.0.0/gn',
[CHAIN_ID.OPTIMISM]:
'https://api.thegraph.com/subgraphs/name/neokry/noun-builder-optimism-mainnet',
'https://api.goldsky.com/api/public/project_clkk1ucdyf6ak38svcatie9tf/subgraphs/nouns-builder-optimism-mainnet/1.0.0/gn',
[CHAIN_ID.GOERLI]:
'https://api.thegraph.com/subgraphs/name/neokry/nouns-builder-goerli',
'https://api.goldsky.com/api/public/project_clkk1ucdyf6ak38svcatie9tf/subgraphs/nouns-builder-goerli-testnet/1.0.0/gn',
[CHAIN_ID.OPTIMISM_GOERLI]:
'https://api.thegraph.com/subgraphs/name/neokry/nouns-builder-optimism-goerli',
'https://api.goldsky.com/api/public/project_clkk1ucdyf6ak38svcatie9tf/subgraphs/nouns-builder-optimism-testnet/1.0.0/gn',
[CHAIN_ID.BASE]:
'https://api.goldsky.com/api/public/project_clkk1ucdyf6ak38svcatie9tf/subgraphs/nouns-builder-base-mainnet/stable/gn',
[CHAIN_ID.BASE_GOERLI]:
'https://api.studio.thegraph.com/query/49279/nouns-builder-base-goerli/version/latest',
'https://api.goldsky.com/api/public/project_clkk1ucdyf6ak38svcatie9tf/subgraphs/nouns-builder-base-testnet/1.0.0/gn',
[CHAIN_ID.ZORA]:
'https://api.goldsky.com/api/public/project_clkk1ucdyf6ak38svcatie9tf/subgraphs/nouns-builder-zora-mainnet/stable/gn',
[CHAIN_ID.ZORA_GOERLI]:
Expand Down
Loading