mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-08-03 20:54:07 +00:00
Fix dummy indexer method in graph-node test
This commit is contained in:
parent
27b8c480bc
commit
a0ce318c3a
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user