Skip to content

Commit

Permalink
fix: whitelist env BLOB_OPERATOR_ADDRESS
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Hoyer <[email protected]>
  • Loading branch information
haraldh committed Jul 3, 2024
1 parent 311c842 commit 73841f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container-era-fee-withdrawer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 73841f8

Please sign in to comment.