Skip to content

Commit e6bef7d

Browse files
new project Kaisen (DefiLlama#9209)
* new LP contract address * code refactor * new CALM contract * new project kaisen * Remove unused import statement --------- Co-authored-by: g1nt0ki <[email protected]>
1 parent 9a8efb5 commit e6bef7d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

projects/kaisen/index.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
const { sumTokensExport } = require("../helper/unwrapLPs");
2+
3+
module.exports = {
4+
methodology: "TVL comes from the Vaults",
5+
blast: {
6+
tvl: sumTokensExport({
7+
owner: "0xd97cbc833643dc458849d5b96dea100f13b08402",
8+
resolveUniV3: true,
9+
}),
10+
},
11+
};

0 commit comments

Comments
 (0)