Skip to content

Commit

Permalink
fix: update NFTX Subgraph endpoint (#11)
Browse files Browse the repository at this point in the history
@jackmellis the subgraph being called is an older one, can we push this new subgraph and test ?
  • Loading branch information
justincavery authored Oct 2, 2023
1 parent a7c5011 commit b84029c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/constants/src/subgraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ export const SUSHI_SUBGRAPH = {
export const NFTX_SUBGRAPH_MAINNET_URLS = {
GATEWAY_PROXY: `${GATEWAY_CACHE_PROXY_ROOT}/4gZf3atMXjYDh4g48Zr83NFX3rkvZED86VqMNhgEXgLc`,
GATEWAY: `${GATEWAY_ROOT}/4gZf3atMXjYDh4g48Zr83NFX3rkvZED86VqMNhgEXgLc`,
INDEXER_PROXY: `${INDEXER_PROXY_ROOT}/QmXa6ChLJzAVu1imQ5YCMTzgPGVCCRdhVgVKWpkXEyKtGQ`,
INDEXER: `${INDEXER_ROOT}/QmXa6ChLJzAVu1imQ5YCMTzgPGVCCRdhVgVKWpkXEyKtGQ`,
INDEXER_PROXY: `${INDEXER_PROXY_ROOT}/Qme1KgfjpTF58zkPnVEYrit6ve1TtZ7hhMbmnXzGMLqyjg`,
INDEXER: `${INDEXER_ROOT}/Qme1KgfjpTF58zkPnVEYrit6ve1TtZ7hhMbmnXzGMLqyjg`,
SHARED_PROXY: `${SHARED_PROXY_ROOT}/nftx-project/nftx-v2-1-mainnet`,
SHARED: `${SHARED_ROOT}/nftx-project/nftx-v2-1-mainnet`,
};
Expand Down

0 comments on commit b84029c

Please sign in to comment.