You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: