-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
32 lines (25 loc) · 1.15 KB
/
Copy path.env.example
File metadata and controls
32 lines (25 loc) · 1.15 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
# Telegram
TELEGRAM_BOT_TOKEN= # Get from @BotFather
# Groq AI
GROQ_API_KEY= # Groq Llama 3 API Key
# Chain — Base
BASE_TESTNET_RPC=https://sepolia.base.org
AGENT_PRIVATE_KEY= # Agent wallet private key (holds/releases funds)
ESCROW_CONTRACT_ADDRESS= # Filled after Base deployment
# Chain — X Layer Mainnet (chain ID 196)
XLAYER_RPC=https://rpc.xlayer.tech
XLAYER_ESCROW_CONTRACT_ADDRESS= # Filled after X Layer deployment
XLAYER_DEVELOPER_KEY= # From OKX Developer Portal
XLAYER_SECRET_KEY= # From OKX Developer Portal
OKX_PASSPHRASE= # From OKX Developer Portal (required for Onchain OS auth)
# EAS
EAS_CONTRACT_ADDRESS=0x4200000000000000000000000000000000000021
# Config
DISPUTE_WINDOW_SECONDS=86400 # 24hrs prod — use 120 for testing
# ENS
# ENS_RPC_URL=https://eth.llamarpc.com
# Synthesis Hackathon
SYNTHESIS_API_KEY= # sk-synth-* — save from registration
SYNTHESIS_PARTICIPANT_ID= # From registration response
SYNTHESIS_TEAM_ID= # From registration response
SYNTHESIS_REGISTRATION_TX= # On-chain ERC-8004 identity tx hash