21 lines
622 B
Plaintext
21 lines
622 B
Plaintext
# Development Environment Variables
|
|
# Copy this file to .env.local for local development
|
|
|
|
# Chain 138 Configuration
|
|
NEXT_PUBLIC_CHAIN138_RPC_URL=http://192.168.11.250:8545
|
|
NEXT_PUBLIC_CHAIN138_WS_URL=ws://192.168.11.250:8546
|
|
NEXT_PUBLIC_CHAIN_ID=138
|
|
|
|
# Sepolia Testnet (for testing)
|
|
NEXT_PUBLIC_SEPOLIA_RPC_URL=https://eth-sepolia.g.alchemy.com/v2/your_api_key
|
|
|
|
# Contract Addresses
|
|
NEXT_PUBLIC_TREASURY_WALLET_ADDRESS=
|
|
NEXT_PUBLIC_SUB_ACCOUNT_FACTORY_ADDRESS=
|
|
|
|
# WalletConnect
|
|
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=your_walletconnect_project_id
|
|
|
|
# Backend API (local development)
|
|
NEXT_PUBLIC_API_URL=http://localhost:3001
|