We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc88cfa commit b18629cCopy full SHA for b18629c
.changeset/quiet-cougars-develop.md
@@ -0,0 +1,5 @@
1
+---
2
+"@across-protocol/app-sdk": patch
3
4
+
5
+Improve: use Indexer API instead of Scraper API
packages/sdk/src/constants/index.ts
@@ -1,8 +1,8 @@
export const MAINNET_API_URL = "https://app.across.to/api";
export const TESTNET_API_URL = "https://testnet.across.to/api";
-export const MAINNET_INDEXER_API = "https://public.api.across.to";
-export const TESTNET_INDEXER_API = "https://dev.public.api.across.to";
+export const MAINNET_INDEXER_API = "https://indexer.api.across.to";
+export const TESTNET_INDEXER_API = "https://dev.indexer.api.across.to";
6
7
export const STATUS = {
8
SUCCESS: "SUCCESS",
0 commit comments