Skip to content

Commit

Permalink
fix: check the correct block in op-sync (#9073)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored Jun 24, 2024
1 parent 5585cb8 commit 667c38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/op-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
--debug.terminate
- name: Verify the target block hash
run: |
op-reth db --chain base get static-file headers 100000 \
op-reth db --chain base get static-file headers 10000 \
| grep 0xbb9b85352c7ebca6ba8efc63bd66cecd038c92ec8ebd02e153a3e0b197e672b7
- name: Run stage unwind for 100 blocks
run: |
Expand Down

0 comments on commit 667c38d

Please sign in to comment.