Files
DefiLlama-Adapters/projects/ionic/index.js
2025-06-10 16:04:56 +02:00

31 lines
1.2 KiB
JavaScript

const { compoundExports2 } = require("../helper/compound");
const { mergeExports } = require("../helper/utils");
module.exports = mergeExports([{
mode: compoundExports2({ comptroller: '0xfb3323e24743caf4add0fdccfb268565c0685556' })
}, {
mode: compoundExports2({ comptroller: '0x8fb3d4a94d0aa5d6edaac3ed82b59a27f56d923a' })
}, {
base: compoundExports2({ comptroller: '0x05c9C6417F246600f8f5f49fcA9Ee991bfF73D13' })
}, {
bob: compoundExports2({ comptroller: '0x9cFEe81970AA10CC593B83fB96eAA9880a6DF715' })
}, {
fraxtal: compoundExports2({ comptroller: '0xB5141403e811fFFE02f4d49Ea8d4a7B0b9590658' })
}, {
optimism: compoundExports2({ comptroller: '0xaFB4A254D125B0395610fdc8f1D022936c7b166B' })
}, {
lisk: compoundExports2({ comptroller: '0xF448A36feFb223B8E46e36FF12091baBa97bdF60' })
}])
module.exports.mode.borrowed = () => ({})
module.exports.base.borrowed = () => ({})
module.exports.bob.borrowed = () => ({})
module.exports.fraxtal.borrowed = () => ({})
module.exports.optimism.borrowed = () => ({})
module.exports.lisk.borrowed = () => ({})
module.exports.deadFrom = '2025-02-05'
// module.exports.hallmarks = [
// [1738713600, "Protocol Exploit"],
// ]