We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158e2ec commit 51183c8Copy full SHA for 51183c8
ui/ducks/send/send.js
@@ -1888,8 +1888,6 @@ export function updateRecipientUserInput(userInput) {
1888
smartContractAddress = await isSmartContractAddress(userInput);
1889
if (smartContractAddress) {
1890
dispatch(actions.updateRecipientType(RECIPIENT_TYPES.SMART_CONTRACT));
1891
- }
1892
- if (smartContractAddress) {
1893
const { symbol, decimals } =
1894
getTokenMetadata(userInput, tokenMap) || {};
1895
0 commit comments