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 71edb76 commit 176b864Copy full SHA for 176b864
projects/segment-finance/index.js
@@ -0,0 +1,19 @@
1
+const { compoundExports2 } = require("../helper/compound");
2
+const { staking } = require("../helper/staking");
3
+
4
+module.exports = {
5
+ methodology: "Same as Compound Finance, we just count all the tokens supplied (not borrowed money) on the lending markets",
6
+ bsc: {
7
+ ...compoundExports2({
8
+ comptroller: "0x57E09c96DAEE58B77dc771B017de015C38060173",
9
+ cether: "0x5fcea94b96858048433359bb5278a402363328c3",
10
+ }),
11
+ staking: staking(
12
+ [
13
+ "0xC6BcBe182b0F85dBfF6b49DC81CecEe02A16fE57",
14
+ ],
15
+ "0x5de40c1152c990492eaeaeecc4ecaab788bbc4fd",
16
+ "bsc",
17
+ ),
18
+ },
19
+};
0 commit comments