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

Add JSON Transaction submitter #339

Merged
merged 8 commits into from
Dec 7, 2023
Merged

Add JSON Transaction submitter #339

merged 8 commits into from
Dec 7, 2023

Conversation

ThibautBremand
Copy link
Collaborator

No description provided.

@ThibautBremand ThibautBremand self-assigned this Nov 20, 2023
@ThibautBremand ThibautBremand added the enhancement New feature or request label Nov 20, 2023
highlight={(code) => highlight(code, languages.json, 'json')}
padding={10}
style={{
fontFamily: '"Fira code", "Fira Mono", monospace',
Copy link
Collaborator

Choose a reason for hiding this comment

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

How do you make sure that this font family is present?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I would say it is embedded since it's the one used in the documentation of the library

}`;

return (
<PageWithReturn title="Build Transaction" onBackClick={handleBack}>
Copy link
Collaborator

Choose a reason for hiding this comment

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

I would rename it sign transaction locally, build doesn't really mean anything.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I have renamed into ''Submit Raw Transaction''

@ThibautBremand ThibautBremand merged commit 57a9933 into master Dec 7, 2023
5 checks passed
@ThibautBremand ThibautBremand deleted the feat/submit-json branch December 7, 2023 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants