From e9e064133cbd136c14a4e1af22ddd6134d29d998 Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:38:57 -0800 Subject: [PATCH 1/2] Update contracts-deployer.nomad.j2 --- .../nomad/playbooks/templates/jobs/contracts-deployer.nomad.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/nomad/playbooks/templates/jobs/contracts-deployer.nomad.j2 b/infrastructure/nomad/playbooks/templates/jobs/contracts-deployer.nomad.j2 index 2b231a8b5..2b647a227 100644 --- a/infrastructure/nomad/playbooks/templates/jobs/contracts-deployer.nomad.j2 +++ b/infrastructure/nomad/playbooks/templates/jobs/contracts-deployer.nomad.j2 @@ -104,7 +104,7 @@ job "{{ job.name }}" { template { data = <<-EOH - L1_FINALIZATION_FEE="1" + L1_FINALIZATION_FEE="9000000000000000" SETTLEMENT_FINALIZATION_FEE="1" XDG_CONFIG_HOME="local/.config" {% raw %} From 191a1b23e37897c880eb4296779a9fc28f27d9c1 Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:13:41 -0800 Subject: [PATCH 2/2] change to .005 eth finalization fee --- .../nomad/playbooks/templates/jobs/contracts-deployer.nomad.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/nomad/playbooks/templates/jobs/contracts-deployer.nomad.j2 b/infrastructure/nomad/playbooks/templates/jobs/contracts-deployer.nomad.j2 index 2b647a227..ce9d9c334 100644 --- a/infrastructure/nomad/playbooks/templates/jobs/contracts-deployer.nomad.j2 +++ b/infrastructure/nomad/playbooks/templates/jobs/contracts-deployer.nomad.j2 @@ -104,7 +104,7 @@ job "{{ job.name }}" { template { data = <<-EOH - L1_FINALIZATION_FEE="9000000000000000" + L1_FINALIZATION_FEE="5000000000000000" SETTLEMENT_FINALIZATION_FEE="1" XDG_CONFIG_HOME="local/.config" {% raw %}