diff --git a/external/geth b/external/geth index 7d2df9980..5c8806f6d 160000 --- a/external/geth +++ b/external/geth @@ -1 +1 @@ -Subproject commit 7d2df9980a776046ad1bef80ae6b9da119009c96 +Subproject commit 5c8806f6df5e9a4bf78e0911e423d06acea44ee4 diff --git a/infrastructure/nomad/playbooks/templates/jobs/mev-commit-geth.nomad.j2 b/infrastructure/nomad/playbooks/templates/jobs/mev-commit-geth.nomad.j2 index 520afb10d..f80840246 100644 --- a/infrastructure/nomad/playbooks/templates/jobs/mev-commit-geth.nomad.j2 +++ b/infrastructure/nomad/playbooks/templates/jobs/mev-commit-geth.nomad.j2 @@ -159,6 +159,9 @@ job "{{ job.name }}" { config { command = "bash" args = ["-c", "local/run.sh"] + env { + GETH_PORT = "{{ job.env['port'] }}" + } } } }