We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411253c commit 56b21f0Copy full SHA for 56b21f0
projects/TonStable/index.js
@@ -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