-
-
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) · 843 Bytes
/
.env.example
File metadata and controls
31 lines (23 loc) · 843 Bytes
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
# Treasury keypair (path to JSON file with byte array)
DEVSOL_TREASURY_KEYPAIR=
# x402 facilitator URL
DEVSOL_X402_FACILITATOR_URL=https://x402.org/facilitator
# Server port
DEVSOL_PORT=3100
# Solana RPC endpoints
DEVSOL_DEVNET_RPC=https://api.devnet.solana.com
DEVSOL_DEVNET_WSS=wss://api.devnet.solana.com
DEVSOL_MAINNET_RPC=https://api.mainnet-beta.solana.com
DEVSOL_MAINNET_WSS=wss://api.mainnet-beta.solana.com
# Pricing (USDC per SOL)
DEVSOL_BUY_PRICE=1.05
DEVSOL_SELL_PRICE=0.95
# Solana mainnet network ID (CAIP-2) for x402 payments
DEVSOL_SVM_NETWORK=solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
# SQLite database path
DEVSOL_DB_PATH=./devsol.db
# Mainnet USDC hot wallet keypair (path to JSON file — required for sell payouts)
DEVSOL_MAINNET_KEYPAIR=
# Payout safety limits
DEVSOL_MAX_PAYOUT_USDC=100
DEVSOL_MIN_RESERVE_USDC=50