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

Submit ledger network tx #230

Merged
merged 6 commits into from
Aug 7, 2024
Merged

Submit ledger network tx #230

merged 6 commits into from
Aug 7, 2024

Conversation

dgca
Copy link
Contributor

@dgca dgca commented Aug 5, 2024

  • Submits ledger transaction to network after signing on ledger device

]}
error={errors.fee?.message}
/>
{!selectedAccount.isLedger && (
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note: I can't seem to estimate the fee with the ledger account since it's view only, so I'm hiding this input if the selected account is a ledger account

Copy link
Contributor

Choose a reason for hiding this comment

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

It is possible to estimate gas for view only accounts but it can happen in another PR

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@patnir Might need your help there cause I'm not sure how to do that but we can follow up with that 👍

@dgca dgca merged commit 597b34e into main Aug 7, 2024
1 check passed
@dgca dgca deleted the submit-ledger-network-tx branch August 7, 2024 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants