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