Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/tests/external-l1/ethereum.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
participants:
- el_type: geth
cl_type: teku
cl_type: lighthouse
network_params:
preset: minimal
genesis_delay: 5
Expand Down
6 changes: 3 additions & 3 deletions .github/tests/external-l1/optimism.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
external_l1_network_params:
network_id: "3151908"
rpc_kind: standard
el_rpc_url: http://el-1-geth-teku:8545
el_ws_url: ws://el-1-geth-teku:8546
cl_rpc_url: http://cl-1-teku-geth:4000
el_rpc_url: http://el-1-geth-lighthouse:8545
el_ws_url: ws://el-1-geth-lighthouse:8546
cl_rpc_url: http://cl-1-lighthouse-geth:4000
priv_key: "0xbcdf20249abf0ed6d944c0288fad489e33f66b3960d9e6229c1cd214ed3bbe31"
2 changes: 1 addition & 1 deletion network_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ optimism_package:
ethereum_package:
participants:
- el_type: geth
cl_type: teku
cl_type: lighthouse
network_params:
preset: minimal
genesis_delay: 5
Expand Down
2 changes: 1 addition & 1 deletion src/package_io/input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ def default_ethereum_package_network_params():
"participants": [
{
"el_type": "geth",
"cl_type": "teku",
"cl_type": "lighthouse",
}
],
"network_params": {
Expand Down
Loading