mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
minor fix
This commit is contained in:
3
test.js
3
test.js
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user