-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (23 loc) · 1.4 KB
/
.env.example
File metadata and controls
31 lines (23 loc) · 1.4 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
# KaiSign MCP Server - Environment Variables
# Copy this file to .env and fill in your values
# ─── Bankrbot Integration ───────────────────────────────────
# Required for Bankrbot transaction building features
BANKR_API_KEY=
# Optional: Custom Bankrbot API endpoint
# BANKR_API_URL=https://api.bankr.bot
# ─── KaiSign API ────────────────────────────────────────────
# Optional: Custom KaiSign API endpoint
# KAISIGN_API_URL=https://kai-sign-production.up.railway.app
# ─── RPC URLs ───────────────────────────────────────────────
# Optional: Override default public RPC endpoints
# Using authenticated RPCs (Alchemy, Infura, etc.) is recommended for production
# Ethereum Mainnet (Chain ID: 1)
# ETH_RPC_URL=https://eth-mainnet.g.alchemy.com/v2/YOUR_KEY
# Base (Chain ID: 8453)
# BASE_RPC_URL=https://base-mainnet.g.alchemy.com/v2/YOUR_KEY
# Optimism (Chain ID: 10)
# OPTIMISM_RPC_URL=https://opt-mainnet.g.alchemy.com/v2/YOUR_KEY
# Arbitrum (Chain ID: 42161)
# ARBITRUM_RPC_URL=https://arb-mainnet.g.alchemy.com/v2/YOUR_KEY
# Sepolia Testnet (Chain ID: 11155111) - Used for KaiSign Registry
# SEPOLIA_RPC_URL=https://eth-sepolia.g.alchemy.com/v2/YOUR_KEY