-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (22 loc) · 1.34 KB
/
Copy path.env.example
File metadata and controls
27 lines (22 loc) · 1.34 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
27
# ─── Public (NEXT_PUBLIC_*) ────────────────────────────────────────────────
# Chain & RPC (Base Sepolia recommended; cheap + fast + supports 7702)
NEXT_PUBLIC_CHAIN_ID=84532
NEXT_PUBLIC_RPC_URL=https://sepolia.base.org
NEXT_PUBLIC_EXPLORER_URL=https://sepolia.basescan.org
# WalletConnect (https://cloud.walletconnect.com — free)
NEXT_PUBLIC_WC_PROJECT_ID=
# 1Shot Permissionless Relayer (no signup required, public endpoint)
NEXT_PUBLIC_ONESHOT_RELAYER_URL=https://relayer.1shotapi.com
NEXT_PUBLIC_ONESHOT_CHAIN=base-sepolia
# Seller demo (x402-gated price oracle endpoint)
NEXT_PUBLIC_SELLER_URL=https://delegate-seller.vercel.app
# ─── Server-only ───────────────────────────────────────────────────────────
# Venice AI (https://venice.ai — OpenAI-compatible)
VENICE_API_KEY=
VENICE_MODEL=llama-3.3-70b
# Server-side EOA the agent broadcasts FROM. Fund this address with Base
# Sepolia ETH from https://www.alchemy.com/faucets/base-sepolia (free) and
# the dashboard will produce real BaseScan-clickable tx hashes on every
# trade decision. Without this set, /api/agent/execute returns labeled
# preview hashes only.
AGENT_PRIVATE_KEY=