Files
DefiLlama-Adapters/projects/ram.js
2022-05-12 16:13:03 +05:30

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")
}