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
// More Vaults uses EIP-2535 Diamond architecture with ERC4626-compatible facets
22
+
awaitapi.erc4626Sum({
23
+
calls: allVaults,
24
+
tokenAbi: 'address:asset',
25
+
balanceAbi: 'uint256:totalAssets'
26
+
});
27
+
28
+
returnapi.getBalances();
29
+
}
30
+
31
+
module.exports={
32
+
methodology: "TVL is calculated by summing the total assets of all EIP-2535 Diamond vaults deployed through the More Vaults registry contracts on Flow. Each Diamond vault implements ERC4626-compatible facets for asset management and yield generation.",
0 commit comments