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