Skip to content
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

RND Decimals #63

Open
adradr opened this issue Aug 16, 2023 · 0 comments
Open

RND Decimals #63

adradr opened this issue Aug 16, 2023 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@adradr
Copy link
Collaborator

adradr commented Aug 16, 2023

Description

Currently we are using the default decimals() function in the ERC20 contract. This function returns the number of decimals used to get its user representation. For example, if decimals() returns 2, a balance of 505 tokens should be displayed to a user as 5.05 (505 / 10 ** 2). By default this returns 18 decimals as of now.

Question is if we really need 18 decimals or 6 would be sufficient like in the case of USDC.

@adradr adradr added the question Further information is requested label Aug 16, 2023
@adradr adradr self-assigned this Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant