mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
9 lines
276 B
JavaScript
9 lines
276 B
JavaScript
const { compoundExports } = require("./helper/compound");
|
|
|
|
module.exports = {
|
|
aurora: compoundExports(
|
|
'0x817af6cfAF35BdC1A634d6cC94eE9e4c68369Aeb',
|
|
'0xca9511B610bA5fc7E311FDeF9cE16050eE4449E9',
|
|
'0xc9bdeed33cd01541e1eed10f90519d2c06fe3feb'
|
|
)
|
|
}; |