Skip to content

Commit

Permalink
update (Segment Finance) adding bsquared chain; sunsetting staking
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmntp authored Jan 10, 2025
1 parent 86bc0a9 commit 1b9b2b5
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions projects/segment-finance/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
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",
Expand All @@ -8,16 +7,10 @@ module.exports = {
...compoundExports2({
comptroller: "0x57E09c96DAEE58B77dc771B017de015C38060173",
cether: "0x5fcea94b96858048433359bb5278a402363328c3",
}),
staking: staking(
[
"0xC6BcBe182b0F85dBfF6b49DC81CecEe02A16fE57",
],
"0x5de40c1152c990492eaeaeecc4ecaab788bbc4fd",
"bsc",
),
})
},
bob: compoundExports2({ comptroller: "0xcD7C4F508652f33295F0aEd075936Cd95A4D2911", cether: '0xd7c6cc5aef7396182c5d7ebdac66ff674f3ddcf4' }),
rsk: compoundExports2({ comptroller: "0x2eea8fbA494d5008ba72f80E0091Cc74dB5f9926", cether: '0x8F9958ec0FeeccCf0feC871B7bBB3D8d0B7A4D3c' }),
core: compoundExports2({ comptroller: "0xaba65b87eBEdB2D753b37AeCECD1E168341eE0DD", cether: '0xb57A4b3ccE8d999A1e6B0357c0a31C3808401B42' }),
bsquared: compoundExports2({ comptroller: "0x69a6B3B96b26a15A588081Df17F46d61f625741c", cether: '0xEff5cD04B461247F5008b35074F45Ba0f0b11eFf' }),
};

0 comments on commit 1b9b2b5

Please sign in to comment.