We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c81fd8 commit 9f6e655Copy full SHA for 9f6e655
projects/stakeease/index.js
@@ -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