Skip to content

Commit edfd98b

Browse files
committed
after indexer fixed prod
1 parent 8256fe1 commit edfd98b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/blockchain/constants.ts

+2-5
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ export const TOKENS_BY_ASSET_ID: Record<string, Token> = TOKENS_LIST.reduce(
4242
{},
4343
);
4444

45-
// export const INDEXER_URL = "https://indexer.bigdevenergy.link/67b693c/v1/graphql";
46-
export const INDEXER_URL = "https://indexer.bigdevenergy.link/41c1ca4/v1/graphql";
47-
45+
export const INDEXER_URL = "https://indexer.bigdevenergy.link/22318a2/v1/graphql";
46+
// export const INDEXER_URL = "http://localhost:8080/v1/graphql";
4847
// export const INDEXER_URL = "https://envio-orderbook-indexer.spark-defi.com/v1/graphql";
49-
// export const INDEXER_URL = "http://13.49.144.58:8080/v1/graphql";
50-
5148
export const PYTH_URL = "https://hermes.pyth.network";

0 commit comments

Comments
 (0)