mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-07 08:24:06 +00:00
Refactor create checkpoint CLI to cli package (#247)
* Refactor create checkpoint CLI to cli package * Update mock indexer
This commit is contained in:
@@ -200,6 +200,10 @@ export class Indexer implements IndexerInterface {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
async processCLICheckpoint (contractAddress: string, blockHash?: string): Promise<string | undefined> {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
getStateData (state: StateInterface): any {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user