-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (19 loc) · 1.25 KB
/
Copy path.env.example
File metadata and controls
26 lines (19 loc) · 1.25 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
# polar-bear-rig-onchain - environment configuration
# Copy this file to .env and fill in your values.
# NEVER commit .env to version control - it is in .gitignore.
# ── Required ─────────────────────────────────────────────────────────────────
# Anthropic API key - powers the rig-core agent LLM backbone.
# Get yours at: https://console.anthropic.com/
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# ── Optional ──────────────────────────────────────────────────────────────────
# Solana devnet wallet address to query.
# Defaults to a public devnet address if not set.
# DO NOT use a mainnet address - this pipeline is devnet-only.
WALLET_ADDRESS=4Nd1mBQtrMJVYVfKf2PX99kkXz36o2gWHa9zSX6TQKL
# Solana RPC endpoint. Defaults to https://api.devnet.solana.com
# SOLANA_RPC_URL=https://api.devnet.solana.com
# Set to false to attempt live swaps (not recommended in this repo).
# DRY_RUN=true
# Logging verbosity.
# Default filter: polar_bear_rig_onchain=debug
RUST_LOG=polar_bear_rig_onchain=info,warn