From 95a8d1853ef21d3b1c2ca220d9b1abc5cc700b5e Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 8 Mar 2024 14:31:34 +0000 Subject: [PATCH] Update subgraph.ts (#18) Updated to new subgraph with fix for inventory hodlings. --- packages/constants/src/subgraph.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/constants/src/subgraph.ts b/packages/constants/src/subgraph.ts index 00a299c..e7208e8 100644 --- a/packages/constants/src/subgraph.ts +++ b/packages/constants/src/subgraph.ts @@ -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',