forked from Junirezz/YieldVault-RWA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (16 loc) · 869 Bytes
/
Copy path.env.example
File metadata and controls
18 lines (16 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Required for on-chain vault reads (deposit/withdraw/share price). After CI deploy,
# copy contract_id from deployment.json into VITE_VAULT_CONTRACT_ID, then run:
# npm run validate:frontend-env -- --env-file frontend/.env.local --strict
VITE_SOROBAN_RPC_URL=https://soroban-testnet.stellar.org
VITE_STELLAR_NETWORK_PASSPHRASE=Test SDF Network ; September 2015
VITE_VAULT_CONTRACT_ID=
VITE_FF_ANALYTICS_PAGE=true
# Comma-separated wallet addresses granted the "admin" role in the frontend
# nav/route guards (see frontend/src/lib/roles.ts). Optional – leave blank to
# disable the admin console for all wallets. Not a security boundary: this
# ships in the client bundle, so privileged backend actions must still be
# authorized server-side.
VITE_ADMIN_WALLETS=
# Sentry Error Monitoring (optional – leave blank to disable)
VITE_SENTRY_DSN=
SENTRY_AUTH_TOKEN=