mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: move base sync test comment (#9066)
This commit is contained in:
5
.github/workflows/op-sync.yml
vendored
5
.github/workflows/op-sync.yml
vendored
@ -17,7 +17,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
name: op sync / 100k blocks
|
||||
name: op sync / 10k blocks
|
||||
# Only run sync tests in merge groups
|
||||
if: github.event_name == 'merge_group'
|
||||
runs-on:
|
||||
@ -33,11 +33,12 @@ jobs:
|
||||
with:
|
||||
cache-on-failure: true
|
||||
- name: Run sync
|
||||
# https://basescan.org/block/10000
|
||||
run: |
|
||||
cargo run --release --features asm-keccak,jemalloc,min-error-logs,optimism --bin op-reth \
|
||||
-- node \
|
||||
--chain base \
|
||||
--debug.tip 0xbb9b85352c7ebca6ba8efc63bd66cecd038c92ec8ebd02e153a3e0b197e672b7 \ # https://basescan.org/block/10000
|
||||
--debug.tip 0xbb9b85352c7ebca6ba8efc63bd66cecd038c92ec8ebd02e153a3e0b197e672b7 \
|
||||
--debug.max-block 10000 \
|
||||
--debug.terminate
|
||||
- name: Verify the target block hash
|
||||
|
||||
Reference in New Issue
Block a user