mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 22:43:12 +08:00
14 lines
291 B
JavaScript
14 lines
291 B
JavaScript
module.exports = {
|
|
hallmarks: [
|
|
[1648765747, "Rug Pull"]
|
|
],
|
|
deadFrom: 1648765747,
|
|
start: '2021-11-16', // 16 Nov 2021
|
|
ethereum: {
|
|
tvl: () => ({}),
|
|
staking: () => ({}),
|
|
},
|
|
methodology:
|
|
"Counts DAI, USDC and DAI SLP (AXE-DAI) on the treasury",
|
|
};
|