Skip to content

Commit

Permalink
Update hydra-explorer version and start-chain-from
Browse files Browse the repository at this point in the history
  • Loading branch information
v0d1ch committed Jun 3, 2024
1 parent aa4c887 commit 7dbe543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/explorer/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
restart: always

hydra-explorer:
image: ghcr.io/input-output-hk/hydra-explorer:unstable
image: ghcr.io/input-output-hk/hydra-explorer:0.17.0
volumes:
- /srv/var/cardano/state-preview:/data
ports:
Expand All @@ -27,6 +27,6 @@ services:
, "--testnet-magic", "2"
, "--api-port", "8080"
# NOTE: Block in which current master scripts were published
, "--start-chain-from", "45386581.4a362bfca7cf840575c17b6cbb531588bc8e907beb5a6a28890877fb16be1cd3"
, "--start-chain-from", "49533501.e364500a42220ea47314215679b7e42e9bbb81fa69d1366fe738d8aef900f7ee"
]
restart: always

0 comments on commit 7dbe543

Please sign in to comment.