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: unify denom as BNB #60

Merged
merged 4 commits into from
Feb 17, 2023
Merged

fix: unify denom as BNB #60

merged 4 commits into from
Feb 17, 2023

Conversation

keefel
Copy link
Contributor

@keefel keefel commented Feb 16, 2023

Description

Unify denom in all modules to BNB, BNB is the base denom, it has 18 decimals, so when we use Coin{Amount: 1e18, Denom: "BNB"}, it means 1 BNB.

Rationale

The denom in different modules is not unified, it causes confusion and error.

Example

NA

Changes

Notable changes:

  • unify denom in all modules to BNB

@keefel keefel force-pushed the keefe/dev branch 2 times, most recently from 7158ecc to eda2a02 Compare February 16, 2023 13:35
@keefel keefel added the r4r label Feb 16, 2023
Copy link
Collaborator

@unclezoro unclezoro left a comment

Choose a reason for hiding this comment

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

Please help check other docs and scripts.

@unclezoro
Copy link
Collaborator

The readme need change as well.

@unclezoro unclezoro merged commit 2a863e1 into develop Feb 17, 2023
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 this pull request may close these issues.

5 participants