-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv.example
More file actions
46 lines (39 loc) · 1.48 KB
/
env.example
File metadata and controls
46 lines (39 loc) · 1.48 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
# ShadowSwap Configuration
# Copy this to .env and fill in your values
# ============================================
# Blockchain Configuration
# ============================================
RPC_URL=https://api.devnet.solana.com
WSS_URL=wss://api.devnet.solana.com
NETWORK=devnet
# ============================================
# Program & Accounts (Current Devnet Deployment)
# ============================================
PROGRAM_ID=ESHkd14KmUUJthjVqKoh7JP1oVVMFJCqPPkpsrJrT5Kt
ORDER_BOOK_PUBKEY=DneZLDgRwDoa7XViSEaAb9BGMj2R8frinJ3ydwAucyfz
CALLBACK_AUTH_PUBKEY=282CBgxHeKkgBxh5baFp75PTstb5sswFfjM8cn51pTG7
# ============================================
# Keeper Configuration
# ============================================
KEEPER_WALLET=3QsnGf33PAhSpXGSpZzRnPHvNAwHDUQ7jdPu71Le5jue
KEEPER_KEYPAIR_PATH=~/.config/solana/id.json
# ============================================
# Token Mints (Devnet)
# ============================================
SOL_MINT=So11111111111111111111111111111111111111112
USDC_MINT=4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU
# ============================================
# Matching Engine Settings
# ============================================
MATCH_INTERVAL=10000
MIN_MATCH_SIZE=1000000
# ============================================
# External Services
# ============================================
ARCIUM_MPC_URL=https://mpc.arcium.com
SANCTUM_GATEWAY_URL=https://gateway.sanctum.so
# Optional API Keys
ARCIUM_API_KEY=
SANCTUM_API_KEY=
JITO_BLOCK_ENGINE_URL=
JITO_TIP_ACCOUNT=