Skip to content

Commit 8a5d31d

Browse files
authored
zenolend adapter (DefiLlama#12003)
1 parent 37d15d8 commit 8a5d31d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

projects/zenolend/index.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
const { compoundExports2 } = require('../helper/compound')
3+
4+
const config = {
5+
apechain: '0xc2C583093Af9241E17B2Ec51844154468D21bF6F',
6+
}
7+
8+
Object.keys(config).forEach(chain => {
9+
module.exports[chain] = compoundExports2({ comptroller: config[chain] })
10+
});

0 commit comments

Comments
 (0)