Skip to content

Commit

Permalink
Add Citrex Markets TVL calculation (#13150)
Browse files Browse the repository at this point in the history
  • Loading branch information
FedererKK authored Jan 17, 2025
1 parent 4b3ee4d commit 37b51fe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions projects/citrex-markets/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
const { sumTokensExport } = require("../helper/unwrapLPs");

const PERP_ENGINE = "0x7461cFe1A4766146cAFce60F6907Ea657550670d";
const USDC_CONTRACT = "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1";

module.exports = {
methodology: "Sum all USDC in the clearinghouse smart contract",
timetravel: false,
sei: {
tvl: sumTokensExport({ owners: [PERP_ENGINE], tokens: [USDC_CONTRACT] }),
},
};

0 comments on commit 37b51fe

Please sign in to comment.