Skip to content

Commit 1b8e70a

Browse files
authored
add: stXRP tvl on Firelight (#17280)
1 parent 1e5cb3b commit 1b8e70a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

projects/firelight/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/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

Comments
 (0)