- Optional http() transport for 2138 when VITE_ENABLE_CHAIN2138 set - Document VITE_* 2138 vars in .env.example; augment vite-env.d.ts Made-with: Cursor
21 lines
892 B
Plaintext
21 lines
892 B
Plaintext
# Environment Variables for Admin Panel Bridge DApp
|
|
# Copy this file to .env.local (for local development) or .env.production (for production)
|
|
# DO NOT commit .env or .env.local to version control
|
|
|
|
# Required Environment Variables
|
|
# From cloud.reown.com (Reown / WalletConnect)
|
|
VITE_WALLETCONNECT_PROJECT_ID=your_reown_project_id_from_cloud_reown_com
|
|
VITE_THIRDWEB_CLIENT_ID=your_thirdweb_client_id_here
|
|
VITE_RPC_URL_138=https://rpc-http-pub.d-bis.org
|
|
|
|
# Defi Oracle Meta Testnet (chain ID 2138) — off unless VITE_ENABLE_CHAIN2138 is true or 1
|
|
# VITE_ENABLE_CHAIN2138=true
|
|
# VITE_RPC_URL_2138=https://rpc.public-2138.defi-oracle.io
|
|
# VITE_EXPLORER_URL_2138=https://public-2138.defi-oracle.io
|
|
|
|
# Optional Environment Variables
|
|
VITE_ETHERSCAN_API_KEY=YourApiKeyToken
|
|
VITE_SAFE_SERVICE_URL=https://safe-transaction-mainnet.safe.global
|
|
VITE_SENTRY_DSN=your_sentry_dsn_here
|
|
VITE_ENV=development
|