-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: path based storage disable for elecra (#316)
- Loading branch information
1 parent
6e8e290
commit 86fa8ef
Showing
5 changed files
with
56 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"participants": [ | ||
{ | ||
"el_client_type": "geth", | ||
"el_client_image": "ethpandaops/geth:gballet-kaustinen-with-shapella-a45a9f2", | ||
"cl_client_type": "lodestar", | ||
"cl_client_image": "ethpandaops/lodestar:g11tech-verge", | ||
"count": 2 | ||
} | ||
], | ||
"network_params": { | ||
"electra_fork_epoch": 0, | ||
"deneb_fork_epoch": 1000 | ||
}, | ||
"additional_services": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters