-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
28 lines (21 loc) · 954 Bytes
/
Copy pathenv.example
File metadata and controls
28 lines (21 loc) · 954 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
28
# BaseTime Environment Variables
# Copy this file to .env.local and fill in your values
# App Configuration
NEXT_PUBLIC_APP_URL=https://basetime.vercel.app
# Contract Addresses (deployed on Base mainnet)
NEXT_PUBLIC_EVENT_REGISTRY_ADDRESS=0xF64225680f9545364Dbd0Be0aa55665e4230a5c3
NEXT_PUBLIC_RSVP_TOKEN_ADDRESS=0xD7372B533E0Bb081Ef9cb5279170f2aF362f4E1C
# OnchainKit Configuration
NEXT_PUBLIC_ONCHAINKIT_API_KEY=your_onchainkit_api_key_here
# WalletConnect Configuration
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=your_walletconnect_project_id_here
# Base Mainnet Configuration
NEXT_PUBLIC_CHAIN_ID=8453
NEXT_PUBLIC_RPC_URL=https://mainnet.base.org
# IPFS Configuration (optional - for TBA Post image uploads)
PINATA_API_KEY=your_pinata_api_key_here
PINATA_SECRET_KEY=your_pinata_secret_key_here
NEXT_PUBLIC_PINATA_JWT=your_pinata_jwt_token_here
# Deployment Configuration
PRIVATE_KEY=your_private_key_here
BASESCAN_API_KEY=your_basescan_api_key_here