We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0387d23 commit 7ca35a5Copy full SHA for 7ca35a5
projects/usual/index.js
@@ -19,5 +19,6 @@ const owners = [
19
20
module.exports = {
21
methodology: 'TVL represents the value in RWA held by the protocol',
22
- ethereum: { tvl: sumTokensExport({ tokens, owners })}
+ ethereum: { tvl: sumTokensExport({ tokens, owners })},
23
+ doublecounted: true
24
}
0 commit comments