Skip to content

Commit

Permalink
Add TON Hedge (#11208)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuva10v authored Aug 6, 2024
1 parent de49f3d commit 8918536
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions projects/tonhedge/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 addr = "EQBXZo11H4wUq3azWDphoUhlV710a-7rvUsqZUGLP9tUcf37"

module.exports = {
methodology: 'Counts TON Hedge smartcontract balance as TVL.',
ton: {
tvl: sumTokensExport({ owner: addr, tokens: [ADDRESSES.ton.USDT] }),
}
}

0 comments on commit 8918536

Please sign in to comment.