mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 22:43:12 +08:00
10 lines
326 B
JavaScript
10 lines
326 B
JavaScript
const ADDRESSES = require('../helper/coreAssets.json')
|
|
const { compoundExports2 } = require("../helper/compound");
|
|
|
|
module.exports = {
|
|
iotex: compoundExports2({
|
|
cether: '0x83C51de03f03C5E23f02F674dbD2032e164112Fc',
|
|
comptroller: '0x47D7B83947Aa12fEb95f5f55527Dc9B32E4ec009',
|
|
cetheEquivalent: ADDRESSES.iotex.WIOTX
|
|
})
|
|
}; |