diff --git a/projects/elyx/index.js b/projects/elyx/index.js index 6678cacf2c..243ad53d53 100644 --- a/projects/elyx/index.js +++ b/projects/elyx/index.js @@ -2,7 +2,7 @@ const DHEDGE_V2_VAULT_SUMMARY_ABI = "function getFundSummary() view returns (tuple(string name, uint256 totalSupply, uint256 totalFundValue))"; const tvl = async (api) => { - const target = "0xcE5324108106a6d64EB954706875cd59696188C3"; + const target = "0x39F39D48cF4C89D591Fc890f0fF531B0B67c31BC"; const summary = await api.call({ abi: DHEDGE_V2_VAULT_SUMMARY_ABI, target, }) const totalValueLocked = summary?.totalFundValue ?? 0; return {