-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.sample
26 lines (22 loc) · 898 Bytes
/
.env.sample
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
# Logo
NEXT_PUBLIC_LOGO_PATH="/logo.png"
# Home page
NEXT_PUBLIC_URL="http://localhost:3000/"
NEXT_PUBLIC_TOKEN_NAME="ΞTOKEN"
NEXT_PUBLIC_HEADING="Some heading about airdrop"
NEXT_PUBLIC_DESCRIPTION="Some incredibly long description about airdrop that tells the reader what they stand to benefit by spending their ETH, paying gas, and claiming your airdrop."
NEXT_PUBLIC_DISCLAIMER="Some incredibly long disclaimer about airdrop that tells the reader"
# Social links
NEXT_PUBLIC_DISCORD="https://discord.gg/"
NEXT_PUBLIC_TWITTER="https://twitter.com/"
NEXT_PUBLIC_ARTICLE="https://mirror.xyz/"
NEXT_PUBLIC_GITHUB="https://github.com/"
# Other links
NEXT_PUBLIC_bDEI=""
NEXT_PUBLIC_SCREAM=""
NEXT_PUBLIC_FUSD=""
# Functionality
NEXT_PUBLIC_CONTRACT_ADDRESS="0x..."
NEXT_PUBLIC_RPC_NETWORK="4"
NEXT_PUBLIC_RPC_URL="https://eth-rinkeby.alchemyapi.io/v2/your_api_key"
NEXT_PUBLIC_WC_PROJECT_ID=""