Skip to content

Commit 5ee86b4

Browse files
committed
townhall zupass gating
1 parent 66fccc2 commit 5ee86b4

3 files changed

Lines changed: 9 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/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

lib/components/event-schedule-new/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
];

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)