mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-30 13:52:23 +08:00
10 lines
182 B
JavaScript
10 lines
182 B
JavaScript
|
|
module.exports = {
|
|
methodology:
|
|
"Counts all tokens in deployed vaults as well as Ondo's LaaS multi-sigs",
|
|
ethereum: {
|
|
tvl: () => ({}),
|
|
},
|
|
deadFrom: '2022-08-19',
|
|
};
|