mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 13:25:30 +08:00
15 lines
444 B
JavaScript
15 lines
444 B
JavaScript
const { aaveExports } = require('../helper/aave')
|
|
const methodologies = require('../helper/methodologies')
|
|
|
|
module.exports={
|
|
methodology: methodologies.lendingMarket,
|
|
avax:{
|
|
tvl: aaveExports("avax", "0xfF50b540c9152F1841edF47b49dA69696Be59783").tvl,
|
|
borrowed: ()=>({}) // hacked, it's all bad debt
|
|
},
|
|
deadFrom: 1652356800,
|
|
// hallmarks:[
|
|
// [1652356800, "Outdated Oracle Exploit"],
|
|
// ],
|
|
}
|