From 667c38d3d688135275e160a20f6cb763e32d8a43 Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Mon, 24 Jun 2024 18:34:23 -0400 Subject: [PATCH] fix: check the correct block in op-sync (#9073) --- .github/workflows/op-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/op-sync.yml b/.github/workflows/op-sync.yml index adf927560790..73303b032d05 100644 --- a/.github/workflows/op-sync.yml +++ b/.github/workflows/op-sync.yml @@ -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: |