Skip to content

Commit 2be587a

Browse files
committed
chore: update anvil state files + network params fix for fusaka
1 parent bb8d54f commit 2be587a

File tree

7 files changed

+2029
-2294
lines changed

7 files changed

+2029
-2294
lines changed

contracts/script/deploy/config/devnet/proof-aggregator-service.devnet.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"alignedAggregatorAddressPrivateKey": "0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6"
77
},
88
"programs_id": {
9-
"sp1AggregationProgramVKHash": "0x00a18429d092a8e1f58aea6ff650ad715ad4e6d7056600bb201d38460244507b",
10-
"risc0AggregationProgramImageId": "0x4cc11a4ac146ce4fc71493d694a9707194316cbb609603a195ffbe0c4c099c97"
9+
"sp1AggregationProgramVKHash": "0x0059be80b30c42b742ede3a19c61188de126258103c579d5a3b75c85e7b1ee83",
10+
"risc0AggregationProgramImageId": "0xefab5ffddb0cd08d9f8345821658c1d4581dac70de408778e0ea11c75774fcce"
1111
},
1212
"permissions": {
1313
"owner": "0x14dC79964da2C08b23698B3D3cc7Ca32193d9955"

contracts/script/deploy/config/devnet/proof-aggregator-service.devnet.mock.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"alignedAggregatorAddressPrivateKey": "0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6"
77
},
88
"programs_id": {
9-
"sp1AggregationProgramVKHash": "0x00a18429d092a8e1f58aea6ff650ad715ad4e6d7056600bb201d38460244507b",
10-
"risc0AggregationProgramImageId": "0x4cc11a4ac146ce4fc71493d694a9707194316cbb609603a195ffbe0c4c099c97"
9+
"sp1AggregationProgramVKHash": "0x0059be80b30c42b742ede3a19c61188de126258103c579d5a3b75c85e7b1ee83",
10+
"risc0AggregationProgramImageId": "0xefab5ffddb0cd08d9f8345821658c1d4581dac70de408778e0ea11c75774fcce"
1111
},
1212
"permissions": {
1313
"owner": "0x14dC79964da2C08b23698B3D3cc7Ca32193d9955"

contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

contracts/scripts/anvil/state/eigenlayer-deployed-anvil-state.json

Lines changed: 2012 additions & 2283 deletions
Large diffs are not rendered by default.

contracts/scripts/anvil/state/risc0-deployed-anvil-state.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

contracts/scripts/anvil/state/sp1-deployed-anvil-state.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

network_params.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
participants:
22
- el_type: geth
3-
el_image: ethpandaops/geth:master
3+
el_image: ethereum/client-go:v1.16.4
44
el_extra_params: ["--miner.extradata=lighthouseFromLocal"]
55
cl_type: lighthouse
6-
cl_image: ethpandaops/lighthouse:unstable
6+
cl_image: sigp/lighthouse:v8.0.0
77
count: 3
8+
supernode: true
89

910

1011
ethereum_metrics_exporter_enabled: true
@@ -54,8 +55,13 @@ network_params:
5455
min_validator_withdrawability_delay: 1
5556
shard_committee_period: 1
5657
churn_limit_quotient: 16
57-
fulu_fork_epoch: 10
58-
58+
fulu_fork_epoch: 1
59+
bpo_1_epoch: 2
60+
bpo_1_max_blobs: 15
61+
bpo_1_target_blobs: 10
62+
bpo_2_epoch: 3
63+
bpo_2_max_blobs: 21
64+
bpo_2_target_blobs: 14
5965

6066
devnet_repo: ethpandaops
6167

0 commit comments

Comments
 (0)