Skip to content

Commit 78ee898

Browse files
authored
feature: update chi-protocol tvl data (DefiLlama#12870)
1 parent 3c05eca commit 78ee898

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

projects/chi-protocol/index.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ const ADDRESSES = require('../helper/coreAssets.json')
22
const { sumTokens2 } = require('../helper/unwrapLPs');
33
const { pool2s } = require("../helper/pool2");
44

5-
const RESERVE_HOLDER = '0x037528457Cf5b0b9DAb641Fd7F0Ce8Fc9690318d';
6-
const USC_STAKING = '0x60aBb55c8488698153dB0AF2af362EdB25A505e3';
5+
const RESERVE_HOLDER = '0xc36303ef9c780292755B5a9593Bfa8c1a7817E2a';
76
const CHI_STAKING = '0xaB1dCa1C0f948c268652eedC676966002Ae241c6';
87
const CHI_LOCKING = '0xE3dD17ff009bAC84e32130fcA5f01C908e956603';
98
const CHI_VESTING = '0x426DBAa2B33cE1B833C13b72503F5128AFef79fC';
109
const STETH = ADDRESSES.ethereum.STETH;
1110
const WETH = ADDRESSES.ethereum.WETH
12-
const USC = '0x38547D918b9645F2D94336B6b61AEB08053E142c';
11+
const WEETH = ADDRESSES.ethereum.WEETH;
1312
const CHI = '0x3b21418081528845a6DF4e970bD2185545b712ba';
1413

1514
const stakingPool2Contracts = [
@@ -25,14 +24,14 @@ async function tvl(api) {
2524
const owner = RESERVE_HOLDER;
2625
const tokens = [
2726
STETH,
28-
WETH
27+
WETH,
28+
WEETH,
2929
];
3030
return sumTokens2({ owner, tokens, api })
3131
}
3232

3333
async function staking(api) {
3434
const tokensAndOwners = [
35-
// [USC, USC_STAKING],
3635
[CHI, CHI_STAKING],
3736
[CHI, CHI_LOCKING]
3837
];

projects/helper/coreAssets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"WETH": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
55
"WSTETH": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
66
"STETH": "0xae7ab96520de3a18e5e111b5eaab095312d7fe84",
7+
"WEETH": "0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee",
78
"sfrxETH": "0xac3e018457b222d93114458476f3e3416abbe38f",
89
"USDC": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
910
"LINK": "0x514910771af9ca656af840dff83e8264ecf986ca",

0 commit comments

Comments
 (0)