Skip to content

Commit

Permalink
add ShardingDAO tvl (#12448)
Browse files Browse the repository at this point in the history
Co-authored-by: aredtabora <aredtabora@google.com>
  • Loading branch information
aredtabora and aredtabora authored Nov 27, 2024
1 parent fabdd28 commit 8386a39
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions projects/shardingdao/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const { sumTokensExport } = require("../helper/unwrapLPs");
const coreAssets = require("../helper/coreAssets.json");

const tokens = [
coreAssets.null,
coreAssets.ethereum.WBTC
];

module.exports = {
ethereum: {
tvl: sumTokensExport({ owner: "0x0feCcB11C5B61B3922C511d0f002c0b72D770dCE", tokens: tokens })
},
methodology: "Currently TVL is calculated as the sum of the assets locked inside the staking pool, including WBTC and native Ethereum on the contract."
};

0 comments on commit 8386a39

Please sign in to comment.