diff --git a/public/index.html b/public/index.html index 3ca5e78..b7a1a5a 100644 --- a/public/index.html +++ b/public/index.html @@ -15,6 +15,7 @@ + diff --git a/src/App.js b/src/App.js index 2dc916a..50de4cf 100644 --- a/src/App.js +++ b/src/App.js @@ -1119,7 +1119,7 @@ export const App = () => { Container creation is a paid operation, make sure you have sufficient NeoFS chain balance )} - {`Container cost is ${networkInfo ? 7 * (networkInfo.containerFee + networkInfo.namedContainerFee) * 1e-12 : '-'} GAS for mainnet now.`} + {`Container cost is ${networkInfo ? 7 * (networkInfo.containerFee + networkInfo.namedContainerFee) * 1e-12 : '-'} GAS for ${activeNet.toLowerCase()} now.`} Name diff --git a/src/Profile.js b/src/Profile.js index d8a34ba..6eceee4 100644 --- a/src/Profile.js +++ b/src/Profile.js @@ -182,6 +182,7 @@ const Profile = ({ {walletData.name} + @@ -218,6 +219,7 @@ const Profile = ({ )} +
{`${activeNet}:`} {Math.trunc(neoBalance * 0.00000001)}