File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 1
1
const { compoundExports2 } = require ( "../helper/compound" ) ;
2
- const { staking } = require ( "../helper/staking" ) ;
3
2
4
3
module . exports = {
5
4
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 = {
8
7
...compoundExports2 ( {
9
8
comptroller : "0x57E09c96DAEE58B77dc771B017de015C38060173" ,
10
9
cether : "0x5fcea94b96858048433359bb5278a402363328c3" ,
11
- } ) ,
12
- staking : staking (
13
- [
14
- "0xC6BcBe182b0F85dBfF6b49DC81CecEe02A16fE57" ,
15
- ] ,
16
- "0x5de40c1152c990492eaeaeecc4ecaab788bbc4fd" ,
17
- "bsc" ,
18
- ) ,
10
+ } )
19
11
} ,
20
12
bob : compoundExports2 ( { comptroller : "0xcD7C4F508652f33295F0aEd075936Cd95A4D2911" , cether : '0xd7c6cc5aef7396182c5d7ebdac66ff674f3ddcf4' } ) ,
21
13
rsk : compoundExports2 ( { comptroller : "0x2eea8fbA494d5008ba72f80E0091Cc74dB5f9926" , cether : '0x8F9958ec0FeeccCf0feC871B7bBB3D8d0B7A4D3c' } ) ,
22
14
core : compoundExports2 ( { comptroller : "0xaba65b87eBEdB2D753b37AeCECD1E168341eE0DD" , cether : '0xb57A4b3ccE8d999A1e6B0357c0a31C3808401B42' } ) ,
15
+ bsquared : compoundExports2 ( { comptroller : "0x69a6B3B96b26a15A588081Df17F46d61f625741c" , cether : '0xEff5cD04B461247F5008b35074F45Ba0f0b11eFf' } ) ,
23
16
} ;
You can’t perform that action at this time.
0 commit comments