mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
7 lines
319 B
JavaScript
7 lines
319 B
JavaScript
const { compoundExports2 } = require("./helper/compound");
|
|
|
|
module.exports = {
|
|
thundercore: compoundExports2({ comptroller: '0x0d4fe8832857Bb557d8CFCf3737cbFc8aE784106', cether: '0xef5a0ce54a519b1db3f350eb902c4cfbf7671d88' })
|
|
}
|
|
module.exports.thundercore.borrowed = () => ({})
|
|
module.exports.deadFrom = '2023-03-05'
|