mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-22 21:59:44 +03:00
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:
committed by
GitHub
parent
85963892cb
commit
c597fa0805
@@ -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,
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user