Skip to content

Commit

Permalink
Update subgraph.ts
Browse files Browse the repository at this point in the history
Updated to new subgraph with fix for inventory hodlings.
  • Loading branch information
justincavery committed Mar 8, 2024
1 parent feb4f6a commit c5db15f
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 @@ -37,7 +37,7 @@ export const ERC1155_SUBGRAPH = {

export const NFTX_SUBGRAPH = {
[Network.Mainnet]:
'https://graph-proxy.nftx.xyz/nftx-indexer/subgraphs/id/QmS4j7Vah7YGHh4pjnedbbafFkKqx5zC4nkcAhP5Ws5ud3',
'https://graph-proxy.nftx.xyz/nftx-indexer/subgraphs/id/QmTzyQKcTsLq1jLXM4gcEyu9XkRLX7wbJJ5mY4SCHRXgii',
[Network.Arbitrum]: `${SHARED_ROOT}/nftx-project/nftx-v2-arbitrum`,
[Network.Goerli]:
'https://api.thegraph.com/subgraphs/name/nftx-project/nftx-v3-vaults-goerli',
Expand Down

0 comments on commit c5db15f

Please sign in to comment.