mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 22:43:12 +08:00
6 lines
206 B
JavaScript
6 lines
206 B
JavaScript
const { getUniTVL } = require('./helper/unknownTokens')
|
|
module.exports = {
|
|
boba: {
|
|
tvl: getUniTVL({ factory: '0x06350499760aa3ea20FEd2837321a84a92417f39', useDefaultCoreAssets: true }),
|
|
}
|
|
}; |