File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
const { ADDRESSES } = require ( "./constants" ) ;
2
2
const { addVaultToTVL } = require ( "./vault" ) ;
3
3
const { addFraxVaultToTVL } = require ( "./fraxVault" ) ;
4
+ const { staking } = require ( "../helper/staking" ) ;
4
5
5
6
function getTVL ( chain = undefined ) {
6
7
return async ( timestamp , block , chainBlocks , { api } ) => {
@@ -16,11 +17,15 @@ function getTVL(chain = undefined) {
16
17
}
17
18
}
18
19
20
+ const veVCX = "0x0aB4bC35Ef33089B9082Ca7BB8657D7c4E819a1A" ;
21
+ const WETH_VCX_BAL_LP_TOKEN = "0x577A7f7EE659Aa14Dc16FD384B3F8078E23F1920" ;
22
+
19
23
module . exports = {
20
24
timetravel : true ,
21
25
methodology : `` ,
22
26
ethereum : {
23
27
start : 12237585 ,
28
+ staking : staking ( veVCX , WETH_VCX_BAL_LP_TOKEN ) ,
24
29
tvl : getTVL ( 'ethereum' ) ,
25
30
} ,
26
31
bsc : {
You can’t perform that action at this time.
0 commit comments