mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 13:25:30 +08:00
11 lines
209 B
JavaScript
11 lines
209 B
JavaScript
const { getUniTVL } = require('../helper/unknownTokens');
|
|
|
|
module.exports = {
|
|
tvl: getUniTVL({
|
|
factory: '0x1998E4b0F1F922367d8Ec20600ea2b86df55f34E',
|
|
useDefaultCoreAssets: true,
|
|
})
|
|
}
|
|
|
|
|