Skip to content

Commit

Permalink
track aurum #13059
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Jan 13, 2025
1 parent 41a5113 commit f247e11
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions projects/aurum/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
const { aaveExports, methodology } = require('../helper/aave')

const CONFIG = {
sonic: ['0x2ce2f663f8C8A011df0ACb1744b45108F61B9005'],
}

module.exports.methodology = methodology

Object.keys(CONFIG).forEach((chain) => {
const poolDatas = CONFIG[chain];
module.exports[chain] = aaveExports(undefined, undefined, undefined, poolDatas, { v3: true, })
})

0 comments on commit f247e11

Please sign in to comment.