mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
9 lines
340 B
JavaScript
9 lines
340 B
JavaScript
const {usdCompoundExports} = require("./helper/compound");
|
|
|
|
const controllerAddress = "0x0d4fe8832857Bb557d8CFCf3737cbFc8aE784106";
|
|
|
|
module.exports = {
|
|
timetravel: true, // but we don't have a thundercore archive node atm
|
|
thundercore: usdCompoundExports(controllerAddress, "thundercore", "0xeF5A0CE54a519B1Db3F350EB902C4cFbf7671D88")
|
|
}
|