Skip to content

Commit

Permalink
chore(docs): update total on getTokenSupply of README
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Oct 16, 2024
1 parent 09edac0 commit a68f071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ const info = await io.getInfo();

Retrieves the total supply of tokens, returned in mIO. The total supply includes the following:

- `total` - the total supply of all tokens
- `circulating` - the total supply minus locked, withdrawn, delegated, and staked
- `locked` - tokens that are locked in the protocol (a.k.a. vaulted)
- `withdrawn` - tokens that have been withdrawn from the protocol by operators and delegators
Expand Down

0 comments on commit a68f071

Please sign in to comment.