From 00a96224cdb0418f2080b7eab230b478ba24d721 Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Fri, 10 Feb 2023 10:19:11 -0800 Subject: [PATCH] geth with mev seacher additions --- MEV_by_chains/MEV_on_Ethereum/geth_and_k8s/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MEV_by_chains/MEV_on_Ethereum/geth_and_k8s/README.md b/MEV_by_chains/MEV_on_Ethereum/geth_and_k8s/README.md index b72f3eb..6cbe317 100644 --- a/MEV_by_chains/MEV_on_Ethereum/geth_and_k8s/README.md +++ b/MEV_by_chains/MEV_on_Ethereum/geth_and_k8s/README.md @@ -102,7 +102,8 @@ Chain ID: 137
-### references +### rsources * [geth commands](https://geth.ethereum.org/docs/interface/command-line-options) +* [geth with mev seacher additions, by code0x2)