We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd8aad commit 87ed957Copy full SHA for 87ed957
projects/ionic/index.js
@@ -1,5 +1,9 @@
1
+
2
const { compoundExports2 } = require("../helper/compound");
3
+const { mergeExports } = require("../helper/utils");
4
-module.exports = {
- mode: compoundExports2({ comptroller: '0xfb3323e24743caf4add0fdccfb268565c0685556'})
5
-}
+module.exports = mergeExports([{
6
+ mode: compoundExports2({ comptroller: '0xfb3323e24743caf4add0fdccfb268565c0685556' })
7
+}, {
8
+ mode: compoundExports2({ comptroller: '0x8fb3d4a94d0aa5d6edaac3ed82b59a27f56d923a' })
9
+}])
0 commit comments