Skip to content

Commit

Permalink
Add removeWatcher method in graph-node dummy indexer for test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikugogoi authored and prathamesh0 committed Oct 11, 2024
1 parent 74a8503 commit 87ba694
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/graph-node/test/utils/indexer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 87ba694

Please sign in to comment.