mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-08 00:44:06 +00:00
Add filterLogs flag to fetch logs by contract (#144)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user