Skip to content

Commit

Permalink
Merge pull request #1433 from scroll-tech/sepolia
Browse files Browse the repository at this point in the history
Merge pull request #1432
  • Loading branch information
Holybasil authored Jan 30, 2025
2 parents 846e4f6 + 607edb1 commit 5bc3b3e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/app/sessions/Protocols/protocolList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 5bc3b3e

Please sign in to comment.