diff --git a/pages/deposit.tsx b/pages/deposit.tsx index 1b8996d2a..56b0651bc 100644 --- a/pages/deposit.tsx +++ b/pages/deposit.tsx @@ -333,6 +333,47 @@ const DepositPage: NextPage = () => { selectedItemClassName="!bg-ice-hush" /> )} + {method === "buy" && + currency === "ztg" && + paymentMethod === "card" && + encodedAddress && ( +
+ +
+
+ Zeitgeist currency +
Zeitgeist Address:
+
+
+ {encodedAddress} + + {shortenAddress(encodedAddress, 12, 12)} + + +
+
+
+ After purchasing ZTG return to this page and select the Deposit + tab to move it to your account on Zeitgeist +
+
+ )} {method === "buy" && currency === "ztg" && paymentMethod === "crypto" && (