Skip to content

Commit 176b864

Browse files
authored
add (Project) Segment Finance (DefiLlama#8872)
* add (Project) Segment Finance * add (Segment Finance) cEther address * change (Segment Finance) seBNB address
1 parent 71edb76 commit 176b864

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

projects/segment-finance/index.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)