-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.json
More file actions
42 lines (42 loc) · 1.17 KB
/
Copy pathconfig.json
File metadata and controls
42 lines (42 loc) · 1.17 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
{
"chainstack": {
"rpcUrl": "https://solana-mainnet.quiknode.pro/",
"wsUrl": "wss://mainnet.helius-rpc.com/?api-key="
},
"solana": {
"commitment": "confirmed",
"maxSupportedTransactionVersion": 0
},
"publicKeys": {
"pumpProgramId": "6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P",
"globalAddress": "4wTV1YmiEkRvAtNtsSGPtUrqRYQMe5SKy2uB4Jjaxnjf",
"feeRecipient": "CebN5WGQ4jvEPvsVU4EoHEpgzq1VV7AbicfhtW4xC9iM",
"eventAuthority": "Ce6TQqeHC9p8KetsN6JsjHK7UTZk7nasjjnr7XxXp9F1"
},
"bot": {
"liquidityThreshold": 0.1,
"amountToBuy": 0.5,
"maxSolCost": 0.7,
"buyPriorityRate": 400000,
"sellPriorityRate": 300000,
"lastValidBlockHeightOffset": 2,
"totalLatencyThreshold": 1500,
"timeToDump": 0,
"maxRetries": 5,
"retryDelay": 1000,
"websiteUrl": "https://pump.fun/"
},
"transactions": {
"computeUnitLimit": 1000000,
"minFeeMultiplier": 5
},
"logging": {
"colors": {
"timestamp": "green",
"signature": "blue",
"latency": "magenta",
"tokenAddress": "yellow",
"separator": "red"
}
}
}