diff --git a/app/routes/hydradx-ui/v1/stats/lrna.mjs b/app/routes/hydradx-ui/v1/stats/lrna.mjs index 9a6c414..652a54c 100644 --- a/app/routes/hydradx-ui/v1/stats/lrna.mjs +++ b/app/routes/hydradx-ui/v1/stats/lrna.mjs @@ -16,15 +16,6 @@ export default async (fastify, opts) => { schema: { description: "LRNA price & supply for the HydraDX stats page.", tags: ["hydradx-ui/v1"], - params: { - type: "object", - properties: { - asset: { - type: "string", - description: "Asset (symbol). Leave empty for all assets.", - }, - }, - }, response: { 200: { description: "Success Response",