Skip to content

Commit c94ae1f

Browse files
Updated testnet config
1 parent 330204c commit c94ae1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/osmosis-fullnode/values-testnet.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ sqs:
259259
logger-filename: "sqs.log"
260260
logger-is-production: true
261261
logger-level: "info"
262-
grpc-gateway-endpoint: "osmosis:9090"
263-
grpc-tendermint-rpc-endpoint: "http://osmosis:26657"
262+
grpc-gateway-endpoint: "localhost:9090"
263+
grpc-tendermint-rpc-endpoint: "http://localhost:26657"
264264
chain-id: "osmo-test-5"
265265
chain-registry-assets-url: "https://raw.githubusercontent.com/osmosis-labs/assetlists/main/osmo-test-5/generated/frontend/assetlist.json"
266266
update-assets-height-interval: 200
@@ -309,7 +309,7 @@ sqs:
309309
server-address: ":50051"
310310
server-connection-timeout-seconds: 10
311311
otel:
312-
enabled: true
312+
enabled: false
313313
environment: "sqs-testnet"
314314
cors:
315315
allowed-origin: "*"

0 commit comments

Comments
 (0)