File tree Expand file tree Collapse file tree 4 files changed +19
-0
lines changed
public/imgs/sessions/tokens Expand file tree Collapse file tree 4 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,11 @@ const TOKEN_LIST = [
3636 logoURI : "https://scroll-tech.github.io/token-list/data/USDT/logo.svg" ,
3737 href : "/bridge?token=USDT" ,
3838 } ,
39+ {
40+ name : "USDQ" ,
41+ logoURI : "/imgs/sessions/tokens/USDQ.svg" ,
42+ href : "https://app.quill.finance/borrow" ,
43+ } ,
3944 {
4045 name : "sUSDe/USDe" ,
4146 logoURI : "/imgs/sessions/tokens/sUSDe.svg" ,
Original file line number Diff line number Diff line change 1+ import QuillFinanceSvg from "@/assets/svgs/sessions/QuillFinance.svg?url"
2+
13export interface ProtocolMarksMap {
24 [ key : string ] : string
35}
@@ -154,6 +156,13 @@ const OTHERS_DATA: ProtocolData = {
154156 // logoURL: "https://scroll-eco-list.netlify.app/logos/Pencils%20Protocol.png",
155157 // href: "https://app.pencilsprotocol.io/farming",
156158 // },
159+ {
160+ name : "Quill Finance" ,
161+ project : "Quill Finance" ,
162+ logoURL : QuillFinanceSvg ,
163+ href : "https://www.quill.finance/" ,
164+ upcoming : true ,
165+ } ,
157166 {
158167 name : "Rho Markets" ,
159168 project : "Rho Markets" ,
You can’t perform that action at this time.
0 commit comments