Skip to content

Commit

Permalink
fix: add gas price for the funder
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikelle committed May 19, 2024
1 parent 3b31539 commit 3b3c5d0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3b3c5d0

Please sign in to comment.