-
Notifications
You must be signed in to change notification settings - Fork 287
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The service is running on port 3000
, but it can't load any data.

My config is:
participants:
- el_type: geth
cl_type: lighthouse
count: 3
network_params:
#network: "kounavi_network" mi to ksekoment
network_id: "585858"
prefunded_accounts: '{"0xaabd6a33Bb83Ad04A0b345eCFAEc4B0e97010151": {"balance": "150ETH"},
"0x4107be99052d895e3ee461C685b042Aa975ab5c0": {"balance": "150ETH"},
"0x65cB4479f7f9d1ADee24E22139C2F18d93800Bc1": {"balance": "300ETH"},
"0x22b25CE6AFEdFcf6912BF38Cc27c8E61ca2C759f": {"balance": "150ETH"} }'
additional_services:
- blockscout
- dora
# Configuration place for blockscout explorer - https://github.com/blockscout/blockscout
blockscout_params:
# blockscout docker image to use
# Defaults to blockscout/blockscout:latest
image: "blockscout/blockscout:latest"
# blockscout smart contract verifier image to use
# Defaults to ghcr.io/blockscout/smart-contract-verifier:latest
verif_image: "ghcr.io/blockscout/smart-contract-verifier:latest"
# Frontend image
# Defaults to ghcr.io/blockscout/frontend:latest
frontend_image: "ghcr.io/blockscout/frontend:latest"
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working