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.
2 parents 2e34e84 + 0372494 commit 1cbe583Copy full SHA for 1cbe583
projects/fiva/index.js
@@ -0,0 +1,12 @@
1
+const { sumTokensExport } = require("../helper/chain/ton");
2
+const ADDRESSES = require("../helper/coreAssets.json");
3
+
4
+const tsTON6mSyMinter = "EQAxGi9Al7hamLAORroxGkvfap6knGyzI50ThkP3CLPLTtOZ"
5
6
7
+module.exports = {
8
+ methodology: 'Counts FIVA smartcontract balance as TVL.',
9
+ ton: {
10
+ tvl: sumTokensExport({ owners: [tsTON6mSyMinter], tokens: [ADDRESSES.null]}),
11
+ }
12
+}
0 commit comments