Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ OPENAI_API_KEY=your_key_here
ANTHROPIC_API_KEY=your_key_here

# RPC Configuration
ETH_RPC_URL=your_ethereum_rpc_url
ETH_SEPOLIA_RPC_URL=your_ethereum_sepolia_rpc_url
BASE_RPC_URL=your_base_rpc_url
BASE_SEPOLIA_RPC_URL=your_base_rpc_url
SOLANA_RPC_URL=your_solana_rpc_url
# NOTE: These are public RPC endpoints. For production use, consider using a private RPC provider (e.g., Infura, Alchemy, QuickNode) for better reliability.
ETH_RPC_URL=https://eth.llamarpc.com
ETH_SEPOLIA_RPC_URL=https://sepolia.drpc.org
BASE_RPC_URL=https://mainnet.base.org
BASE_SEPOLIA_RPC_URL=https://sepolia.base.org
SOLANA_RPC_URL=https://api.mainnet-beta.solana.com

# Alchemy Configuration
ALCHEMY_API_KEY=
Expand Down