reworked to optionally use Hardhat in mock; chain id 31337; refactored TransactionJob management; execute() mostly commented out for minimalism

This commit is contained in:
Tim Olson
2023-10-26 16:56:08 -04:00
parent bd127b00ce
commit e05f0cc8dc
8 changed files with 80 additions and 53 deletions

View File

@@ -48,7 +48,7 @@ export class CacheObject {
}
const blockCaches = {
'1338': new CacheObject('1338|latest_block'),
'31337': new CacheObject('31337|latest_block'),
'42161': new CacheObject('42161|latest_block'),
}