diff --git a/src/util/account.js b/src/util/account.js index 3cbeecbeec..4efeb19348 100644 --- a/src/util/account.js +++ b/src/util/account.js @@ -14,7 +14,7 @@ export function accountId({ if (protocol === NetworkProtocols.SUBSTRATE){ return `${protocol}:${address}:${genesisHash}`; } else { - return `${protocol}:${address.toLowerCase()}@${ethereumChainId}`; + return `${protocol}:0x${address.toLowerCase()}@${ethereumChainId}`; } }