Skip to content

Commit

Permalink
Merge pull request #349 from jordanlesich/subgraphToGoldsky
Browse files Browse the repository at this point in the history
Subgraph to goldsky
  • Loading branch information
neokry authored Aug 21, 2023
2 parents 6c7ba07 + 896326f commit cf02072
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/web/src/constants/subgraph.ts
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/stable/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/stable/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/stable/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/stable/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/stable/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

2 comments on commit cf02072

@vercel
Copy link

@vercel vercel bot commented on cf02072 Aug 21, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on cf02072 Aug 21, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

testnet-nouns-builder – ./apps/web

testnet.nouns.build
testnet-nouns-builder-nouns-builder.vercel.app
testnet-nouns-builder-git-main-nouns-builder.vercel.app

Please sign in to comment.