mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-16 16:21:32 +03:00
Minor fix
This commit is contained in:
@@ -36,7 +36,7 @@ export default class OrionUnit {
|
||||
this.env = env;
|
||||
this.apiUrl = apiUrl;
|
||||
|
||||
this.orionBlockchain = new OrionBlockchain(apiUrl, chainId);
|
||||
this.orionBlockchain = new OrionBlockchain(apiUrl);
|
||||
this.orionAggregator = new OrionAggregator(apiUrl, chainId);
|
||||
this.priceFeed = new PriceFeed(apiUrl);
|
||||
this.exchange = new Exchange(this);
|
||||
|
||||
Reference in New Issue
Block a user