Skip to content

Commit

Permalink
doublecounted: true
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpeluche committed Aug 16, 2024
1 parent bceba01 commit 7dd5eee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/defi-money/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ const getTvl = async (api, controller, viewer, stakingContracts, MONEY) => {
Object.keys(config).forEach((chain) => {
const { controller, viewer, stakeLPs, MONEY } = config[chain];
module.exports[chain] = {
doublecounted:true,
methodology:
"TVL corresponds to the collateral deposited in the markets and the LPs used for yield",
tvl: (api) => getTvl(api, controller, viewer, stakeLPs, MONEY),
Expand Down

0 comments on commit 7dd5eee

Please sign in to comment.