diff --git a/apps/sentry-client-desktop/src/components/blockpass/Blockpass.tsx b/apps/sentry-client-desktop/src/components/blockpass/Blockpass.tsx index dc14cb37b..a92654ee0 100644 --- a/apps/sentry-client-desktop/src/components/blockpass/Blockpass.tsx +++ b/apps/sentry-client-desktop/src/components/blockpass/Blockpass.tsx @@ -11,7 +11,6 @@ export function Blockpass({onClick = () => {}, children = "Begin KYC"}: PropsWit function onClickHelper() { if (selectedCountry) { if ( - selectedCountry === "BG" || //Bulgaria selectedCountry === "CN" || //China selectedCountry === "HK" || //Hong Kong selectedCountry === "MK" || //Macedonia diff --git a/apps/sentry-client-desktop/src/features/home/SentryWallet.tsx b/apps/sentry-client-desktop/src/features/home/SentryWallet.tsx index dfbb3c124..050183ecb 100644 --- a/apps/sentry-client-desktop/src/features/home/SentryWallet.tsx +++ b/apps/sentry-client-desktop/src/features/home/SentryWallet.tsx @@ -193,7 +193,7 @@ export function SentryWallet() { {sentryRunning && balance?.wei === 0n && (
- No ETH + No AETH
)} diff --git a/apps/sentry-client-desktop/src/features/home/SentryWalletHeader.tsx b/apps/sentry-client-desktop/src/features/home/SentryWalletHeader.tsx index 87fdccb1f..94496979e 100644 --- a/apps/sentry-client-desktop/src/features/home/SentryWalletHeader.tsx +++ b/apps/sentry-client-desktop/src/features/home/SentryWalletHeader.tsx @@ -30,11 +30,11 @@ export function SentryWalletHeader() {{(balance == undefined) ? "" : (balance.ethString === "0.0" ? "0" : balance.ethString)} ETH
+{(balance == undefined) ? "" : (balance.ethString === "0.0" ? "0" : balance.ethString)} AETH
diff --git a/apps/sentry-client-desktop/src/features/home/modals/actions-required/FundsInSentryWalletCard.tsx b/apps/sentry-client-desktop/src/features/home/modals/actions-required/FundsInSentryWalletCard.tsx index 9115f2165..9dd7c9ec3 100644 --- a/apps/sentry-client-desktop/src/features/home/modals/actions-required/FundsInSentryWalletCard.tsx +++ b/apps/sentry-client-desktop/src/features/home/modals/actions-required/FundsInSentryWalletCard.tsx @@ -50,7 +50,7 @@ export function FundsInSentryWalletCard() { />
- To fund the Sentry Wallet, send ETH to this address + To fund the Sentry Wallet, send AETH to this address
0.005 ETH
+0.005 AETH
- {ethers.formatEther(item.totalPriceForTier)} ETH + {ethers.formatEther(item.totalPriceForTier)} AETH
- {ethers.formatEther(item.pricePer)} ETH per key + {ethers.formatEther(item.pricePer)} AETH per key
); @@ -118,7 +118,7 @@ export function BuyKeysOrderTotal({quantity, promoCode, setPromoCode}: BuyKeysOr- {ethers.formatEther(getPriceData.price * BigInt(5) / BigInt(100))} ETH + {ethers.formatEther(getPriceData.price * BigInt(5) / BigInt(100))} AETH
ETH
+AETH
diff --git a/apps/web-connect/src/features/checkout/WebBuyKeysOrderTotal.tsx b/apps/web-connect/src/features/checkout/WebBuyKeysOrderTotal.tsx index 09a79a5df..9e24c8da9 100644 --- a/apps/web-connect/src/features/checkout/WebBuyKeysOrderTotal.tsx +++ b/apps/web-connect/src/features/checkout/WebBuyKeysOrderTotal.tsx @@ -77,12 +77,12 @@ export function WebBuyKeysOrderTotal(- {ethers.formatEther(item.pricePer)} ETH per key + {ethers.formatEther(item.pricePer)} AETH per key
); @@ -121,7 +121,7 @@ export function WebBuyKeysOrderTotal(