forked from osmosis-labs/sqs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-testnet.json
54 lines (53 loc) · 1.77 KB
/
config-testnet.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
{
"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/osmo-test-5/osmo-test-5.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": 10,
"route-cache-enabled": true,
"candidate-route-cache-expiry-seconds": 1200,
"ranked-route-cache-expiry-seconds": 600
},
"pools": {
"transmuter-code-ids": [3084, 4643],
"general-cosmwasm-code-ids": [5005, 6688]
},
"pricing":{
"cache-expiry-ms": 2000,
"default-source": 0,
"default-quote-human-denom": "usdc",
"max-pools-per-route": 4,
"max-routes": 5,
"min-osmo-liquidity": 0
},
"grpc-ingester":{
"enabled": false,
"max-receive-msg-size-bytes": 16777216,
"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" : "production"
},
"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-origins": "*"
}
}