1
+ # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2
+ # Public Variables
3
+ # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
4
+ # Public Provider(s) - Useful for testing
5
+ NEXT_PUBLIC_USE_PUBLIC_PROVIDER = true
6
+
7
+ # Alchemy: https://www.alchemy.com
8
+ NEXT_PUBLIC_ALCHEMY_API_KEY =
9
+
10
+ # Infura: https://www.infura.io
11
+ NEXT_PUBLIC_INFURA_API_KEY =
12
+
13
+ # Enables the use of production networks in the development environment
14
+ NEXT_PUBLIC_PROD_NETWORKS_DEV = false
15
+
16
+ # Livepeer: https://livepeer.com
17
+ NEXT_PUBLIC_LIVEPEER_API_KEY =
18
+
19
+ # Website URL
20
+ NEXT_PUBLIC_SITE_URL =
21
+
22
+ # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
23
+ # Private Variables
24
+ # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
25
+ # Generate one here: https://generate-secret.vercel.app/32
26
+ NEXTAUTH_SECRET =
27
+
28
+ # Prisma: https://www.prisma.io
29
+ DATABASE_URL =
30
+
31
+ # Users to be added as admins. Separate with commas. Can access the application database
32
+ # Example: "0x123,0x456"
33
+ APP_ADMINS = " "
34
+
35
+ # Disco: https://docs.disco.xyz
36
+ # Request API access at https://discoxyz.typeform.com/requestapi
37
+ DISCO_API_KEY =
38
+
39
+ # Etherscan: https://docs.etherscan.io
40
+ ETHERSCAN_API_KEY =
41
+ ETHERSCAN_API_KEY_OPTIMISM =
42
+ ETHERSCAN_API_KEY_ARBITRUM =
43
+ ETHERSCAN_API_KEY_POLYGON =
44
+
45
+ # OpenAI API Key: https://platform.openai.com/account/api-keys
46
+ OPENAI_API_KEY =
47
+
48
+ # Moralis API Key: https://admin.moralis.io/settings#secret-keys
49
+ MORALIS_API_KEY =
50
+
51
+ # Gitcoin Passport Scorer ID and API key: https://scorer.gitcoin.co/#/dashboard/scorer
52
+ GITCOIN_PASSPORT_SCORER_ID =
53
+ GITCOIN_PASSPORT_API_KEY =
0 commit comments