Skip to content

Commit b18629c

Browse files
improve: use Indexer instead of Scraper (#224)
* improve: use Indexer instead of Scraper * changeset file
1 parent fc88cfa commit b18629c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export const MAINNET_API_URL = "https://app.across.to/api";
22
export const TESTNET_API_URL = "https://testnet.across.to/api";
33

4-
export const MAINNET_INDEXER_API = "https://public.api.across.to";
5-
export const TESTNET_INDEXER_API = "https://dev.public.api.across.to";
4+
export const MAINNET_INDEXER_API = "https://indexer.api.across.to";
5+
export const TESTNET_INDEXER_API = "https://dev.indexer.api.across.to";
66

77
export const STATUS = {
88
SUCCESS: "SUCCESS",

0 commit comments

Comments
 (0)