-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
37 lines (30 loc) · 1.26 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Public Variables
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Public Provider(s) - Useful for testing
NEXT_PUBLIC_USE_PUBLIC_PROVIDER=false
# Hardhat: https://hardhat.org
NEXT_PUBLIC_USE_HARDHAT_PROVIDER=false
# Alchemy: https://www.alchemy.com
NEXT_PUBLIC_ALCHEMY_API_KEY=
# Infura: https://www.infura.io
NEXT_PUBLIC_INFURA_API_KEY=
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Private Variables
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Generate one here: https://generate-secret.vercel.app/32
NEXTAUTH_SECRET=
# Prisma: https://www.prisma.io
# For example, you could get a MongoDB by using MongoDB Atlas https://www.mongodb.com/cloud/atlas, or MySQL at https://planetscale.com/
DATABASE_URL=
# Users (in Ethereum addresses) to be added as white list users. Separate with commas. Can access the application.
# Example: "0x123,0x456"
APP_WHITE_LIST=""
# https://etherscan.io/myapikey
ETHERSCAN_API_KEY=
# https://optimistic.etherscan.io/myapikey
ETHERSCAN_API_KEY_OPTIMISM=
# https://arbiscan.io/myapikey
ETHERSCAN_API_KEY_ARBITRUM=
# https://polygonscan.com/myapikey
ETHERSCAN_API_KEY_POLYGON=