-
Notifications
You must be signed in to change notification settings - Fork 0
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(core): add display_name for missing token_mint #91
base: solana-token-definitions-merge-branch
Are you sure you want to change the base?
Conversation
common/defs/solana/programs.json
Outdated
@@ -1692,6 +1692,10 @@ | |||
{ | |||
"account": "owner", | |||
"display_name": "Mint authority" | |||
}, | |||
{ | |||
"account": "token_mint", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's move this to the first place under ui_properties
since the order also determines how the information gets displayed.
And then please change display_name
of amount
parameter to Burn amount
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Mint To" instruction should also display the token being minted 🙏
Please see comments (they apply for both Token and Token22 I think).
Also please create some solana-token-definitions-merge-branch
into which we would merge these changes as well, so we'd only create one slightly larger PR for Trezor when everything's ready.
5423aa7
to
91eed7f
Compare
b98d58a
to
3515cf3
Compare
91eed7f
to
44bde8e
Compare
f04aa64
to
fa828f1
Compare
fa828f1
to
9995475
Compare
No description provided.