We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629c9f6 commit a83e971Copy full SHA for a83e971
1 file changed
apps/passport-client/src/zapp/collections.ts
@@ -6,7 +6,7 @@ import { PODTicketPCD, isPODTicketPCD, ticketToPOD } from "@pcd/pod-ticket-pcd";
6
7
export const COLLECTIONS_ROOT_FOLDER_NAME = "Collections";
8
9
-export const VIRTUAL_COLLECTIONS = ["Devcon SEA", "Email"];
+export const VIRTUAL_COLLECTIONS = ["Devcon SEA", "Protocol Berg v2", "Email"];
10
11
export function collectionIdToFolderName(collectionId: string): string {
12
return `${COLLECTIONS_ROOT_FOLDER_NAME}/${collectionId}`;
0 commit comments