Skip to content

Commit 7b3d465

Browse files
authored
Add new asset tracking for TVL calculation (#17011)
1 parent 6f07553 commit 7b3d465

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/hylo/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ async function tvl() {
55
tokenAccounts: [
66
// Hylo Reserves jitoSOL token account
77
"2Y3TLkdGoJwbdizxqrZmQwNLYJyGKTgzC4tbetbkvQ43",
8+
// Hylo Reserve hyloSOL token account
9+
"7VNBQCDKt4cxLWW51suV8a6VAYC4R66CfyySiYJek7Rj",
810
]
911
})
1012
}
@@ -13,5 +15,5 @@ module.exports = {
1315
timetravel: false,
1416
doublecounted: true,
1517
solana: { tvl },
16-
methodology: 'TVL is calculated by summing all jitoSOL assets locked in Hylo protocol.',
18+
methodology: 'TVL is calculated by summing all LSTs locked in Hylo protocol.',
1719
};

0 commit comments

Comments
 (0)