Add filterLogs flag to fetch logs by contract (#144)

This commit is contained in:
2022-07-18 14:04:59 +05:30
committed by GitHub
parent 9a35955166
commit e2668690b5
33 changed files with 157 additions and 47 deletions
@@ -154,6 +154,10 @@ export class Indexer implements IPLDIndexerInterface {
this._populateRelationsMap();
}
get serverConfig () {
return this._serverConfig;
}
async init (): Promise<void> {
await this._baseIndexer.fetchContracts();
await this._baseIndexer.fetchIPLDStatus();