-
Notifications
You must be signed in to change notification settings - Fork 119
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
Multi send - Tonkeeper Pro #72
Conversation
# Conflicts: # packages/core/src/service/transfer/tonService.ts # packages/uikit/src/components/desktop/header/DesktopHeader.tsx
packages/uikit/src/components/desktop/multi-send/MultiSendConfirmNotification.tsx
Outdated
Show resolved
Hide resolved
<ButtonBlock | ||
form={formTokenized} | ||
asset={asset} | ||
feeEstimation={estimateData?.fee.weiAmount} |
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.
and let's replace with view to confirm ton connect view, where we have a row for every internal transaction
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.
We already have a special designed modal for that, will implement
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.
Done
No description provided.