-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
44 lines (35 loc) · 1.44 KB
/
Copy path.env.example
File metadata and controls
44 lines (35 loc) · 1.44 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# ============ Blockchain ============
# 0G Chain Galileo Testnet
OG_RPC_URL=https://evmrpc-testnet.0g.ai
OG_CHAIN_ID=16602
DEPLOYER_PRIVATE_KEY= # Private key for contract deployment (never commit)
ORCHESTRATOR_ADDRESS= # EOA address that records outcomes to AgentReputation
# ============ Contract Addresses (populated after deployment) ============
YIELD_SWARM_REGISTRY=
STRATEGY_VAULT=
AGENT_REPUTATION=
SMART_ACCOUNT_FACTORY=
SESSION_KEY_MODULE=
# ============ Sponsor APIs ============
# Uniswap Trading API (https://developers.uniswap.org/dashboard)
UNISWAP_API_KEY=
# KeeperHub (https://keeperhub.com)
KEEPERHUB_API_KEY=kh_
KEEPERHUB_TEMPLATE_ID= # Workflow template ID (from go-live published workflow)
# ============ LLM ============
# OpenRouter (https://openrouter.ai) — used by agent pipeline
OPENROUTER_API_KEY=
# Anthropic (Standard plan: user's key; Hackathon: our demo key)
ANTHROPIC_API_KEY=
# ============ Storage & Sessions ============
# Upstash Redis (https://upstash.com)
UPSTASH_REDIS_REST_URL=
UPSTASH_REDIS_REST_TOKEN=
# 0G Storage (no API key needed — uses signature auth)
OG_STORAGE_INDEXER=https://indexer-storage-testnet-turbo.0g.ai
# ============ Security ============
# AES-256-GCM key for encrypting user API keys at rest
ENCRYPTION_SECRET=
# ============ App ============
NEXT_PUBLIC_APP_URL=http://localhost:3000
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID= # From https://cloud.walletconnect.com