File tree Expand file tree Collapse file tree
devconnect/src/common/components/perks
lib/components/event-schedule-new 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/zero-to-dapp .csv' ,
22- collection : 'zero-to-dapp ' ,
21+ url : '/dont-push-coupons/apptownhall .csv' ,
22+ collection : 'apptownhall ' ,
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 @@ -33,6 +33,7 @@ export const customUrlTransforms = [
3333 { from : "zkid-day" , to : "119" } ,
3434 { from : "organizer-hangout" , to : "137" } ,
3535 { from : "trustlessagentsday" , to : "136" } ,
36+ { from : "apptownhall" , to : "142" } ,
3637 // { from: 'stableconnect', to: '112' },
3738 // { from: 'pacificonnect', to: '112' },
3839] ;
Original file line number Diff line number Diff line change @@ -100,6 +100,12 @@ export const eventShops: EventShop[] = [
100100 coupon_collection : "zero-to-dapp" ,
101101 zupass_disabled : zupassGatingFallbackOn ,
102102 } ,
103+ {
104+ supabase_id : "142" ,
105+ zupass_proof_id : "Devconnect ARG" ,
106+ coupon_collection : "apptownhall" ,
107+ zupass_disabled : zupassGatingFallbackOn ,
108+ } ,
103109
104110 // {
105111 // supabase_id: "113", // ethereum argentina
You can’t perform that action at this time.
0 commit comments