Make Indexer optional (#231)

* feature: added new Thena exchange and indexer was made optional

* fix: updated indexer types

* Update package.json

* fix: updated indexer types

* fix: updated indexer types

* fix: updated indexer types

---------

Co-authored-by: TheJuze <dimanikus0106@gmail.com>
This commit is contained in:
Mikhail Gladchenko
2024-02-02 07:39:02 +00:00
committed by GitHub
parent 85963892cb
commit c597fa0805
6 changed files with 20 additions and 18 deletions

View File

@@ -59,7 +59,7 @@ export default class Orion {
api: networkConfig.api + networkConfig.services.priceFeed.all,
},
indexer: {
api: networkConfig.api + networkConfig.services.indexer.http,
api: networkConfig.api + networkConfig.services.indexer?.http,
}
},
};