diff --git a/src/Profile.js b/src/Profile.js index 6eceee4..3e06b6d 100644 --- a/src/Profile.js +++ b/src/Profile.js @@ -176,6 +176,12 @@ const Profile = ({
Check web app configuration or try later
)} + {walletData.net.toLowerCase().indexOf(activeNet.toLowerCase()) === -1 && ( + +
{`Сonnected wallet uses ${walletData.net} network`}
+
{`Panel is configured for ${activeNet}, mismatching networks can lead to incorrect behavior.`}
+
+ )} {formatAddress(walletData.account.address)}