From 3b3c5d0ebd4c61874d4c88f6116415870e3fba45 Mon Sep 17 00:00:00 2001 From: Mikhail Wall Date: Sun, 19 May 2024 02:39:08 +0200 Subject: [PATCH] fix: add gas price for the funder --- .../nomad/playbooks/templates/jobs/mev-commit-funder.nomad.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/infrastructure/nomad/playbooks/templates/jobs/mev-commit-funder.nomad.j2 b/infrastructure/nomad/playbooks/templates/jobs/mev-commit-funder.nomad.j2 index 51be14c68..48ef8bd0b 100644 --- a/infrastructure/nomad/playbooks/templates/jobs/mev-commit-funder.nomad.j2 +++ b/infrastructure/nomad/playbooks/templates/jobs/mev-commit-funder.nomad.j2 @@ -10,7 +10,7 @@ job "{{ job.name }}" { driver = "exec" artifact { - source = "https://github.com/foundry-rs/foundry/releases/download/nightly-293fad73670b7b59ca901c7f2105bf7a29165a90/foundry_nightly_linux_amd64.tar.gz" + source = "https://github.com/foundry-rs/foundry/releases/download/nightly-467aff3056842e8d45bc58a353be17349f0e8651/foundry_nightly_linux_amd64.tar.gz" } template { @@ -51,6 +51,8 @@ job "{{ job.name }}" { {{- range nomadService "mev-commit-geth-bootnode1" }} {{- if contains "http" .Tags }} local/cast send \ + --priority-gas-price 2000000000 \ + --with-gas-price 5000000000 \ --rpc-url http://{{ .Address }}:{{ .Port }} \ --private-key 0x7c9bf0f015874594d321c1c01ada3166c3509bbd91f76f9e4d7380c2df269c55 ${ETHEREUM_ADDRESS} \ --value 1000ether