Skip to content

Commit

Permalink
feat: add Crack & Stack project (DefiLlama#11283)
Browse files Browse the repository at this point in the history
  • Loading branch information
vimtor authored and tlatkdgus1 committed Nov 25, 2024
1 parent b51bd9f commit 682fc8b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions projects/crackandstack/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
const { sumTokensExport } = require("../helper/unwrapLPs");
const coreAssets = require("../helper/coreAssets.json");

const TAIKO_TOKEN = "0xA9d23408b9bA935c230493c40C73824Df71A0975";

// Crack & Stack
// https://crackandstack.com/
module.exports = {
methodology: `Crack & Stack TVL is the backed value of the Lanterns NFT.`,
taiko: {
tvl: sumTokensExport({
owners: ["0x2c301eBfB0bb42Af519377578099b63E921515B7", "0xD8F7cd7d919c5266777FB83542F956dD30E80187"],
tokens: [coreAssets.null, coreAssets.taiko.USDT, coreAssets.taiko.USDC_e, coreAssets.taiko.USDC, TAIKO_TOKEN]
}),
},
}

0 comments on commit 682fc8b

Please sign in to comment.