Skip to content

Commit

Permalink
refactor: Update methodology for TruFin's TruStake and Legacy vaults (D…
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-trufin authored Aug 27, 2024
1 parent 89bd96c commit 869146a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/trufin-trustake/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async function tvl(api) {
}

module.exports = {
methodology: `Counts the TVL of MATIC tokens in TruFin's TruStake vault.`,
methodology: `Counts the TVL of native tokens across all TruStake vaults.`,
ethereum: {
tvl
},
Expand Down
2 changes: 1 addition & 1 deletion projects/trufin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async function tvl(api) {
}

module.exports = {
methodology: `Counts the TVL of MATIC tokens in TruFin's TruStake vault.`,
methodology: `Counts the TVL of MATIC tokens in TruFin's Legacy vaults.`,
ethereum: {
tvl
}
Expand Down

0 comments on commit 869146a

Please sign in to comment.