Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update values for blockscout #23

Merged
merged 1 commit into from
May 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions charts/scroll-stack/charts/blockscout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ env:
value: test-blockscout.scroll.io
- name: JSON_RPC
value: http://l2geth-signer:8545
#TODO find proper value
- name: SUBNETWORK
value: "Scroll Sepolia Testnet"
#TODO find proper value
- name: SUPPORTED_CHAINS
value: '[{ "title": "Etherscan (Sepolia)", "url": "https://sepolia.etherscan.io", "test_net?": true }, { "title": "Scroll Sepolia Testnet", "url": "http://test-blockscout.scroll.io", "test_net?": true }]'
- name: DISABLE_EXCHANGE_RATES
Expand All @@ -70,9 +68,8 @@ env:
value: clique
- name: MICROSERVICE_SC_VERIFIER_ENABLED
value: true
#TODO find proper value
- name: MICROSERVICE_SC_VERIFIER_URL
value: http://smart-contract-verifier:8080
value: http://blockscout-sc-verifier:8080
- name: CHAIN_SPEC_PATH
value: /app/genesis/genesis.json

Expand Down
Loading