mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-30 05:45:32 +08:00
11 lines
219 B
JavaScript
11 lines
219 B
JavaScript
const { getUniTVL } = require('./helper/unknownTokens')
|
|
|
|
module.exports = {
|
|
energi: {
|
|
tvl: getUniTVL({
|
|
factory: '0x875aDBaF8109c9CC9AbCC708a42607F573f594E4',
|
|
useDefaultCoreAssets: true,
|
|
}),
|
|
},
|
|
}
|