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
// Get total staked HYPE using totalAssets() method
9
+
consttotalStakedHYPE=awaitapi.call({
10
+
target: STHYPE_TOKEN,
11
+
abi: 'uint256:totalSupply'
12
+
})
13
+
14
+
// Add HYPE (underlying asset) to TVL
15
+
api.add(WHYPE,totalStakedHYPE)
16
+
}
17
+
18
+
module.exports={
19
+
methodology: 'Tracks the total value of HYPE tokens staked through the Staked Hype liquid staking protocol. Users stake HYPE and receive stHYPE tokens that accrue rewards via rebase.',
0 commit comments