Skip to content

Commit a370bd3

Browse files
authored
added iotaevm deployment to deepr-finance (DefiLlama#11400)
1 parent 33cf3ef commit a370bd3

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

projects/deepr-finance/index.js

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
const { compoundExports2, methodology, } = require('../helper/compound');
1+
const { compoundExports2, methodology } = require("../helper/compound");
22

33
module.exports = {
4-
shimmer_evm: compoundExports2({ comptroller: '0xF7E452A8685D57083Edf4e4CC8064EcDcF71D7B7', }),
4+
shimmer_evm: compoundExports2({
5+
comptroller: "0xF7E452A8685D57083Edf4e4CC8064EcDcF71D7B7",
6+
}),
7+
iotaevm: compoundExports2({
8+
comptroller: "0xee07121d97FDEA35675e02017837a7a43aeDa48F",
9+
}),
510
methodology,
6-
}
11+
};

0 commit comments

Comments
 (0)