fallback event indexing & extend caching support

This commit is contained in:
gozzy 2022-09-08 11:14:09 +00:00
parent a83fae0772
commit 1b922fa445
8 changed files with 84 additions and 27 deletions

View file

@ -58,7 +58,7 @@ async function testCommon(netId, type, filename) {
}
async function main() {
const NETWORKS = [1, 5, 56]
const NETWORKS = [1, 5, 56, 100, 137 ]
for await (const netId of NETWORKS) {
updateEncrypted(netId)