Skip to content

Commit

Permalink
fix: update token balance subgraph url
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmellis committed Feb 2, 2023
1 parent a0397aa commit 7bd6748
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 @@ -103,11 +103,11 @@ export const NFTX_TOKEN_BALANCE_SUBGRAPH = {
// Gateway + Proxy + Cache
`${GATEWAY_PROXY_ROOT}/FiFs5im99VCUNevp1XaF642uCcsYkbN6eoN3GMErE7wL?nocache`,
// Indexer + Proxy
`${INDEXER_PROXY_ROOT}/Qma71JWFvKRiE2Pu1SMdyVuxcmcpHAB85mufpkAyYrk93g`,
`${INDEXER_PROXY_ROOT}/QmTExpkmZq5ebuSUyKKHwraEaGhDdi3p7vG98aoKjJE6tY`,
// Gateway
`${GATEWAY_ROOT}/FiFs5im99VCUNevp1XaF642uCcsYkbN6eoN3GMErE7wL`,
// Indexer
`${INDEXER_ROOT}/Qma71JWFvKRiE2Pu1SMdyVuxcmcpHAB85mufpkAyYrk93g`,
`${INDEXER_ROOT}/QmTExpkmZq5ebuSUyKKHwraEaGhDdi3p7vG98aoKjJE6tY`,
// Shared + Proxy
`${SHARED_PROXY_ROOT}/nftx-project/nftx-vault-tokens-holdings`,
// Shared
Expand Down

0 comments on commit 7bd6748

Please sign in to comment.