File tree Expand file tree Collapse file tree
devconnect/src/common/components/perks
lib/components/event-schedule-new/zupass Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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",
You can’t perform that action at this time.
0 commit comments