mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-15 22:52:36 +03:00
fix: fix for frontage config
This commit is contained in:
@@ -92,7 +92,7 @@ export default class Unit {
|
||||
api: networkConfig.api + networkConfig.services.indexer?.http,
|
||||
},
|
||||
frontage: {
|
||||
api: networkConfig.api + networkConfig.services.frontage.http,
|
||||
http: networkConfig.api + networkConfig.services.frontage.http,
|
||||
},
|
||||
},
|
||||
};
|
||||
@@ -131,7 +131,7 @@ export default class Unit {
|
||||
this.config.basicAuth
|
||||
);
|
||||
this.frontage = new Frontage(
|
||||
this.config.services.frontage.api
|
||||
this.config.services.frontage.http
|
||||
);
|
||||
this.exchange = new Exchange(this);
|
||||
this.pmm = new Pmm(this);
|
||||
|
||||
Reference in New Issue
Block a user