Skip to content

Commit e705364

Browse files
committed
update test stuff again
1 parent fedd87b commit e705364

File tree

4 files changed

+33
-330
lines changed

4 files changed

+33
-330
lines changed

tests/prover-e2e/prepare/00100_import_blocks.sql

Lines changed: 0 additions & 213 deletions
This file was deleted.

tests/prover-e2e/prepare/dump_block_records.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ SELECT 'INSERT INTO l2_block (number, hash, parent_hash, header, withdraw_root,
2525
quote_literal(transactions) ||
2626
');'
2727
FROM l2_block
28-
WHERE number >= 20278000 and number <= 20278050
28+
WHERE number >= 15206780 and number <= 15206809
2929
ORDER BY number ASC;
3030

3131
-- Write footer
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
BEGIN_BLOCK?=20278022
2-
END_BLOCK?=20278025
1+
BEGIN_BLOCK?=15206785
2+
END_BLOCK?=15206794
33
SCROLL_FORK_NAME=galileo

tests/prover-e2e/sepolia-galileo/00100_import_blocks.sql

Lines changed: 30 additions & 114 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)