-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.json
39 lines (36 loc) · 1021 Bytes
/
config.json
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
{
"network": "mainnet",
"endpoint": "https://api.mainnet-beta.solana.com",
"programId": "ZETAxsqBRek56DhiGXrn75yj2NHU3aYUnxvHXpkf3aD",
"hedgeExchange": "bybit",
"quoteIntervalMs": 30000,
"markPriceStaleIntervalMs": 5000,
"positionRefreshIntervalMs": 10000,
"riskStatsFetchIntervalMs": 30000,
"lockingIntervalMs": 3000,
"tifExpiryOffsetMs": 30000,
"cashDeltaHedgeThreshold": 15,
"webServerPort": 85,
"assets": {
"SOL": {
"maxZetaCashExposure": 10,
"maxNetCashDelta": 1000,
"quoteLotSize": 0.01,
"widthBps": 12,
"requoteBps": 1,
"instruments": [
{
"marketIndex": 137,
"levels": [
{ "priceIncr": 0.0, "quoteCashDelta": 5 },
{ "priceIncr": 0.0005, "quoteCashDelta": 5 },
{ "priceIncr": 0.001, "quoteCashDelta": 5 },
{ "priceIncr": 0.0015, "quoteCashDelta": 5 },
{ "priceIncr": 0.004, "quoteCashDelta": 5 }
]
}
],
"leanBps": 5
}
}
}