Skip to content

Commit 28670d3

Browse files
committed
feat: add mach fi comptroller and cether
1 parent d416c5a commit 28670d3

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: '0xxx', cether: '0xxx'}),
5+
}

0 commit comments

Comments
 (0)