mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-09 17:24:07 +00:00
Add method in watchers to cache contract and fixes for running tests
This commit is contained in:
@@ -166,7 +166,8 @@ export const insertDummyBlock = async (db: DatabaseInterface, parentBlock: any):
|
||||
blockNumber,
|
||||
blockHash,
|
||||
blockTimestamp,
|
||||
parentHash
|
||||
parentHash,
|
||||
cid: ''
|
||||
};
|
||||
|
||||
await db.updateSyncStatusChainHead(dbTx, blockHash, blockNumber);
|
||||
|
||||
Reference in New Issue
Block a user