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 1e5cb3b commit 1b8e70aCopy full SHA for 1b8e70a
projects/firelight/index.js
@@ -0,0 +1,11 @@
1
+const { sumTokensExport } = require("../helper/unwrapLPs");
2
+
3
+const VAULT = "0x4C18Ff3C89632c3Dd62E796c0aFA5c07c4c1B2b3";
4
+const FXRP = "0xad552a648c74d49e10027ab8a618a3ad4901c5be";
5
6
+module.exports = {
7
+ flare: {
8
+ tvl: sumTokensExport({ owner: VAULT, tokens: [FXRP] }),
9
+ },
10
+ methodology: "Counts FXRP tokens held in the Firelight vault.",
11
+};
0 commit comments