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 committed Aug 5, 2024
1 parent 80e5384 commit bf1473d
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 @@ -264,6 +264,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 bf1473d

Please sign in to comment.