-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
45 lines (38 loc) · 2.18 KB
/
.env.example
File metadata and controls
45 lines (38 loc) · 2.18 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
45
# CornerStone MCP autonomous agent – copy to autonomous/.env
# See demo_mcp/README.md § Configuration for full reference.
MCP_SERVER_URL=https://arnstein.ch
# -----------------------------------------------------------------------------
# x402 Facilitator
# -----------------------------------------------------------------------------
# Aptos: run_prediction, run_backtest. Use public for full demo including open_bank_account.
# Use x402-navy.vercel.app; facilitator.x402.org may not resolve (DNS ENOTFOUND).
X402_FACILITATOR_URL=https://x402-navy.vercel.app/facilitator
# EVM: open_bank_account. Defaults to X402_FACILITATOR_URL when using local Aptos facilitator
# X402_EVM_FACILITATOR_URL=https://x402-navy.vercel.app/facilitator
# -----------------------------------------------------------------------------
# LLM (OpenAI-compatible)
# -----------------------------------------------------------------------------
# e.g. Hugging Face router
LLM_BASE_URL=https://router.huggingface.co/v1
# Hugging Face token for inference
HUGGINGFACE_API_KEY=
# or HF_TOKEN=
LLM_MODEL=deepseek-ai/DeepSeek-V3.2-Exp:novita
# -----------------------------------------------------------------------------
# Wallets
# -----------------------------------------------------------------------------
# Paths to wallet JSON files (create with node src/setup-aptos.js and node src/setup.js)
APTOS_WALLET_PATH=~/.aptos-agent-wallet.json
EVM_WALLET_PATH=~/.evm-wallet.json
# Optional: use env key instead of file (e.g. MetaMask export). Whitelist that address at https://arnstein.ch/flow.html
# EVM_PRIVATE_KEY=0x...
# -----------------------------------------------------------------------------
# Aptos crediting (credit_aptos_wallet tool)
# -----------------------------------------------------------------------------
# devnet = programmatic faucet; testnet = instructions only (demo MCP uses testnet)
# APTOS_FAUCET_NETWORK=testnet
# -----------------------------------------------------------------------------
# EVM / Base Sepolia (open_bank_account)
# -----------------------------------------------------------------------------
BASE_SEPOLIA_RPC=https://sepolia.base.org
# BASE_SEPOLIA_USDC=0x036CbD53842c5426634e7929541eC2318f3dCF7e