mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 08:34:23 +08:00
8 lines
215 B
JavaScript
8 lines
215 B
JavaScript
const { sumTokensExport, nullAddress } = require('../helper/unwrapLPs')
|
|
|
|
module.exports = {
|
|
xlayer: {
|
|
tvl: sumTokensExport({ owner: '0xeb554444b5c49bab7781b1cfc0e3be211053c6d7', token: nullAddress })
|
|
},
|
|
};
|