feat!: added Integrator service

This commit is contained in:
Alex Kraiz
2023-09-27 16:08:09 +04:00
parent dc58eeae9f
commit 65c21de2dd
16 changed files with 310 additions and 1 deletions

View File

@@ -58,6 +58,9 @@ export default class Orion {
priceFeed: {
api: networkConfig.api + networkConfig.services.priceFeed.all,
},
integrator: {
api: networkConfig.api + networkConfig.services.integrator.http,
}
},
};
})