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 49d29fa commit 4ec0a73Copy full SHA for 4ec0a73
projects/kavalake/index.js
@@ -0,0 +1,13 @@
1
+const { sumTokensExport } = require('../helper/unwrapLPs');
2
+
3
+module.exports = {
4
+ timetravel: false,
5
+ misrepresentedTokens: false,
6
+ methodology: "TVL is calculated based on the amount of WKAVA held in the KavaLake liquid staking vault on Kava EVM.",
7
+ kava: {
8
+ tvl: sumTokensExport({
9
+ owners: ['0x46ffa1b9a9f027fA958dF9276e3EdCf099A58882'], // KavaLake vault
10
+ tokens: ['0xc86c7C0eFbd6A49B35E8714C5f59D99De09A225b'], // WKAVA
11
+ }),
12
+ },
13
+};
0 commit comments