From 50c57ca34fdfeb606ee119d603eee01ab57b11c5 Mon Sep 17 00:00:00 2001 From: "kiloconnect[bot]" <240665456+kiloconnect[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 16:07:03 +0000 Subject: [PATCH] feat(credits): add CLAWNYC promo code --- src/lib/promoCreditCategories.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/lib/promoCreditCategories.ts b/src/lib/promoCreditCategories.ts index b2d682f89..5579d0c19 100644 --- a/src/lib/promoCreditCategories.ts +++ b/src/lib/promoCreditCategories.ts @@ -647,6 +647,15 @@ const encryptedSelfServicePromos: readonly EncryptedSelfServicePromoCreditCatego description: 'Builders event promotional credit', total_redemptions_allowed: 200, }, + { + // TODO: re-encrypt with production key: pnpm promo encrypt CLAWNYC + encrypted_credit_category: 'BQvtkd104X5pIN+mKn21Tw==:PLQKIZGhb19EG21tRBjV7w==:0MmIBfnr3g==', + description: 'Claw NYC promotional credit', + amount_usd: 10, + is_user_selfservicable: true, + is_idempotent: true, + total_redemptions_allowed: 2_000, + }, ]; const selfServicePromos: readonly SelfServicePromoCreditCategoryConfig[] =