Skip to content

Commit

Permalink
feat: Add support for smart contract verification
Browse files Browse the repository at this point in the history
Signed-off-by: Yaroslav Markovski <[email protected]>
  • Loading branch information
yaroslav-007 committed Jun 5, 2024
1 parent ddc2cd3 commit 531fc00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ ENVOY_IMAGE_TAG=v1.22.0
MIRROR_NODE_EXPLORER_IMAGE_PREFIX=gcr.io/hedera-registry/
MIRROR_NODE_EXPLORER_IMAGE_TAG=24.3.0

### Mirror Node Explorer ###
DOCKER_LOCAL_MIRROR_NODE_MENU_NAME=LOCALNET
DOCKER_LOCAL_MIRROR_NODE_URL=http://127.0.0.1:5551/

### Prometheus ####
PROMETHEUS_IMAGE_NAME=prom/prometheus
PROMETHEUS_IMAGE_TAG=v2.41.0
Expand Down
5 changes: 1 addition & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,7 @@ services:
ports:
- "8080:8080"
volumes:
- ./networks-config.json:/app/networks-config.json #workaround to https://github.com/hashgraph/hedera-mirror-node-explorer/issues/933
# environment:
# DOCKER_LOCAL_MIRROR_NODE_MENU_NAME: ${DOCKER_LOCAL_MIRROR_NODE_MENU_NAME}
# DOCKER_LOCAL_MIRROR_NODE_URL: ${DOCKER_LOCAL_MIRROR_NODE_URL}
- ./networks-config.json:/app/networks-config.json

web3:
image: "${MIRROR_IMAGE_PREFIX}hedera-mirror-web3:${MIRROR_IMAGE_TAG}"
Expand Down

0 comments on commit 531fc00

Please sign in to comment.