Skip to content

Commit

Permalink
fix: move non-standard subgraph to g.nftx.xyz
Browse files Browse the repository at this point in the history
the shared subgraph has been switched off so we can no longer fetch asset data for punks or cryptokitties
however, we now have our own hosted subgraph at g.nftx.xyz which we can now switch to
  • Loading branch information
jackmellis committed Jul 11, 2024
1 parent ce719d3 commit d867099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/constants/src/subgraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const createNftxGraphs = (name: string) => {
};

export const NON_STANDARD_SUBGRAPH = {
[Network.Mainnet]: `https://graph-proxy.nftx.xyz/shared/subgraphs/name/0xorg/non-standard-nfts`,
[Network.Mainnet]: 'https://g.nftx.xyz/non-standard-nfts/eth-mainnet',
};

export const ERC721_SUBGRAPH = createNftxGraphs('erc721');
Expand Down

0 comments on commit d867099

Please sign in to comment.