This commit is contained in:
Tim Olson
2024-01-09 13:30:08 -04:00
parent 8007b29fcf
commit e617810870
5 changed files with 6 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ export class CacheObject {
const blockCaches = {
'31337': new CacheObject('31337|latest_block'),
'42161': new CacheObject('42161|latest_block'),
'53261': new CacheObject('53261|latest_block'),
'1337': new CacheObject('1337|latest_block'),
}
async function latestBlock(chain) {