Skip to content

Commit

Permalink
Filament (#11735)
Browse files Browse the repository at this point in the history
Co-authored-by: rajeebkm <[email protected]>
  • Loading branch information
g1nt0ki and rajeebkm authored Sep 24, 2024
1 parent 43406fc commit 3ae3547
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions projects/filament/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const { sumTokensExport } = require("../helper/unwrapLPs");

const USDC_CONTRACT = '0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1';
const FILAMENT_VAULT_CONTRACT = '0xbeB6A6273c073815eBe288d2dF4e5E8bc027DA11';

module.exports = {
sei: {
tvl: sumTokensExport({ owner: FILAMENT_VAULT_CONTRACT, tokens: [USDC_CONTRACT] }),
},
}

0 comments on commit 3ae3547

Please sign in to comment.