Skip to content

Commit 65f38b3

Browse files
ExtraFimomog1nt0ki
authored
Add Extra Finance Xlend (DefiLlama#12849)
Co-authored-by: momo <[email protected]> Co-authored-by: g1nt0ki <[email protected]>
1 parent abedcf0 commit 65f38b3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

projects/extra-xlend/index.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
const { aaveExports } = require("../helper/aave");
2+
3+
const config = {
4+
optimism: {
5+
dataProvider: '0xCC61E9470B5f0CE21a3F6255c73032B47AaeA9C0',
6+
},
7+
}
8+
9+
Object.keys(config).forEach((chain) => {
10+
module.exports[chain] = aaveExports(chain, undefined, undefined, [config[chain].dataProvider], { v3: true });
11+
});

0 commit comments

Comments
 (0)