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

IBC token denomination doesn't have to be stored #1947

Closed
Tracked by #2021
yito88 opened this issue Sep 27, 2023 · 0 comments · Fixed by #2062
Closed
Tracked by #2021

IBC token denomination doesn't have to be stored #1947

yito88 opened this issue Sep 27, 2023 · 0 comments · Fixed by #2062
Labels

Comments

@yito88
Copy link
Member

yito88 commented Sep 27, 2023

The amount of ICS-20 transfer is uint256. So, the IBC token's denomination should be always zero. (I don't mean about ICS-20 token denomination here.)
When receiving the token over IBC, the denomination is stored as zero. It's redundant because we can always use zero denomination when they are queried.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant