Skip to content

Commit 647e029

Browse files
authored
update (Segment Finance) adding bsquared chain; sunsetting staking (DefiLlama#13053)
2 parents d8c1742 + 1b9b2b5 commit 647e029

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

projects/segment-finance/index.js

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
const { compoundExports2 } = require("../helper/compound");
2-
const { staking } = require("../helper/staking");
32

43
module.exports = {
54
methodology: "Same as Compound Finance, we just count all the tokens supplied (not borrowed money) on the lending markets",
@@ -8,16 +7,10 @@ module.exports = {
87
...compoundExports2({
98
comptroller: "0x57E09c96DAEE58B77dc771B017de015C38060173",
109
cether: "0x5fcea94b96858048433359bb5278a402363328c3",
11-
}),
12-
staking: staking(
13-
[
14-
"0xC6BcBe182b0F85dBfF6b49DC81CecEe02A16fE57",
15-
],
16-
"0x5de40c1152c990492eaeaeecc4ecaab788bbc4fd",
17-
"bsc",
18-
),
10+
})
1911
},
2012
bob: compoundExports2({ comptroller: "0xcD7C4F508652f33295F0aEd075936Cd95A4D2911", cether: '0xd7c6cc5aef7396182c5d7ebdac66ff674f3ddcf4' }),
2113
rsk: compoundExports2({ comptroller: "0x2eea8fbA494d5008ba72f80E0091Cc74dB5f9926", cether: '0x8F9958ec0FeeccCf0feC871B7bBB3D8d0B7A4D3c' }),
2214
core: compoundExports2({ comptroller: "0xaba65b87eBEdB2D753b37AeCECD1E168341eE0DD", cether: '0xb57A4b3ccE8d999A1e6B0357c0a31C3808401B42' }),
15+
bsquared: compoundExports2({ comptroller: "0x69a6B3B96b26a15A588081Df17F46d61f625741c", cether: '0xEff5cD04B461247F5008b35074F45Ba0f0b11eFf' }),
2316
};

0 commit comments

Comments
 (0)