We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f07553 commit 7b3d465Copy full SHA for 7b3d465
projects/hylo/index.js
@@ -5,6 +5,8 @@ async function tvl() {
5
tokenAccounts: [
6
// Hylo Reserves jitoSOL token account
7
"2Y3TLkdGoJwbdizxqrZmQwNLYJyGKTgzC4tbetbkvQ43",
8
+ // Hylo Reserve hyloSOL token account
9
+ "7VNBQCDKt4cxLWW51suV8a6VAYC4R66CfyySiYJek7Rj",
10
]
11
})
12
}
@@ -13,5 +15,5 @@ module.exports = {
13
15
timetravel: false,
14
16
doublecounted: true,
17
solana: { tvl },
- 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.',
19
};
0 commit comments