Skip to content

Commit

Permalink
fix: whitelist envs {LOWER,UPPER}_BOUND_BLOB_OPERATOR_THRESHOLD
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 77d7648 commit 311c842
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions container-era-fee-withdrawer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ nixsgxLib.mkSGXContainer {
UPPER_BOUND_WITHDRAWER_THRESHOLD.passthrough = true;
LOWER_BOUND_PAYMASTER_THRESHOLD.passthrough = true;
UPPER_BOUND_PAYMASTER_THRESHOLD.passthrough = true;
LOWER_BOUND_BLOB_OPERATOR_THRESHOLD.passthrough = true;
UPPER_BOUND_BLOB_OPERATOR_THRESHOLD.passthrough = true;
# optional env
WATCHDOG_ADDRESS.passthrough = true;
LOWER_BOUND_WATCHDOG_THRESHOLD.passthrough = true;
Expand Down

0 comments on commit 311c842

Please sign in to comment.