Skip to content

Commit

Permalink
docs: detailed totalSupply
Browse files Browse the repository at this point in the history
  • Loading branch information
Macket committed Mar 15, 2024
1 parent f26bcb8 commit cccfee5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,11 @@ import crvusd from "@curvefi/stablecoin-api";
// 1257.43

await crvusd.totalSupply(); // sum(llammasSupply) + sum(pegKeepersDebt)
// 1415.12
// {
// total: '1415.12',
// minted: '1415.12',
// pegKeepersDebt: '0'
// }
})()
```
Expand Down

0 comments on commit cccfee5

Please sign in to comment.