-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.example
More file actions
77 lines (65 loc) · 2.84 KB
/
.env.example
File metadata and controls
77 lines (65 loc) · 2.84 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Sweep Environment Variables
# Copy to .env and fill in your values
# For Railway: Use Shared Variables to sync across services
# ============================================================================
# Database & Cache (Railway auto-provisions these)
# ============================================================================
DATABASE_URL=postgresql://sweep:sweep@localhost:5432/sweep
REDIS_URL=redis://localhost:6379
# ============================================================================
# RPC Endpoints
# For Railway: Use ${{ALCHEMY_API_KEY}} reference syntax
# ============================================================================
# EVM Chains
RPC_ETHEREUM=https://eth-mainnet.g.alchemy.com/v2/YOUR_KEY
RPC_BASE=https://base-mainnet.g.alchemy.com/v2/YOUR_KEY
RPC_ARBITRUM=https://arb-mainnet.g.alchemy.com/v2/YOUR_KEY
RPC_POLYGON=https://polygon-mainnet.g.alchemy.com/v2/YOUR_KEY
RPC_BSC=https://bsc-dataseed1.binance.org
RPC_LINEA=https://linea-mainnet.g.alchemy.com/v2/YOUR_KEY
RPC_OPTIMISM=https://opt-mainnet.g.alchemy.com/v2/YOUR_KEY
# Solana
RPC_SOLANA=https://api.mainnet-beta.solana.com
# ============================================================================
# Price & Data APIs
# ============================================================================
COINGECKO_API_KEY=
DEFILLAMA_API_KEY=
# ============================================================================
# DEX Aggregators
# ============================================================================
ONEINCH_API_KEY=
LIFI_API_KEY=
JUPITER_API_KEY=
# ============================================================================
# Account Abstraction (ERC-4337)
# ============================================================================
# Bundler providers (at least one required for gasless transactions)
PIMLICO_API_KEY=
ALCHEMY_API_KEY=
# Coinbase Paymaster (for sponsored transactions)
COINBASE_PAYMASTER_URL=
# Self-hosted paymaster signer (optional)
PAYMASTER_SIGNER_KEY=
# ============================================================================
# Solana Enhanced
# ============================================================================
HELIUS_API_KEY=
JITO_TIP_LAMPORTS=10000
# ============================================================================
# Security & Simulation
# ============================================================================
TENDERLY_ACCESS_KEY=
TENDERLY_ACCOUNT=
TENDERLY_PROJECT=
GOPLUS_API_KEY=
# ============================================================================
# Server Configuration
# ============================================================================
PORT=3000
NODE_ENV=development
# ============================================================================
# Monitoring & Observability
# ============================================================================
SENTRY_DSN=
DATADOG_API_KEY=