-
Notifications
You must be signed in to change notification settings - Fork 87
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
feat: add tx mint custom layout #155
Conversation
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.
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.
With the new change the script transaction is broken: https://fuel-explorer-c1guco7wj-fuel-labs.vercel.app/tx/0x546ad80a1244efcc41b3e208d0231b4d1c284b0fe776f69a731435cd9a706a86/simple
- I think on the mint tx, we could change the title from Outputs to
Minted Assets
. - We could use the same layout for the outputs, as we have the asset, the to: in this case is the
contract
and the other infos could be bellow it.
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.
⭐ Closes FE-84