Commit 0c8cf879 authored by Nick Zenchik's avatar Nick Zenchik

Adding MICROSERVICE_SC_VERIFIER_TYPE var to test envs

parent e5409425
......@@ -61,6 +61,7 @@ blockscout:
ETHEREUM_JSONRPC_VARIANT: geth
MIX_ENV: prod
MICROSERVICE_SC_VERIFIER_ENABLED: 'true'
MICROSERVICE_SC_VERIFIER_TYPE: 'eth_bytecode_db'
MICROSERVICE_SC_VERIFIER_URL: https://sc-verifier-test.k8s-dev.blockscout.com
DISABLE_EXCHANGE_RATES: 'true'
APPS_MENU: 'true'
......
......@@ -67,6 +67,7 @@ blockscout:
DISPLAY_TOKEN_ICONS: 'true'
FETCH_REWARDS_WAY: manual
MICROSERVICE_SC_VERIFIER_ENABLED: 'true'
MICROSERVICE_SC_VERIFIER_TYPE: 'eth_bytecode_db'
MICROSERVICE_SC_VERIFIER_URL: http://eth-bytecode-db-svc.eth-bytecode-db-testing.svc.cluster.local:80
INDEXER_MEMORY_LIMIT: 5
APPS_MENU: 'true'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment