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

fix: fix minimum decimal value #1320

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

fix: fix minimum decimal value #1320

wants to merge 4 commits into from

Conversation

wa0x6e
Copy link
Contributor

@wa0x6e wa0x6e commented Oct 14, 2023

Fixes #1256

Enforce minimum decimal value, which should always be an integer >= 0

@wa0x6e wa0x6e requested a review from ChaituVR October 14, 2023 07:52
@ChaituVR
Copy link
Member

integer is not handled on UI yet

@wa0x6e
Copy link
Contributor Author

wa0x6e commented Oct 17, 2023

integer is not handled on UI yet

Will it fallback to number if not handled by the UI ? This fix is mostly to prevent error from schema validation

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.

Error: invalid decimal size (argument="decimals", value=0.001, code=INVALID_ARGUMENT, version=bignumber/...
2 participants