diff --git a/apps/consumer-client/src/pages/examples/add-pcd.tsx b/apps/consumer-client/src/pages/examples/add-pcd.tsx
index 8d9a907f7b..7ec0844b95 100644
--- a/apps/consumer-client/src/pages/examples/add-pcd.tsx
+++ b/apps/consumer-client/src/pages/examples/add-pcd.tsx
@@ -14,6 +14,7 @@ import {
import { GPCPCDArgs, GPCPCDPackage } from "@pcd/gpc-pcd";
import {
constructZupassPcdAddRequestUrl,
+ constructZupassPcdMintRequestUrl,
constructZupassPcdProveAndAddRequestUrl,
openSignedZuzaluSignInPopup,
useZupassPopupMessages
@@ -91,6 +92,9 @@ export default function Page(): JSX.Element {
_setPODPrivateKey2(key);
setPODPublicKey2(encodePublicKey(derivePublicKey(decodePrivateKey(key))));
};
+ const [podMintUrl, setPODMintUrl] = useState(
+ "http://localhost:4000/api/mintPOD"
+ );
const [gpcConfig, setGPCConfig] = useState(EXAMPLE_GPC_CONFIG);
const [membershipLists, setMembershipLists] = useState(
EXAMPLE_MEMBERSHIP_LISTS
@@ -234,7 +238,7 @@ export default function Page(): JSX.Element {
- Card POD content to sign:
+ Card POD content to sign and/or mint: