minor fix

This commit is contained in:
g1nt0ki
2023-12-22 09:28:40 +01:00
parent 0663e14ad2
commit fab7d9fb21

View File

@@ -14,6 +14,9 @@ const { log, diplayUnknownTable, sliceIntoChunks } = require('./projects/helper/
const { normalizeAddress } = require('./projects/helper/tokenMapping')
const { PromisePool } = require('@supercharge/promise-pool')
const currentCacheVersion = sdk.cache.currentVersion // load env for cache
// console.log(`Using cache version ${currentCacheVersion}`)
Object.keys(process.env).forEach((key) => {
if(key.endsWith('_RPC')) return;
if (['TVL_LOCAL_CACHE_ROOT_FOLDER'].includes(key) || key.includes('SDK')) return;