Skip to content

Commit

Permalink
Update helm-values-stage.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanYakhvak authored Jan 13, 2025
1 parent 096588f commit 6e9fb8b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions helm-values-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ blockscout:
memory: 1Gi
env:
ETHEREUM_JSONRPC_VARIANT: geth
ETHEREUM_JSONRPC_HTTP_URL: "https://testnet-rpc3.cypher.z1labs.ai"
ETHEREUM_JSONRPC_TRACE_URL: "https://testnet-rpc3.cypher.z1labs.ai"
ETHEREUM_JSONRPC_WS_URL: "wss://testnet-rpc3.cypher.z1labs.ai"
ETHEREUM_JSONRPC_ETH_CALL_URL: "https://testnet-rpc3.cypher.z1labs.ai"
# ETHEREUM_JSONRPC_HTTP_URL: "https://testnet-rpc3.cypher.z1labs.ai"
# ETHEREUM_JSONRPC_TRACE_URL: "https://testnet-rpc3.cypher.z1labs.ai"
# ETHEREUM_JSONRPC_WS_URL: "wss://testnet-rpc3.cypher.z1labs.ai"
# ETHEREUM_JSONRPC_ETH_CALL_URL: "https://testnet-rpc3.cypher.z1labs.ai"
SUBNETWORK: "Cypher Testnet"
LOGO: /images/blockscout_logo.svg
ETHEREUM_JSONRPC_TRANSPORT: http
Expand Down Expand Up @@ -147,7 +147,7 @@ blockscout:
EIP_1559_ELASTICITY_MULTIPLIER: 2
API_V2_ENABLED: true
DATABASE_QUEUE_TARGET: 100
JSON_RPC: "https://testnet-rpc3.cypher.z1labs.ai"
# JSON_RPC: "https://testnet-rpc3.cypher.z1labs.ai"
extraEnv: []
envFrom: []

Expand Down Expand Up @@ -252,10 +252,9 @@ frontend:
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_AD_BANNER_PROVIDER: "none"
NEXT_PUBLIC_NETWORK_RPC_URL: "https://testnet-rpc3.cypher.z1labs.ai"
# NEXT_PUBLIC_NETWORK_RPC_URL: "https://testnet-rpc3.cypher.z1labs.ai"
NEXT_PUBLIC_HAS_USER_OPS: false
extraEnv: []
envFromSecret: false
envFrom: []

# ------------------------------------------------------Stats----------------------------------------------------
Expand Down

0 comments on commit 6e9fb8b

Please sign in to comment.