Skip to content

Commit 9f6e655

Browse files
committed
track stake ease DefiLlama#11953
1 parent 6c81fd8 commit 9f6e655

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

projects/stakeease/index.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
const ADDRESSES = require('../helper/coreAssets.json')
2+
const { sumTokensExport } = require("../helper/unwrapLPs")
3+
4+
const SX_ETH_VAULT = "0x466B447D68112090ea46a98E15f22da44f87AF7F"
5+
6+
module.exports = {
7+
ethereum: {
8+
tvl: sumTokensExport({ owner: SX_ETH_VAULT, tokens: [
9+
ADDRESSES.ethereum.WETH,
10+
ADDRESSES.ethereum.EETH,
11+
'0xbf5495Efe5DB9ce00f80364C8B423567e58d2110',
12+
'0xFAe103DC9cf190eD75350761e95403b7b8aFa6c0',
13+
'0xA1290d69c65A6Fe4DF752f95823fae25cB99e5A7',
14+
]}),
15+
}
16+
};

0 commit comments

Comments
 (0)