mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
12 lines
276 B
JavaScript
12 lines
276 B
JavaScript
const { getUniTVL } = require('../helper/unknownTokens.js')
|
|
|
|
module.exports = {
|
|
misrepresentedTokens: true,
|
|
bsc:{
|
|
tvl: getUniTVL({
|
|
useDefaultCoreAssets: true,
|
|
hasStablePools: true,
|
|
factory: '0x5Bcd9eE6C31dEf33334b255EE7A767B6EEDcBa4b',
|
|
}),
|
|
},
|
|
} |