-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: display token supply with correct decimals #287
Conversation
Vercel deployment URL: https://token-metadata-9oz4ujojs-hirosystems.vercel.app 🚀 |
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
Why do we need this change at all? API already returns the |
I think there was confusion around this for sBTC in the Explorer @diwakergupta but we could roll this back if you think it would be out of scope for the API and let the Explorer deal with the formatting EDIT: We could also just move the formatted value to a new field for readability and leave the current one as is |
Yeah I think that's best, since this is a potentially breaking change and easily handled client-side. I would maybe expand the OpenAPI docs for this endpoint though to clarify |
OK sounds good |
## [1.1.6](v1.1.5...v1.1.6) (2024-12-17) ### Bug Fixes * display token supply with correct decimals ([#287](#287)) ([94c7b4a](94c7b4a)) * roll back FT supply display, update docs instead ([#288](#288)) ([080176e](080176e)), closes [#287](#287) * update ft date on supply change ([#289](#289)) ([94b9486](94b9486))
🎉 This PR is included in version 1.1.6 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
sBTC example:
Before
After