mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-02 02:57:59 +03:00
Fix build issue
This commit is contained in:
@@ -113,7 +113,6 @@ export default class OrionUnit {
|
||||
const oaWsProtocol = oaUrl.protocol === 'https:' ? 'wss' : 'ws';
|
||||
const orionAggregatorWsUrl = `${oaWsProtocol}://${oaUrl.host + (oaUrl.pathname === '/' ? '' : oaUrl.pathname)}/v1`;
|
||||
this.orionAggregator = new OrionAggregator(
|
||||
chainId,
|
||||
options?.services?.orionAggregator?.api ?? `${options?.api ?? apiUrl}/backend`,
|
||||
orionAggregatorWsUrl,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user