Skip to content

Commit

Permalink
fix: disable websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
parketh committed Oct 23, 2024
1 parent 395819f commit 16f57a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/l2-explorer/envs/common-blockscout.env
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ NETWORK=Ethereum
SUBNETWORK=${L2_CHAIN_NAME}
MIX_ENV=prod
LOGO=/images/blockscout_logo.svg
ETHEREUM_JSONRPC_WS_URL=wss://${L2_RPC_URL#https://}
# ETHEREUM_JSONRPC_WS_URL=
# ETHEREUM_JSONRPC_FALLBACK_WS_URL=
# ETHEREUM_JSONRPC_WS_RETRY_INTERVAL=
ETHEREUM_JSONRPC_TRANSPORT=https
Expand Down
2 changes: 1 addition & 1 deletion configs/l2-explorer/envs/common-frontend.env
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ NEXT_PUBLIC_APP_PROTOCOL=https
NEXT_PUBLIC_HOMEPAGE_CHARTS=['daily_txs']
NEXT_PUBLIC_VISUALIZE_API_HOST=https://${COMMON_HOST}
NEXT_PUBLIC_IS_TESTNET=true
NEXT_PUBLIC_API_WEBSOCKET_PROTOCOL=wss
# NEXT_PUBLIC_API_WEBSOCKET_PROTOCOL=wss
NEXT_PUBLIC_API_SPEC_URL=https://raw.githubusercontent.com/blockscout/blockscout-api-v2-swagger/main/swagger.yaml
NEXT_PUBLIC_NETWORK_LOGO=https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-logos/optimism.svg
NEXT_PUBLIC_NETWORK_ICON=https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/optimism-short.svg
Expand Down

0 comments on commit 16f57a8

Please sign in to comment.