From f380cc4c70e6c5a4f7d5fd0a755231eaf232a31b Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Fri, 6 Oct 2023 13:00:01 +0200 Subject: [PATCH] fix: readme deadlink (#269) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 818ae3899..80ae8643b 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ To configure the package behaviour, you can modify your `network_params.json` fi "deneb_fork_epoch": 4, "electra_fork_epoch": null }, - + // Configuration place for transaction spammer - https://github.com/MariusVanDerWijden/tx-fuzz "tx_spammer_params": { // A list of optional extra params that will be passed to the TX Spammer container for modifying its behaviour @@ -455,7 +455,7 @@ This package also supports a `"mev_type": "mock"` mode that will only bring up: 1. `mock-builder` - a server that listens for builder API directives and responds with payloads built using an execution client 1. `mev-boost` - for every EL/CL pair launched -For more details, including a guide and architecture of the `mev-boost` infrastructure, go [here](https://docs.kurtosis.com/how-to-full-mev-with-eth2-package). +For more details, including a guide and architecture of the `mev-boost` infrastructure, go [here](https://docs.kurtosis.com/how-to-full-mev-with-ethereum-package/). ## MEV-Boost usage with Capella at Epoch 0