mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
11 lines
299 B
JavaScript
11 lines
299 B
JavaScript
const { getUniTVL } = require('../helper/unknownTokens');
|
|
|
|
module.exports = {
|
|
misrepresentedTokens: true,
|
|
};
|
|
|
|
['fantom', 'bsc', 'avax'].forEach(chain => {
|
|
module.exports[chain] = {
|
|
tvl: getUniTVL({ factory: '0x045d720873f0260e23da812501a7c5930e510aa4', useDefaultCoreAssets: true, })
|
|
}
|
|
}) |