From 73841f81250ad4e3e14aad31abc6336791078671 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 3 Jul 2024 19:56:18 +0200 Subject: [PATCH] fix: whitelist env `BLOB_OPERATOR_ADDRESS` Signed-off-by: Harald Hoyer --- container-era-fee-withdrawer.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/container-era-fee-withdrawer.nix b/container-era-fee-withdrawer.nix index a667cdd..4d6d654 100644 --- a/container-era-fee-withdrawer.nix +++ b/container-era-fee-withdrawer.nix @@ -38,6 +38,7 @@ nixsgxLib.mkSGXContainer { UPPER_BOUND_PAYMASTER_THRESHOLD.passthrough = true; LOWER_BOUND_BLOB_OPERATOR_THRESHOLD.passthrough = true; UPPER_BOUND_BLOB_OPERATOR_THRESHOLD.passthrough = true; + BLOB_OPERATOR_ADDRESS.passthrough = true; # optional env WATCHDOG_ADDRESS.passthrough = true; LOWER_BOUND_WATCHDOG_THRESHOLD.passthrough = true;