Hey is a decentralized and permissionless social media app built with Lens Protocol 馃尶
at main 10 lines 228 B view raw
1declare namespace NodeJS { 2 interface ProcessEnv { 3 LENS_NETWORK: string; 4 LENS_DATABASE_URL: string; 5 PRIVATE_KEY: string; 6 EVER_ACCESS_KEY: string; 7 EVER_ACCESS_SECRET: string; 8 SHARED_SECRET: string; 9 } 10}