Skip to content

Commit

Permalink
Add balus adapter (#11239)
Browse files Browse the repository at this point in the history
Co-authored-by: J <[email protected]>
  • Loading branch information
SinLabs and J authored Aug 10, 2024
1 parent 49fb492 commit 3d72d85
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions projects/balus/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const ADDRESSES = require("../helper/coreAssets.json")
const { sumTokensExport } = require("../helper/chain/ton")
const CONTRACT = "EQDswKn606G8kwS8RuUJg9baJbgAhixb6bYJC6VmIPU873uq"

module.exports = {
methodology: "Counts all TON balance in the smart contract as the TVL",
timetravel: false,
ton: {
tvl: sumTokensExport({
owners: [CONTRACT],
tokens: ADDRESSES.ton.TON,
})
},
};

0 comments on commit 3d72d85

Please sign in to comment.