mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-04-04 21:34:07 +00:00
Add removeWatcher method in graph-node dummy indexer for test
This commit is contained in:
parent
74a85039e6
commit
87ba6940ff
@ -276,6 +276,10 @@ export class Indexer implements IndexerInterface {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
async removeContract (address: string, kind: string): Promise<void> {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
async processBlock (blockProgress: BlockProgressInterface): Promise<void> {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user