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

feat(protocol): Change back token decimals #13707

Merged
merged 1 commit into from
May 4, 2023
Merged

Conversation

adaki2004
Copy link
Contributor

Change back token decimal settings to 8 from 18, because it affects not only tests but the code itself.
uint64 range of the baseFee currently implies some limitations, so decimal 8 would perfectly fit in but 18 needs to involve some other changes.

@adaki2004 adaki2004 changed the title Change back token decimals feat(protocol): Change back token decimals May 4, 2023
@adaki2004
Copy link
Contributor Author

We can change to 18 and uint256 later, but requires some changes and in case we need to deploy testnet soon, better to stick to it.

Copy link
Contributor

@Brechtpd Brechtpd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense not to break things for a3, but let's still do the change afterwards!

@davidtaikocha davidtaikocha added this pull request to the merge queue May 4, 2023
Merged via the queue into main with commit 82f1677 May 4, 2023
@davidtaikocha davidtaikocha deleted the token_decimal_setting branch May 4, 2023 16:48
@github-actions github-actions bot mentioned this pull request May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants