alpha deployment

This commit is contained in:
Tim Olson
2023-11-16 17:36:43 -04:00
parent 49abeabe64
commit daaa7ca46a
6 changed files with 23 additions and 5 deletions

View File

@@ -68,6 +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'),
}
async function latestBlock(chain) {