Skip to content

Commit 607edb1

Browse files
authored
Merge pull request #1432 from scroll-tech/adjust-protocols
fix: add Quill to Borrowing
2 parents 1d5d458 + 6e0350f commit 607edb1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/app/sessions/Protocols/protocolList.ts

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,14 @@ const LENDING_BORROWING_DATA: ProtocolData = {
110110
logoURL: "https://scroll-eco-list.netlify.app/logos/Compound%20Finance.png",
111111
href: "https://app.compound.finance/?market=usdc-scroll",
112112
},
113+
// Collateralized Debt Position
114+
{
115+
name: "Quill Finance",
116+
project: "Quill Finance",
117+
logoURL: QuillFinanceSvg,
118+
href: "https://www.quill.finance/",
119+
upcoming: true,
120+
},
113121
// {
114122
// name: "Huma",
115123
// project: "Huma",
@@ -156,13 +164,6 @@ const OTHERS_DATA: ProtocolData = {
156164
// logoURL: "https://scroll-eco-list.netlify.app/logos/Pencils%20Protocol.png",
157165
// href: "https://app.pencilsprotocol.io/farming",
158166
// },
159-
{
160-
name: "Quill Finance",
161-
project: "Quill Finance",
162-
logoURL: QuillFinanceSvg,
163-
href: "https://www.quill.finance/",
164-
upcoming: true,
165-
},
166167
{
167168
name: "Rho Markets",
168169
project: "Rho Markets",

0 commit comments

Comments
 (0)