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
methodology: "Calculates the amount of SUI staked in Volo liquid staking contracts and tokens in Volo vaults. TVL includes LST (Liquid Staking) and all vault types combined.",
46
-
misrepresentedTokens: true,
47
-
sui: {
48
-
tvl: tvl,
49
-
},
29
+
consttvl=async(api)=>{
30
+
awaitgetStakingTvl(api)
31
+
awaitgetVaults(api)
50
32
}
51
33
34
+
module.exports={
35
+
methodology: "Calculates the amount of SUI staked in Volo liquid staking contracts and tokens in Volo vaults. TVL includes LST (Liquid Staking) and all vault types combined.",
0 commit comments