-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslick_sim.json
More file actions
59 lines (59 loc) · 1.53 KB
/
Copy pathslick_sim.json
File metadata and controls
59 lines (59 loc) · 1.53 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
50
51
52
53
54
55
56
57
58
59
{
"log_level": "debug",
"exchanges": {
"coinbase": {
"request_queue_size": 16777216,
"response_queue_size": 16777216,
"md_queue_size": 16777216,
"self_match_prevention": "none",
"md_feeds": [
{
"type": "coinbase_live_ws"
}
],
"order_gateway": {
"rest": {
"port": 4000
},
"ws": {
"port": 4001
}
},
"md_publisher": {
"port": 5000
}
},
"hyperliquid": {
"md_feeds": [
{
"type": "hyperliquid_live_ws",
"base_url": "https://api.hyperliquid.xyz"
}
],
"order_gateway": {
"port": 4002,
"base_url": "https://api.hyperliquid.xyz",
"default_wallet": "0x0000000000000000000000000000000000000001"
},
"md_publisher": {
"port": 5001
}
},
"cme": {
"enabled": false,
"md_feeds": [
{
"type": "mbo_live_feed",
"address": "",
"port": ""
}
],
"order_gateway": {
"port": 4003
},
"md_publisher": {
"port": 5002
}
}
}
}