Skip to content

Commit b500fbc

Browse files
authored
Update VaultCraft staking TVL: include stVCX (DefiLlama#12236)
1 parent b5a6a5a commit b500fbc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

projects/popcorn/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const sdk = require('@defillama/sdk');
22
const { getConfig } = require('../helper/cache')
33

44
const { addFraxVaultToTVL } = require("./fraxVault");
5-
const { staking } = require("../helper/staking");
5+
const { stakings } = require("../helper/staking");
66
const { sumTokens2 } = require('../helper/unwrapLPs');
77

88
const getVaultsAbi = 'address[]:getRegisteredAddresses';
@@ -36,11 +36,13 @@ async function tvl(api) {
3636

3737
const veVCX = "0x0aB4bC35Ef33089B9082Ca7BB8657D7c4E819a1A";
3838
const WETH_VCX_BAL_LP_TOKEN = "0x577A7f7EE659Aa14Dc16FD384B3F8078E23F1920";
39+
const stVCX = "0xE5d383FC43F6c370DdD3975cf9e363Ad42367697";
40+
const VCX = "0xce246eea10988c495b4a90a905ee9237a0f91543";
3941

4042
module.exports = {
4143
ethereum: {
4244
start: 12237585,
43-
staking: staking(veVCX, WETH_VCX_BAL_LP_TOKEN),
45+
staking: stakings([stVCX, veVCX], [VCX, WETH_VCX_BAL_LP_TOKEN]),
4446
tvl,
4547
},
4648
bsc: { tvl, },

0 commit comments

Comments
 (0)