File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -647,6 +647,26 @@ const encryptedSelfServicePromos: readonly EncryptedSelfServicePromoCreditCatego
647647 description : 'Builders event promotional credit' ,
648648 total_redemptions_allowed : 200 ,
649649 } ,
650+ {
651+ encrypted_credit_category : 'eAvvANNkXdXdhto8/cw31w==:8PjtR26E3MOZqyhVG6r30g==:2OJb8DiaCA==' ,
652+ is_user_selfservicable : true ,
653+ is_idempotent : true ,
654+ amount_usd : 10 ,
655+ expiry_hours : 30 * 24 ,
656+ promotion_ends_at : new Date ( '2026-04-30' ) ,
657+ description : 'New York City ClawCon Credits' ,
658+ total_redemptions_allowed : 2000 ,
659+ } ,
660+ {
661+ encrypted_credit_category : 'FCD+K/F3UGQR533OdgPViQ==:n5QOBh7aSdIR/hxdtBI7gA==:LkUxLKCCiQw=' ,
662+ is_user_selfservicable : true ,
663+ is_idempotent : true ,
664+ amount_usd : 10 ,
665+ expiry_hours : 30 * 24 ,
666+ promotion_ends_at : new Date ( '2026-04-30' ) ,
667+ description : 'Austin ClawCon Credits' ,
668+ total_redemptions_allowed : 2000 ,
669+ } ,
650670] ;
651671
652672const selfServicePromos : readonly SelfServicePromoCreditCategoryConfig [ ] =
You can’t perform that action at this time.
0 commit comments