All checks were successful
CI / lint-and-test (push) Successful in 9m52s
Co-authored-by: Cursor <cursoragent@cursor.com>
22 lines
720 B
Plaintext
22 lines
720 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.211:8545
|
|
NEXT_PUBLIC_CHAIN138_WS_URL=ws://192.168.11.211: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 — free project ID at https://cloud.walletconnect.com
|
|
# Leave empty to disable WalletConnect (Injected + MetaMask still work)
|
|
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=
|
|
|
|
# Backend API (local development)
|
|
NEXT_PUBLIC_API_URL=http://localhost:3001
|