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