Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 588 Bytes

File metadata and controls

17 lines (14 loc) · 588 Bytes

App Metadata

VITE_APP_NAME=SandBlox VITE_APP_DESCRIPTION=Sandbox for Blox operations VITE_APP_URL=http://localhost:5173

WalletConnect (Required for RainbowKit modal; leave empty to disable WalletConnect)

VITE_WALLET_CONNECT_PROJECT_ID=

Safe (Optional)

API key for Safe services if used by your setup

VITE_SAFE_API_KEY=

Content Security Policy (Optional)

This feeds %VITE_CSP_SCRIPT_SRC% in index.html during build. Leave empty to inject nothing.

Example (uncomment to allow wasm eval in dev):

VITE_CSP_SCRIPT_SRC='"wasm-unsafe-eval" "unsafe-eval"'

VITE_CSP_SCRIPT_SRC=