From 16e93c12d3bf0e5dbe0f3d9b5f2b10a32dc46df2 Mon Sep 17 00:00:00 2001 From: Mikhail Wall Date: Tue, 21 May 2024 19:18:42 +0200 Subject: [PATCH] chore: updated foundry (#82) --- .../nomad/playbooks/templates/jobs/deploy-contracts.nomad.j2 | 2 +- .../nomad/playbooks/templates/jobs/mev-commit-funder.nomad.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/nomad/playbooks/templates/jobs/deploy-contracts.nomad.j2 b/infrastructure/nomad/playbooks/templates/jobs/deploy-contracts.nomad.j2 index bf0d1d08f..1ff57b65d 100644 --- a/infrastructure/nomad/playbooks/templates/jobs/deploy-contracts.nomad.j2 +++ b/infrastructure/nomad/playbooks/templates/jobs/deploy-contracts.nomad.j2 @@ -63,7 +63,7 @@ job "{{ job.name }}" { driver = "exec" artifact { - source = "https://github.com/foundry-rs/foundry/releases/download/nightly-467aff3056842e8d45bc58a353be17349f0e8651/foundry_nightly_linux_amd64.tar.gz" + source = "https://github.com/foundry-rs/foundry/releases/download/nightly-0a5b22f07ba4f2ddf525089c8ee9cdcb05e44bd9/foundry_nightly_linux_amd64.tar.gz" } artifact { 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 0e80ba106..7520b1212 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-467aff3056842e8d45bc58a353be17349f0e8651/foundry_nightly_linux_amd64.tar.gz" + source = "https://github.com/foundry-rs/foundry/releases/download/nightly-0a5b22f07ba4f2ddf525089c8ee9cdcb05e44bd9/foundry_nightly_linux_amd64.tar.gz" } template {