-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.example
25 lines (23 loc) · 1.12 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
# use localhost for local development, update it to your public url when deployed
NEXT_PUBLIC_HOST="http://localhost:3000/"
# (Optional) obtain the ZORA API KEY from https://keys.api.zora.co/
ZORA_API_KEY=""
# obtain the ENSO API KEY from https://enso.finance
ENSO_API_KEY=""
# Optional
# (Optional)
FEE_RECEIVER=""
# (Optional)
FEE=""
# (Optional)
CHAIN_ID=""
# (Optional) obtain the ZORA REFERRAL ADDRESS (referral for mints)
ZORA_REFERRAL_ADDRESS=""
# Example: FARCASTER_DEVELOPER_MNEMONIC="candy gibraltar foxtrot kilo barnacles foxes ..."
# (OPTIONAL) Needed for the debugger to create a real Farcaster signer. Get this by exporting your seed phrase from the Warpcast app. Don't share that seed phrase with anyone.
FARCASTER_DEVELOPER_MNEMONIC=""
# (OPTIONAL) Only needed for the debugger to create a real Farcaster signer. Get this by visiting your Warpccast profile, pressing the kebab (three dots) menu and then "About" and then your fid should be there.
# Example: FARCASTER_DEVELOPER_FID=1214
FARCASTER_DEVELOPER_FID=""
# (OPTIONAL) Hub URL to use for the debugger. If not set, the debugger will use the default hub URL.
DEBUGGER_URL=""