-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (23 loc) · 866 Bytes
/
.env.example
File metadata and controls
29 lines (23 loc) · 866 Bytes
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
27
28
29
# ─── GuardianClaw Environment Variables ───────────────────────────
# Copy this file to .env and fill in your values
# Private key for deploying contracts (WITHOUT 0x prefix)
PRIVATE_KEY=
# RPC Endpoints (defaults are BNB Chain public RPCs)
BSC_TESTNET_RPC=https://data-seed-prebsc-1-s1.binance.org:8545/
OPBNB_TESTNET_RPC=https://opbnb-testnet-rpc.bnbchain.org
# Block Explorer API Keys (for contract verification)
BSCSCAN_API_KEY=
OPBNB_API_KEY=
# Agent Configuration
OPENAI_API_KEY=
AGENT_SESSION_KEY_DURATION=86400
# Relayer
RELAYER_PRIVATE_KEY=
RELAYER_PORT=3001
# Frontend
VITE_RPC_URL=https://opbnb-testnet-rpc.bnbchain.org
VITE_CHAIN_ID=5611
VITE_GUARDIAN_WALLET_ADDRESS=
VITE_POLICY_GUARD_ADDRESS=
VITE_AUDIT_NFT_ADDRESS=
VITE_RELAYER_URL=http://localhost:3001