Skip to content

Commit 1c94927

Browse files
committed
zupass gating
1 parent 1e6b845 commit 1c94927

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

devconnect/src/common/components/perks/feed-coupons.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const CouponFeed: React.FC<CouponFeedProps> = ({ onCouponsUploaded }) => {
1818
const [success, setSuccess] = useState<string | null>(null)
1919

2020
const couponToUpload = {
21-
url: '/dont-push-coupons/zkid-day.csv',
22-
collection: 'zkid-day',
21+
url: '/dont-push-coupons/privacy-stack.csv',
22+
collection: 'privacy-stack',
2323
zk_proof_id: 'Devconnect ARG', // Must match the proof ID used in the perks system
2424
}
2525

lib/components/event-schedule-new/zupass/event-shops-list.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ export const eventShops: EventShop[] = [
8282
hide_visit_site: true,
8383
zupass_disabled: zupassGatingFallbackOn,
8484
},
85+
{
86+
supabase_id: "141",
87+
zupass_proof_id: "Devconnect ARG",
88+
coupon_collection: "privacy-stack",
89+
zupass_disabled: zupassGatingFallbackOn,
90+
},
8591
// {
8692
// supabase_id: "113", // ethereum argentina
8793
// zupass_proof_id: "Devconnect ARG",

0 commit comments

Comments
 (0)