Skip to content

Commit c49f949

Browse files
committed
fix: add new asset
1 parent efa20e8 commit c49f949

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/app/sessions/Protocols/protocolList.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import HoneyPop from "@/assets/images/sessions/HoneyPop.png"
12
import QuillFinanceSvg from "@/assets/svgs/sessions/QuillFinance.svg?url"
23

34
export interface ProtocolMarksMap {
@@ -32,6 +33,13 @@ const DECENTRALIZED_EXCHANGES_DATA: ProtocolData = {
3233
logoURL: "https://scroll-eco-list.netlify.app/logos/Ambient%20Finance.png",
3334
href: "https://ambient.finance/",
3435
},
36+
{
37+
name: "HoneyPop",
38+
project: "HoneyPop",
39+
logoURL: HoneyPop.src,
40+
href: "https://www.honeypop.xyz/",
41+
upcoming: true,
42+
},
3543
{
3644
name: "iZUMi",
3745
project: "iZUMi",
27.6 KB
Loading

0 commit comments

Comments
 (0)