-
Notifications
You must be signed in to change notification settings - Fork 144
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
Disable BRC-20 sends #5773
Comments
Think you missed the discussion @pete-watters but plan is to remove BRC-20 send support entirely. It's hardly used. |
I did, thanks! I can close this off |
I'm reopening to tackle the disabling of these sends. We can simply remove BRC-20 tokens from the token selector view during the send flow for now, and come back later to either re-add support or guidance for how users can otherwise send them via apps. |
Thanks @markmhendrickson . Disabling BRC-20 sends is straightforward and I have a PR open here for it |
I will enable visibility on Ledger while I am at it #5797 |
## [6.47.0](v6.46.0...v6.47.0) (2024-08-28) ### Features * add link and unlink mono script ([29f2174](29f2174)) * add mono link ui script ([717737c](717737c)) * mock hiro ft requests ([6987609](6987609)) * mock nfts and txs hiro requests ([318378d](318378d)) ### Bug Fixes * disable brc-20 sends, ref leather-io/issues[#5773](#5773) ([aafd992](aafd992)) * rename dialog as sheet, closes ref leather-io/issues[#268](#268) ([ec64755](ec64755)) ### Internal * add open API, ref leather-io/issues[#5800](#5800) ([3df62f7](3df62f7)) * icons using ui lib svgs, closes leather-io/issues[#123](#123) ([3e8314e](3e8314e)) * post-release merge back ([56d021b](56d021b)) * show BRC-20 tokens on ledger, ref [#5797](#5797) ([bcc40f7](bcc40f7))
The BRC-20 form crashes with
TypeError: sum.amount.lt is not a function
if you initiate a send then try to go back to the amount input form.Choose fee
screenStacktrace:
brc20.mp4
The text was updated successfully, but these errors were encountered: