mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-04 03:58:00 +03:00
New PriceFeed url
This commit is contained in:
@@ -135,8 +135,7 @@ export default class OrionUnit {
|
||||
);
|
||||
this.priceFeed = new PriceFeed(
|
||||
options?.services?.priceFeed?.api
|
||||
?? options?.api
|
||||
?? customApi,
|
||||
?? `${options?.api ?? customApi}/price-feed`,
|
||||
);
|
||||
this.orionAnalytics = new OrionAnalytics(orionAnalyticsUrl);
|
||||
this.exchange = new Exchange(this);
|
||||
|
||||
Reference in New Issue
Block a user