@@ -14,7 +14,7 @@ namespace: testnet-fullnodes
1414images :
1515 osmosis :
1616 repository : osmolabs/osmosis-cosmovisor
17- tag : " 29 .0.2 "
17+ tag : " 30 .0.3 "
1818 pullPolicy : IfNotPresent
1919 droid :
2020 repository : osmolabs/droid
@@ -253,6 +253,70 @@ sqs:
253253
254254 # SQS configuration
255255 config :
256+ # Custom JSON configuration - if specified, this will be used instead of the default configuration below
257+ json :
258+ server-address : " :9092"
259+ logger-filename : " sqs.log"
260+ logger-is-production : true
261+ logger-level : " info"
262+ grpc-gateway-endpoint : " osmosis:9090"
263+ grpc-tendermint-rpc-endpoint : " http://osmosis:26657"
264+ chain-id : " osmo-test-5"
265+ chain-registry-assets-url : " https://raw.githubusercontent.com/osmosis-labs/assetlists/main/osmo-test-5/generated/frontend/assetlist.json"
266+ update-assets-height-interval : 200
267+ router :
268+ preferred-pool-ids : []
269+ max-pools-per-route : 4
270+ max-routes : 20
271+ max-split-routes : 3
272+ min-pool-liquidity-cap : 0
273+ route-cache-enabled : false
274+ candidate-route-cache-expiry-seconds : 1200
275+ ranked-route-cache-expiry-seconds : 1
276+ dynamic-min-liquidity-cap-filters-desc : []
277+ flight-record :
278+ enabled : false
279+ trace-threshold-ms : 1000
280+ trace-file-name : " /tmp/sqs-flight-record.trace"
281+ pools :
282+ transmuter-code-ids :
283+ - 3084
284+ - 4643
285+ alloyed-transmuter-code-ids :
286+ - 8319
287+ general-cosmwasm-code-ids :
288+ - 6688
289+ - 6978
290+ orderbook-code-ids : []
291+ pricing :
292+ cache-expiry-ms : 2000
293+ default-source : 0
294+ default-quote-human-denom : " usdc"
295+ max-pools-per-route : 4
296+ max-routes : 3
297+ min-pool-liquidity-cap : 0
298+ coingecko-url : " https://prices.osmosis.zone/api/v3/simple/price"
299+ coingecko-quote-currency : " usd"
300+ worker-min-pool-liquidity-cap : 1
301+ passthrough :
302+ numia-url : " https://data.testnet.osmosis.zone/"
303+ timeseries-url : " https://stage-proxy-data-api.osmosis-labs.workers.dev"
304+ apr-fetch-interval-minutes : 5
305+ pool-fees-fetch-interval-minutes : 5
306+ grpc-ingester :
307+ enabled : true
308+ max-receive-msg-size-bytes : 16777216
309+ server-address : " :50051"
310+ server-connection-timeout-seconds : 10
311+ otel :
312+ enabled : true
313+ environment : " sqs-testnet"
314+ cors :
315+ allowed-origin : " *"
316+ allowed-methods : " HEAD, GET, POST, HEAD, GET, POST, DELETE, OPTIONS, PATCH, PUT"
317+ 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"
318+
319+ # Default configuration fields (used only if json is not specified)
256320 flightRecord :
257321 enabled : false
258322 otel :
0 commit comments