mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 22:43:12 +08:00
11 lines
386 B
JavaScript
11 lines
386 B
JavaScript
const { getExports } = require('../helper/heroku-api')
|
|
const indexExports = require('./index')
|
|
const chainKeys = Object.keys(indexExports).filter(chain => typeof indexExports[chain] === 'object' && indexExports[chain].tvl)
|
|
|
|
module.exports = {
|
|
timetravel: false,
|
|
misrepresentedTokens: true,
|
|
...getExports("deeplock", chainKeys),
|
|
}
|
|
|
|
module.exports.bsc.pool2 = indexExports.bsc.pool2 |