Skip to content

Commit

Permalink
Merge branch 'main' into blobscan
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Nov 28, 2023
2 parents 844f60a + 1097531 commit b55749f
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 8 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ kurtosis files download my-testnet el-genesis-data ~/Downloads

To configure the package behaviour, you can modify your `network_params.yaml` file. The full YAML schema that can be passed in is as follows with the defaults provided:

<details>
<summary>Click to show all configuration options</summary>

<!-- Yes, it's weird that none of this is indented but it's intentional - indenting anything inside this "details" expandable will cause it to render weird" -->

```yaml
# Specification of the participants in the network
participants:
Expand Down Expand Up @@ -347,8 +342,6 @@ mev_params:
interval_between_transactions: 1
```
</details>
#### Example configurations
<details>
Expand Down
33 changes: 33 additions & 0 deletions examples/dencun.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
participants:
- el_client_type: geth
el_client_image: ethpandaops/geth:master-5b57727
cl_client_type: lighthouse
cl_client_image: ethpandaops/lighthouse:sidecar-inclusion-proof-c6be31c
- el_client_type: erigon
el_client_image: ethpandaops/erigon:devel-8cfafa4
cl_client_type: lodestar
cl_client_image: ethpandaops/lodestar:blobs-inclproof-d5a5a47
- el_client_type: nethermind
el_client_image: ethpandaops/nethermind:master-dcec565
cl_client_type: teku
cl_client_image: ethpandaops/teku:master-992b224
- el_client_type: besu
el_client_image: ethpandaops/besu:main-be5cc68
cl_client_type: teku
cl_client_image: ethpandaops/teku:master-992b224
- el_client_type: reth
el_client_image: ethpandaops/reth:main-c49cda6
cl_client_type: nimbus
cl_client_image: ethpandaops/nimbus:unstable-6dee4d5
- el_client_type: geth
el_client_image: ethpandaops/geth:master-5b57727
cl_client_type: nimbus
cl_client_image: ethpandaops/nimbus:unstable-6dee4d5
network_params:
deneb_fork_epoch: 1
launch_additional_services: true
additional_services:
- el_forkmon
- tx_spammer
- dora
snooper_enabled: true
2 changes: 1 addition & 1 deletion src/mev_relay/mev_relay_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def launch_mev_relay(
password="postgres",
user="postgres",
database="postgres",
service_name="postgres",
service_name="mev-relay-postgres",
persistent=DONT_PERSIST_TO_DISK,
launch_adminer=LAUNCH_ADMINER,
)
Expand Down

0 comments on commit b55749f

Please sign in to comment.