Skip to content

Commit 87ed957

Browse files
g1nt0kirhlsthrm
andauthored
Add new pool and fix minor issues (DefiLlama#10235)
* feat: add new pool * minor fix --------- Co-authored-by: Rahul Sethuram <[email protected]>
1 parent ebd8aad commit 87ed957

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

projects/ionic/index.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
12
const { compoundExports2 } = require("../helper/compound");
3+
const { mergeExports } = require("../helper/utils");
24

3-
module.exports = {
4-
mode: compoundExports2({ comptroller: '0xfb3323e24743caf4add0fdccfb268565c0685556'})
5-
}
5+
module.exports = mergeExports([{
6+
mode: compoundExports2({ comptroller: '0xfb3323e24743caf4add0fdccfb268565c0685556' })
7+
}, {
8+
mode: compoundExports2({ comptroller: '0x8fb3d4a94d0aa5d6edaac3ed82b59a27f56d923a' })
9+
}])

0 commit comments

Comments
 (0)