-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.env.example
More file actions
51 lines (37 loc) · 1.59 KB
/
.env.example
File metadata and controls
51 lines (37 loc) · 1.59 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
# =============================================================================
# Multiple gRPC endpoints for comparison (pattern: GRPC_URL_*, GRPC_NAME_*, GRPC_TOKEN_*)
# =============================================================================
# Endpoint 1 - Custom Node
GRPC_URL_1=http://64.130.32.158:10900
GRPC_NAME_1=Custom_Node
GRPC_TOKEN_1=
# Endpoint 2 - PublicNode Default
GRPC_URL_2=https://solana-yellowstone-grpc.publicnode.com:443
GRPC_NAME_2=PublicNode_Default
GRPC_TOKEN_2=
# Add more endpoints as needed (increment the number)
# GRPC_URL_3=https://another-endpoint.com:443
# GRPC_NAME_3=Another_Node
# GRPC_TOKEN_3=your-token-here
# Test duration for endpoint comparison in seconds
GRPC_COMPARISON_DURATION_SEC=30
# Concurrency level for parallel tests (0 for serial mode)
CONCURRENCY=10
# =============================================================================
# Latency Test Configuration (latency-test binary)
# =============================================================================
# Default gRPC endpoint (used by latency-test and other tools)
GRPC_URL=https://solana-yellowstone-grpc.publicnode.com:443
GRPC_TOKEN=
# Number of ping requests to send
TOTAL_ROUNDS=10
# Interval between pings in milliseconds (serial mode only)
PING_INTERVAL_MS=1000
# Test timeout in seconds
TEST_TIMEOUT=120
# =============================================================================
# Jito Configuration
# =============================================================================
# Jito Block Engine endpoint
JITO_URL=https://amsterdam.mainnet.block-engine.jito.wtf
JITO_CONCURRENCY=10