-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (23 loc) · 1.62 KB
/
Copy path.env.example
File metadata and controls
27 lines (23 loc) · 1.62 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
# ─── OKX OnchainOS API Credentials ────────────────────────────────────────────
# Get these from: https://web3.okx.com/onchainos/dev-portal
# NEVER commit your real .env file to git
OKX_API_KEY=your-api-key-here
OKX_SECRET_KEY=your-secret-key-here
OKX_PASSPHRASE=your-passphrase-here
# ─── Agentic Wallet ──────────────────────────────────────────────────────────
# Your agent's on-chain identity address (EVM)
AGENTIC_WALLET_ADDRESS=0x821b9cc6a54272d0b5b106416fe360c162f2af85
AGENT_SCAN_INTERVAL=300000
# ─── Server Config ───────────────────────────────────────────────────────────
PORT=3402
XLAYER_RPC_URL=https://rpc.xlayer.tech
CORS_ORIGIN=*
# ─── X402 Payment Config ─────────────────────────────────────────────────────
# Set to 'false' for production to enable real heartbeats
AGENT_DEMO_MODE=false
# Set to 'false' to require real x402 payments (requires USDC in sender wallet)
X402_DEMO_MODE=true
SCAN_PRICE_USD=0.005
# ─── Sportmonks Football API ─────────────────────────────────────────────────
# Get key from: https://www.sportmonks.com/
SPORTMONKS_API_KEY=your-sportmonks-api-key-here