Skip to content

Commit 4cab703

Browse files
committed
update check address tron
1 parent 201e557 commit 4cab703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helper/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ export const getAddressTransfer = async (network: CustomChainInfo, walletByNetwo
426426
JSON.parse(JSON.parse(localStorage.getItem('persist:root'))?.config)?.tonAddress ||
427427
toUserFriendlyAddress(window.Ton?.account?.address);
428428
// address = useTonAddress();
429-
} else if (network.networkType === 'evm' && isConnectSpecificNetwork(walletByNetworks.evm)) {
429+
} else if (network.networkType === 'evm') {
430430
address = await getAddressTransferForEvm(walletByNetworks, network);
431431
} else if (network.networkType == 'svm' && isConnectSpecificNetwork(walletByNetworks.solana)) {
432432
let provider = window?.solana;

0 commit comments

Comments
 (0)