Skip to content

Commit

Permalink
add (Project) Segment Finance (DefiLlama#8872)
Browse files Browse the repository at this point in the history
* add (Project) Segment Finance

* add (Segment Finance) cEther address

* change (Segment Finance) seBNB address
  • Loading branch information
sgmntp authored Feb 6, 2024
1 parent 71edb76 commit 176b864
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions projects/segment-finance/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
const { compoundExports2 } = require("../helper/compound");
const { staking } = require("../helper/staking");

module.exports = {
methodology: "Same as Compound Finance, we just count all the tokens supplied (not borrowed money) on the lending markets",
bsc: {
...compoundExports2({
comptroller: "0x57E09c96DAEE58B77dc771B017de015C38060173",
cether: "0x5fcea94b96858048433359bb5278a402363328c3",
}),
staking: staking(
[
"0xC6BcBe182b0F85dBfF6b49DC81CecEe02A16fE57",
],
"0x5de40c1152c990492eaeaeecc4ecaab788bbc4fd",
"bsc",
),
},
};

0 comments on commit 176b864

Please sign in to comment.