-
Notifications
You must be signed in to change notification settings - Fork 179
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: disable taproot custom receive addresses in swapper #7781
Conversation
src/assets/translations/en/main.json
Outdated
@@ -938,6 +938,7 @@ | |||
"receiveAddress": "Receive Address", | |||
"receiveAddressDescription": "No %{chainName} address found from connected wallet. Manually enter an address", | |||
"disableThorNativeSmartContractReceive": "We've detected that you're sending to a smart contract address on %{chainName}. Due to THORChain limitations, receiving %{nativeAssetSymbol} to a smart contract address is not supported. Please enter another address", | |||
"disableThorTaprootReceive": "We've detected that you're sending to a taproot Bitcoin address. Due to THORChain limitations, receiving BTC to a taproot address is not supported. Please enter another address", |
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.
Not parameterized because dis only for BTC and going away soon so
variant='ghost' | ||
onClick={handleEditRecipientAddressClick} | ||
/> | ||
<> |
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.
Disable whitespaces when reviewing this
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.
Description
Does what it says on the box
Issue (if applicable)
closes #7779
Risk
Low to none
Testing
Engineering
Operations
Screenshots (if applicable)