Skip to content

Commit

Permalink
fix websocket port
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Jan 13, 2025
1 parent 954e1d3 commit 94b7c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/devnet-0/blockscout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ blockscout-stack:
env:
ETHEREUM_JSONRPC_VARIANT: "geth"
ETHEREUM_JSONRPC_HTTP_URL: http://geth-teku-001:8545
ETHEREUM_JSONRPC_WS_URL: ws://geth-teku-001:8546
ETHEREUM_JSONRPC_WS_URL: ws://geth-teku-001:8545
ETHEREUM_JSONRPC_TRACE_URL: http://geth-teku-001:8545
COIN: ETH
DATABASE_URL: postgres://postgres:postgres@blockscout-postgresql:5432/blockscout?ssl=false
Expand Down

0 comments on commit 94b7c0c

Please sign in to comment.