-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy path.env.sample
More file actions
27 lines (22 loc) · 926 Bytes
/
.env.sample
File metadata and controls
27 lines (22 loc) · 926 Bytes
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
NEXT_PUBLIC_RPC_URL=https://starknet-mainnet.public.blastapi.io/rpc/v0_7
RPC_URL=https://starknet-mainnet.public.blastapi.io/rpc/v0_7
HOSTNAME=http://localhost:3000
# Referral and Signing storage DB, not required unless u r testing this feature
DATABASE_URL=
# OG NFT Signer. Not required unless u r testing this feature
# Note: Below sample addresses are for Sepolia testnet
ACCOUNT_PK=0x0574ba4998dd9aedf1c4d6e56b747b29256a795bc3846437d121cd64b972bdd8
NEXT_PUBLIC_OG_NFT_CONTRACT=0x3cb654f2f557a7f71a0c16d97c05a2dec62a0b744979d11afc95b804e1d7307
# Not required unless u want to schedule some job on vercel
CRON_SECRET=
# mainnet or sepolia
# Note: Not everything is supported on sepolia
# Default: mainnet
NEXT_PUBLIC_NETWORK=mainnet
# To enable API caching
VK_REDIS_KV_URL=
VK_REDIS_KV_REST_API_READ_ONLY_TOKEN=
VK_REDIS_REDIS_URL=
VK_REDIS_KV_REST_API_TOKEN=
VK_REDIS_KV_REST_API_URL=
VK_REDIS_PREFIX="strkfarm::beta"