You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The currency stats calls should look for locked balances on a small number of accounts, probably defined in the config table. Any balances on these accounts (eosio, eosio.null) are subtracted from the circulating supply and are considered locked/frozen/burned.
The native API calls on Unicove just moved to this:
Also probably a good opportunity to mirror the response types between the token revamp on Unicove and how the contract responds with information about tokens.
The text was updated successfully, but these errors were encountered:
The currency stats calls should look for locked balances on a small number of accounts, probably defined in the config table. Any balances on these accounts (eosio, eosio.null) are subtracted from the circulating supply and are considered locked/frozen/burned.
The native API calls on Unicove just moved to this:
greymass/unicove@670d5ec
Also probably a good opportunity to mirror the response types between the token revamp on Unicove and how the contract responds with information about tokens.
The text was updated successfully, but these errors were encountered: