Skip to content

Commit

Permalink
Fix start-chain-from
Browse files Browse the repository at this point in the history
  • Loading branch information
ffakenz committed Apr 17, 2024
1 parent 9bb4e7f commit 8dde5ef
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", "51263.1f34e4ee2404a5e4fc8ef970b7b8717af34c1a5a22107b82cde79c5d11da93b9"
, "--start-chain-from", "45411263.16b5173db4b7b4075dbb39a23564be7066082e9a581ba62566ca9946fb1c829e"
]
restart: always

0 comments on commit 8dde5ef

Please sign in to comment.