mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-08 05:57:49 +03:00
feat!: added Integrator service
This commit is contained in:
@@ -58,6 +58,9 @@ export default class Orion {
|
||||
priceFeed: {
|
||||
api: networkConfig.api + networkConfig.services.priceFeed.all,
|
||||
},
|
||||
integrator: {
|
||||
api: networkConfig.api + networkConfig.services.integrator.http,
|
||||
}
|
||||
},
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user