Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿

chore: update environment variable naming for Lens network

yoginth.com 11ed1522 5aca3f60

verified
-1
-1
apps/web/src/hooks/useHasNewNotifications.ts
··· 10 10 const { lastSeenNotificationId } = useNotificationStore(); 11 11 12 12 const { data } = useNotificationIndicatorQuery({ 13 - pollInterval: 10000, 14 13 skip: !currentAccount, 15 14 variables: { request: { orderBy: NotificationOrderBy.Default } } 16 15 });