-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SOV-4332: Use Sovryn indexer for chart data (#2607)
* SOV-4497: Fix FastBTC fee (#2611) Fix FastBTC fee * Use Sovryn indexer for chart data
- Loading branch information
Showing
10 changed files
with
209 additions
and
620 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export const SOVRYN_INDEXER_MAINNET = | ||
'https://indexer.sovryn.app/chart?chainId=30&'; | ||
|
||
export const SOVRYN_INDEXER_TESTNET = | ||
'https://indexer.test.sovryn.app/chart?chainId=31&'; | ||
|
||
// maximum number of candles that should be loaded in one request | ||
export const CHUNK_SIZE = 1000; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.