Skip to content

Commit

Permalink
Merge pull request #1464 from input-output-hk/update-hydra-explorer-s…
Browse files Browse the repository at this point in the history
…tart-chain-from-v2

Update --start-chain-from in hydra-explorer
  • Loading branch information
ffakenz committed Jun 3, 2024
2 parents d5c3df9 + 071de8d commit f17cbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/explorer/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ services:
, "--testnet-magic", "2"
, "--api-port", "8080"
# NOTE: Block in which current master scripts were published
, "--start-chain-from", "50319418.e43c469f458c21e7a9596bb335622d9e5198573a86a3c04fd305e0f67d53d561"
, "--start-chain-from", "49533501.e364500a42220ea47314215679b7e42e9bbb81fa69d1366fe738d8aef900f7ee"
]
restart: always

0 comments on commit f17cbc8

Please sign in to comment.