mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-15 14:42:38 +03:00
fix
This commit is contained in:
@@ -216,7 +216,7 @@ class BlockchainService {
|
||||
);
|
||||
|
||||
getPricesWithQuoteAsset = () => fetchWithValidation(
|
||||
`http://localhost:57303/prices.json`,
|
||||
`${this.apiUrl}/api/prices`,
|
||||
pricesWithQuoteAssetSchema,
|
||||
{ headers: this.basicAuthHeaders }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user