Skip to content

Commit 56b21f0

Browse files
authored
Add TonStable (DefiLlama#11531)
1 parent 411253c commit 56b21f0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

projects/TonStable/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/chain/ton");
2+
const ADDRESSES = require("../helper/coreAssets.json");
3+
4+
const tonStableAddr = "EQDQ-x5TqoSiObbMqh28R1HzJwhrhiw6Oqhe9rT8DoKiRzlH";
5+
6+
module.exports = {
7+
methodology: "TonStable's TVL includes all deposited supported assets",
8+
ton: {
9+
tvl: sumTokensExport({ owner: tonStableAddr, tokens: [ADDRESSES.null] }),
10+
},
11+
};

0 commit comments

Comments
 (0)