-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.local.example
More file actions
26 lines (21 loc) · 1.08 KB
/
Copy path.env.local.example
File metadata and controls
26 lines (21 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Solana Devnet Configuration
NEXT_PUBLIC_SOLANA_RPC_URL=https://api.devnet.solana.com
NEXT_PUBLIC_RPC_URL=https://api.devnet.solana.com
NEXT_PUBLIC_CLUSTER=devnet
# Program Addresses
NEXT_PUBLIC_VAULT_PROGRAM_ID=H6vbfTp6XwfFSHWtpzjZuyrx6bpnp8Rwt6bVZAUT6vZf
NEXT_PUBLIC_VAULT_ADDRESS=HMkL7zzAroE919esVY6HSMYzB2ejHM5m4A8JKCSrgBXR
NEXT_PUBLIC_FNRX_MINT=BNBf6ed4h8dZiVd8wpUkcv8BUyFsp75eidkcUhSb94vj
# Agent pubkey (public key only — exposes a "View on Drift" link on executed
# decision cards). Safe to ship in the bundle.
NEXT_PUBLIC_AGENT_PUBKEY=
# ⚠ SERVER-ONLY env vars below — DO NOT prefix with NEXT_PUBLIC_.
# These never reach the browser bundle.
# Helius RPC (used server-side by /api/rpc proxy and /api/decisions cache).
# Get your key: https://dev.helius.xyz/dashboard/app → API Keys → devnet
# Format: https://devnet.helius-rpc.com/?api-key=YOUR_KEY
HELIUS_RPC_URL=
# Helius webhook bearer secret. /api/webhook rejects requests whose
# Authorization header doesn't match "Bearer <secret>". Configure in Helius
# dashboard under Webhook → Authentication.
HELIUS_WEBHOOK_SECRET=