feat: update constant writes

This commit is contained in:
veganbeef
2025-07-01 17:27:24 -07:00
parent e20a2a397d
commit 6f0300fd7c
4 changed files with 65 additions and 34 deletions

View File

@@ -90,3 +90,12 @@ export const APP_WEBHOOK_URL = process.env.NEYNAR_API_KEY && process.env.NEYNAR_
* Useful for mini apps that don't require wallet integration.
*/
export const USE_WALLET = true;
/**
* Flag to enable/disable analytics tracking.
*
* When true, usage analytics are collected and sent to Neynar.
* When false, analytics collection is disabled.
* Useful for privacy-conscious users or development environments.
*/
export const ANALYTICS_ENABLED = true;