Files
DefiLlama-Adapters/projects/aurigami.js
waynebruce0x bdd4ebb699 aurigami
2022-03-01 20:04:00 +00:00

13 lines
355 B
JavaScript

const { compoundExports } = require("./helper/compound");
module.exports = {
timetravel: true,
aurora: {
...compoundExports(
'0x817af6cfAF35BdC1A634d6cC94eE9e4c68369Aeb',
'aurora',
'0xca9511B610bA5fc7E311FDeF9cE16050eE4449E9',
'0xc9bdeed33cd01541e1eed10f90519d2c06fe3feb'
)
}
};