Skip to content

Commit 9e4464a

Browse files
authored
Merge pull request #1513 from scroll-tech/add-new-asset
Add new asset
2 parents efa20e8 + f9c432a commit 9e4464a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/app/sessions/Protocols/protocolList.ts

Lines changed: 7 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,12 @@ 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://honeypop.app/",
41+
},
3542
{
3643
name: "iZUMi",
3744
project: "iZUMi",
27.6 KB
Loading

0 commit comments

Comments
 (0)