mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
9 lines
333 B
JavaScript
9 lines
333 B
JavaScript
const { methodology, compoundExports2 } = require("../helper/compound");
|
|
|
|
module.exports = {
|
|
deadFrom: '2024-06-15',
|
|
base: compoundExports2({ comptroller: '0x784E1507193c060bC88e6699adC7c796Ebe0E14e', cether: '0x9649Eb0f03C7e85615cFDC7927c7E6B775Ef284d' }),
|
|
methodology,
|
|
}
|
|
|
|
module.exports.base.borrowed = () => ({}) // bad debt
|