mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-30 05:45:32 +08:00
code refactor
This commit is contained in:
3
test.js
3
test.js
@@ -16,7 +16,8 @@ const { PromisePool } = require('@supercharge/promise-pool')
|
||||
|
||||
Object.keys(process.env).forEach((key) => {
|
||||
if(key.endsWith('_RPC')) return;
|
||||
process.env[key] = '******'
|
||||
if (['TVL_LOCAL_CACHE_ROOT_FOLDER'].includes(key) || key.includes('SDK')) return;
|
||||
delete process.env[key]
|
||||
})
|
||||
|
||||
const locks = [];
|
||||
|
||||
Reference in New Issue
Block a user