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