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 33cf3ef commit a370bd3Copy full SHA for a370bd3
projects/deepr-finance/index.js
@@ -1,6 +1,11 @@
1
-const { compoundExports2, methodology, } = require('../helper/compound');
+const { compoundExports2, methodology } = require("../helper/compound");
2
3
module.exports = {
4
- shimmer_evm: compoundExports2({ comptroller: '0xF7E452A8685D57083Edf4e4CC8064EcDcF71D7B7', }),
+ shimmer_evm: compoundExports2({
5
+ comptroller: "0xF7E452A8685D57083Edf4e4CC8064EcDcF71D7B7",
6
+ }),
7
+ iotaevm: compoundExports2({
8
+ comptroller: "0xee07121d97FDEA35675e02017837a7a43aeDa48F",
9
10
methodology,
-}
11
+};
0 commit comments