Skip to content

Commit

Permalink
fix:: use NFTX indexer for V3 subgraphs (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
bart613 authored Mar 6, 2024
1 parent aab0e19 commit 166419f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions 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://api.thegraph.com/subgraphs/name/nftx-project/nftx-v3-vaults-mainnet',
'https://graph-proxy.nftx.xyz/nftx-indexer/subgraphs/id/QmS4j7Vah7YGHh4pjnedbbafFkKqx5zC4nkcAhP5Ws5ud3',
[Network.Arbitrum]: `${SHARED_ROOT}/nftx-project/nftx-v2-arbitrum`,
[Network.Goerli]:
'https://api.thegraph.com/subgraphs/name/nftx-project/nftx-v3-vaults-goerli',
Expand All @@ -47,7 +47,7 @@ export const NFTX_SUBGRAPH = {

export const NFTX_UNISWAP_SUBGRAPH = {
[Network.Mainnet]:
'https://api.thegraph.com/subgraphs/name/nftx-project/nftx-v3-amm-mainnet',
'https://graph-proxy.nftx.xyz/nftx-indexer/subgraphs/id/QmTqJsUzqsmSzkvDeSGDmGYCcVu8v3Tr3j3MqNsTZvVCMm',
[Network.Goerli]:
'https://api.thegraph.com/subgraphs/name/nftx-project/nftx-v3-amm-goerli',
[Network.Sepolia]:
Expand Down

0 comments on commit 166419f

Please sign in to comment.