mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 21:36:44 +08:00
11 lines
323 B
JavaScript
11 lines
323 B
JavaScript
const { getUniTVL } = require('./helper/unknownTokens')
|
|
|
|
module.exports = {
|
|
ethereum:{
|
|
tvl: getUniTVL({ factory: '0x8a93b6865c4492ff17252219b87ea6920848edc0', useDefaultCoreAssets: true, })
|
|
},
|
|
bsc:{
|
|
tvl: getUniTVL({ factory: '0x7810d4b7bc4f7faee9deec3242238a39c4f1197d', useDefaultCoreAssets: true, })
|
|
},
|
|
}
|