From c7d747e52bf68f39514136eb7dd8328bd763b54f Mon Sep 17 00:00:00 2001 From: Mikhail Wall Date: Mon, 23 Dec 2024 02:51:54 +0500 Subject: [PATCH] fix: zero fee addresses --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 0ca4fff4e3..36bd71e673 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -19,6 +19,8 @@ RPC_ENGINE_PORT="${RPC_ENGINE_PORT:-8551}" BLOCK_SIGNER_PRIVATE_KEY=${BLOCK_SIGNER_PRIVATE_KEY:-""} JWT_SECRET=${JWT_SECRET:-"13373d9a0257983ad150392d7ddb2f9172c9396b4c450e26af469d123c7aaa5c"} +ZERO_FEE_ADDRESSES="" + # Generate signer key if needed if [ "$GETH_NODE_TYPE" = "signer" ]; then if [ ! -f "$GETH_DATA_DIR/password" ]; then