Skip to content

Commit a83e971

Browse files
committed
Allow Protocol Berg ticket proofs
1 parent 629c9f6 commit a83e971

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/passport-client/src/zapp/collections.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { PODTicketPCD, isPODTicketPCD, ticketToPOD } from "@pcd/pod-ticket-pcd";
66

77
export const COLLECTIONS_ROOT_FOLDER_NAME = "Collections";
88

9-
export const VIRTUAL_COLLECTIONS = ["Devcon SEA", "Email"];
9+
export const VIRTUAL_COLLECTIONS = ["Devcon SEA", "Protocol Berg v2", "Email"];
1010

1111
export function collectionIdToFolderName(collectionId: string): string {
1212
return `${COLLECTIONS_ROOT_FOLDER_NAME}/${collectionId}`;

0 commit comments

Comments
 (0)