Skip to content

Commit 3b174f8

Browse files
committed
add test data for mainnet galileo and prune feynman (can not be tested in current code base)
1 parent 930a12a commit 3b174f8

File tree

7 files changed

+122
-249
lines changed

7 files changed

+122
-249
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
BEGIN_BLOCK?=26653680
2+
END_BLOCK?=26653686
3+
SCROLL_FORK_NAME=galileo

tests/prover-e2e/sepolia-feynman/config.json renamed to tests/prover-e2e/mainnet-galileo/config.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"maxOpenNum": 5,
66
"maxIdleNum": 1
77
},
8+
"fetch_config": {
9+
"endpoint": "https://mainnet-rpc.scroll.io",
10+
"l2_message_queue_address": "0x5300000000000000000000000000000000000000"
11+
},
812
"validium_mode": false,
9-
"codec_version": 8
13+
"codec_version": 9
1014
}

tests/prover-e2e/sepolia-feynman/config.template.json renamed to tests/prover-e2e/mainnet-galileo/config.template.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
"min_prover_version": "v4.4.33",
1111
"verifiers": [
1212
{
13-
"features": "legacy_witness:openvm_13",
14-
"assets_path": "assets_feynman",
15-
"fork_name": "feynman"
13+
"assets_path": "assets_galileo",
14+
"fork_name": "galileo"
1615
}
1716
]
1817
}
@@ -25,7 +24,7 @@
2524
},
2625
"l2": {
2726
"validium_mode": false,
28-
"chain_id": 534351,
27+
"chain_id": 534352,
2928
"l2geth": {
3029
"endpoint": "<serach a public rpc endpoint like alchemy>"
3130
}

tests/prover-e2e/mainnet-galileo/genesis.json

Lines changed: 111 additions & 0 deletions
Large diffs are not rendered by default.

tests/prover-e2e/sepolia-feynman/.make.env

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

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

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

tests/prover-e2e/sepolia-feynman/genesis.json

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

0 commit comments

Comments
 (0)