-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
31 lines (26 loc) · 836 Bytes
/
.env.example
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
# Bot Configuration
AMOUNT=0.001
DELAY=1000
MONITOR_INTERVAL=1000
SLIPPAGE=25
PRIORITY_FEE=0.00005
JITO=false
RPC_URL="https://rpc-mainnet.solanatracker/?api_key=xxxx" # Your RPC URL or get one here. https://www.solanatracker.io/solana-rpc
WS_URL="wss://websocket-example.com" # Websocket URL from Solana Tracker: https://docs.solanatracker.io/public-data-api/websocket
# Token Filtering
MIN_LIQUIDITY=1000
MAX_LIQUIDITY=1000000
MIN_MARKET_CAP=2000
MAX_MARKET_CAP=10000000
MIN_RISK_SCORE=0
MAX_RISK_SCORE=8
REQUIRE_SOCIAL_DATA=false
# PnL Thresholds
MAX_NEGATIVE_PNL=-50
MAX_POSITIVE_PNL=5
# Markets
MARKETS=raydium,orca,pumpfun,moonshot,raydium-cpmm
# Wallet
PRIVATE_KEY=YOUR_PRIVATE_KEY
# API Key from Solana Tarcker
API_KEY=507c5ec3-2d75-404b-b3cf-xxxxxx #Your API Key from Solana Tracker (https://www.solanatracker.io/data-api)