This commit is contained in:
PhilReact 2025-01-10 22:13:04 +02:00
parent 5d68db5b40
commit 6e2d5e0f1d

View File

@ -1661,6 +1661,7 @@ export const getUserWallet = async (data, isFromExtension) => {
userWallet["publickey"] = parsedData.rvnPublicKey;
break;
case "ARRR":
await checkArrrSyncStatus(parsedData.arrrSeed58)
userWallet["address"] = arrrAddress;
break;
default: