All checks were successful
CI / lint-and-test (push) Successful in 9m52s
Co-authored-by: Cursor <cursoragent@cursor.com>
16 lines
574 B
Plaintext
16 lines
574 B
Plaintext
# Chain 138 — browser clients use public HTTPS RPC; backend/indexer use LAN RPC_URL
|
|
NEXT_PUBLIC_CHAIN138_RPC_URL=https://rpc-http-pub.d-bis.org
|
|
NEXT_PUBLIC_CHAIN138_WS_URL=
|
|
NEXT_PUBLIC_CHAIN138_EXPLORER_URL=https://explorer.d-bis.org
|
|
NEXT_PUBLIC_CHAIN_ID=138
|
|
|
|
# Contract Addresses (update after deployment)
|
|
NEXT_PUBLIC_TREASURY_WALLET_ADDRESS=
|
|
NEXT_PUBLIC_SUB_ACCOUNT_FACTORY_ADDRESS=
|
|
|
|
# WalletConnect
|
|
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=your_walletconnect_project_id
|
|
|
|
# Empty = same-origin /api/ via nginx; set only for direct backend access in dev
|
|
NEXT_PUBLIC_API_URL=
|