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 dev tokens not showing in dev and deploy previews #462

Closed
dib542 opened this issue Oct 3, 2023 · 0 comments · Fixed by #463, #464, #465, #466 or #468
Closed

Fix dev tokens not showing in dev and deploy previews #462

dib542 opened this issue Oct 3, 2023 · 0 comments · Fixed by #463, #464, #465, #466 or #468
Assignees

Comments

@dib542
Copy link
Collaborator

dib542 commented Oct 3, 2023

Dev tokens (local tokens named tokenA, tokenB, tokenC, etc ...) don't show correctly in the user's bank balances and in the token picker.

Once that issue was fixed it was found and resolved that it should be possible to pay the chain fees using a dev token as the fee token. This was achieved by overwriting the token base attribute with the dev token denom, as the base attribute (which is named coinMinimalDenom in the Keplr ChainInfo object type, is what determines the fee token to be used with the Keplr wallet.

@dib542 dib542 self-assigned this Oct 3, 2023
@dib542 dib542 linked a pull request Oct 3, 2023 that will close this issue
@dib542 dib542 changed the title Fix dev tokens not showing in deploy previews Fix dev tokens not showing in dev and deploy previews Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment