forked from osmosis-labs/sqs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
65 lines (65 loc) · 1.99 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"debug": true,
"server-address": ":9092",
"timeout-duration-secs": 2,
"logger-filename": "sqs.log",
"logger-is-production": true,
"logger-level": "info",
"grpc-gateway-endpoint": "http://localhost:26657",
"chain-id": "osmosis-1",
"chain-registry-assets-url": "https://raw.githubusercontent.com/osmosis-labs/assetlists/main/osmosis-1/generated/frontend/assetlist.json",
"router": {
"preferred-pool-ids": [],
"max-pools-per-route": 4,
"max-routes": 20,
"max-split-routes": 3,
"max-split-iterations": 10,
"min-osmo-liquidity": 1000000000,
"route-cache-enabled": true,
"candidate-route-cache-expiry-seconds": 1200,
"ranked-route-cache-expiry-seconds": 600
},
"pools": {
"transmuter-code-ids": [
148,
254
],
"general-cosmwasm-code-ids": [
503,
572,
773,
641
]
},
"pricing": {
"cache-expiry-ms": 2000,
"default-source": 0,
"default-quote-human-denom": "usdc",
"max-pools-per-route": 4,
"max-routes": 5,
"min-osmo-liquidity": 50
},
"grpc-ingester": {
"enabled": true,
"max-receive-msg-size-bytes": 26214400,
"server-address": ":50051",
"server-connection-timeout-seconds": 10
},
"otel": {
"dsn": "",
"sample-rate": 1,
"enable-tracing": true,
"traces-sample-rate": 1,
"profiles-sample-rate": 1,
"environment": "sqs-dev",
"custom-sample-rate": {
"/router/quote": 1,
"other": 0
}
},
"cors": {
"allowed-headers": "Origin, Accept, Content-Type, X-Requested-With, X-Server-Time, Origin, Accept, Content-Type, X-Requested-With, X-Server-Time, Accept-Encoding, sentry-trace, baggage",
"allowed-methods": "HEAD, GET, POST, HEAD, GET, POST, DELETE, OPTIONS, PATCH, PUT",
"allowed-origin": "*"
}
}