Fix dummy indexer method in graph-node test

This commit is contained in:
Nabarun 2024-06-26 12:04:34 +05:30
parent 27b8c480bc
commit a0ce318c3a

View File

@ -248,7 +248,7 @@ export class Indexer implements IndexerInterface {
return undefined; return undefined;
} }
isWatchedContract (address : string): ContractInterface | undefined { isContractAddressWatched (address : string): ContractInterface[] | undefined {
return undefined; return undefined;
} }