Add TVL calculation for SNS DAO treasuries

This commit is contained in:
g1nt0ki
2024-04-10 10:02:49 +02:00
parent 6ab0af465e
commit 372f16798d

View File

@@ -33,7 +33,7 @@ async function tvl(api) {
}
module.exports = {
methodology: `We count the ICP on all SNS treasuries accounts as the collateral`,
methodology: `We count the ICP on all SNS DAO treasuries accounts`,
icp: {
tvl
},