From 6e0350f1a71d4ace6267dd91ffb7944ab50b1ccf Mon Sep 17 00:00:00 2001 From: holybasil Date: Thu, 30 Jan 2025 21:00:12 +0800 Subject: [PATCH] fix: add Quill to Borrowing --- src/app/sessions/Protocols/protocolList.ts | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/sessions/Protocols/protocolList.ts b/src/app/sessions/Protocols/protocolList.ts index 2148d57f5..e379ac775 100644 --- a/src/app/sessions/Protocols/protocolList.ts +++ b/src/app/sessions/Protocols/protocolList.ts @@ -110,6 +110,14 @@ const LENDING_BORROWING_DATA: ProtocolData = { logoURL: "https://scroll-eco-list.netlify.app/logos/Compound%20Finance.png", href: "https://app.compound.finance/?market=usdc-scroll", }, + // Collateralized Debt Position + { + name: "Quill Finance", + project: "Quill Finance", + logoURL: QuillFinanceSvg, + href: "https://www.quill.finance/", + upcoming: true, + }, // { // name: "Huma", // project: "Huma", @@ -156,13 +164,6 @@ const OTHERS_DATA: ProtocolData = { // logoURL: "https://scroll-eco-list.netlify.app/logos/Pencils%20Protocol.png", // href: "https://app.pencilsprotocol.io/farming", // }, - { - name: "Quill Finance", - project: "Quill Finance", - logoURL: QuillFinanceSvg, - href: "https://www.quill.finance/", - upcoming: true, - }, { name: "Rho Markets", project: "Rho Markets",