Skip to content

Commit

Permalink
Add TVL for the Trado Perp on Flow (#11825)
Browse files Browse the repository at this point in the history
  • Loading branch information
flowdex authored Oct 5, 2024
1 parent f78abb2 commit d8dde39
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions projects/trado/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const ADDRESSES = require('../helper/coreAssets.json')
const { sumTokensExport } = require("../helper/unwrapLPs");
// perp
const USDCe = '0x7f27352D5F83Db87a5A3E00f4B07Cc2138D8ee52'
const USDX = '0xAeBE92ebc1a67F810Cb35fdcdA6398f6136DCD50'

module.exports = {
flow: { tvl: sumTokensExport({ owner: USDX, tokens: [USDCe], })},
methodology: `The TVL for Trado Perpetual is calculated based on the value of all stablecoins locked in the USDX contract.`,
};

0 comments on commit d8dde39

Please sign in to comment.