File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,13 @@ const ADDRESSES = require('../helper/coreAssets.json')
2
2
const { sumTokens2 } = require ( '../helper/unwrapLPs' ) ;
3
3
const { pool2s } = require ( "../helper/pool2" ) ;
4
4
5
- const RESERVE_HOLDER = '0x037528457Cf5b0b9DAb641Fd7F0Ce8Fc9690318d' ;
6
- const USC_STAKING = '0x60aBb55c8488698153dB0AF2af362EdB25A505e3' ;
5
+ const RESERVE_HOLDER = '0xc36303ef9c780292755B5a9593Bfa8c1a7817E2a' ;
7
6
const CHI_STAKING = '0xaB1dCa1C0f948c268652eedC676966002Ae241c6' ;
8
7
const CHI_LOCKING = '0xE3dD17ff009bAC84e32130fcA5f01C908e956603' ;
9
8
const CHI_VESTING = '0x426DBAa2B33cE1B833C13b72503F5128AFef79fC' ;
10
9
const STETH = ADDRESSES . ethereum . STETH ;
11
10
const WETH = ADDRESSES . ethereum . WETH
12
- const USC = '0x38547D918b9645F2D94336B6b61AEB08053E142c' ;
11
+ const WEETH = ADDRESSES . ethereum . WEETH ;
13
12
const CHI = '0x3b21418081528845a6DF4e970bD2185545b712ba' ;
14
13
15
14
const stakingPool2Contracts = [
@@ -25,14 +24,14 @@ async function tvl(api) {
25
24
const owner = RESERVE_HOLDER ;
26
25
const tokens = [
27
26
STETH ,
28
- WETH
27
+ WETH ,
28
+ WEETH ,
29
29
] ;
30
30
return sumTokens2 ( { owner, tokens, api } )
31
31
}
32
32
33
33
async function staking ( api ) {
34
34
const tokensAndOwners = [
35
- // [USC, USC_STAKING],
36
35
[ CHI , CHI_STAKING ] ,
37
36
[ CHI , CHI_LOCKING ]
38
37
] ;
Original file line number Diff line number Diff line change 4
4
"WETH" : " 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2" ,
5
5
"WSTETH" : " 0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0" ,
6
6
"STETH" : " 0xae7ab96520de3a18e5e111b5eaab095312d7fe84" ,
7
+ "WEETH" : " 0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee" ,
7
8
"sfrxETH" : " 0xac3e018457b222d93114458476f3e3416abbe38f" ,
8
9
"USDC" : " 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48" ,
9
10
"LINK" : " 0x514910771af9ca656af840dff83e8264ecf986ca" ,
You can’t perform that action at this time.
0 commit comments