Skip to content

Commit

Permalink
Add Coffin.Meme (DefiLlama#11814)
Browse files Browse the repository at this point in the history
Co-authored-by: g1nt0ki <[email protected]>
  • Loading branch information
SaberDoTcodeR and g1nt0ki authored Oct 3, 2024
1 parent 1a0c8c3 commit 8ca123b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions projects/coffin-meme/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const { sumTokensExport } = require("../helper/chain/ton");
const ADDRESSES = require('../helper/coreAssets.json')

const coffinScAddr = "EQBozwKVDya9IL3Kw4mR5AQph4yo15EuMdyX8nLljeaUxrpM"

module.exports = {
methodology: 'Counts Coffin.Meme smartcontract TON & jettons balance as TVL.',
ton: {
tvl: sumTokensExport({ owner: coffinScAddr, tokens: [ADDRESSES.null], }),
}
}

0 comments on commit 8ca123b

Please sign in to comment.