Skip to content

Commit

Permalink
Dyad Stable: Remove ETH in Dnft contract from tvl calcluatiobn
Browse files Browse the repository at this point in the history
The ETH in the Dnft contract from minting notes is the only fee in the Dyad Stablecoin system - this ETH should not be counted towards TVL as it is protocol revenue, not user funds/protocol TVL.
  • Loading branch information
coffeexcoin authored Aug 11, 2024
1 parent 8017e50 commit 3dffeba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions projects/dyad/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ const vaults = [

async function tvl(api) {
const tokens = await api.multiCall({ abi: 'address:asset', calls: vaults })
tokens.push(ADDRESSES.null)
vaults.push('0xdc400bbe0b8b79c07a962ea99a642f5819e3b712')
return api.sumTokens({ tokensAndOwners2: [tokens, vaults] })
}

Expand Down

0 comments on commit 3dffeba

Please sign in to comment.