Skip to content

Commit 146417e

Browse files
authored
Feat: Mach Fi adapter (DefiLlama#12924)
2 parents dd3e7f5 + df23dc9 commit 146417e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

projects/machfi/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const { compoundExports2 } = require('../helper/compound')
2+
3+
module.exports = {
4+
sonic: compoundExports2({comptroller: '0x646F91AbD5Ab94B76d1F9C5D9490A2f6DDf25730', cether: '0x9F5d9f2FDDA7494aA58c90165cF8E6B070Fe92e6'}),
5+
}

0 commit comments

Comments
 (0)