You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// As the vault is an ERC4626, we can use the helper to get the TVL
6
+
consttvl=sumERC4626VaultsExport({
7
+
vaults: [HLP0_VAULT],
8
+
balanceAbi: 'totalAssets',
9
+
tokenAbi: 'asset',
10
+
});
11
+
12
+
module.exports={
13
+
arbitrum: {
14
+
tvl,
15
+
},
16
+
methodology: "TVL is calculated by summing the total assets of the HLP0 vault on Arbitrum. The HLP0 token is a LayerZero OFT, but the underlying assets are held in the Arbitrum vault.",
0 commit comments