Skip to content

Commit c3d2bc6

Browse files
authored
add new dapp (#190)
1 parent 3e8d65b commit c3d2bc6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/utils/dapp-list-constants.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,6 @@ export const DAPPS_LIST: DappListItem[] = [
7373
slug: 'tezosdomains',
7474
categories: [DappType.Other]
7575
},
76-
{
77-
name: 'DNS.xyz',
78-
dappUrl: 'https://dns.xyz/',
79-
type: DappType.DeFi,
80-
logo: 'https://pbs.twimg.com/profile_images/1586824458651590656/C-r5Veh3_200x200.png',
81-
slug: 'dnsxyz',
82-
categories: [DappType.Marketplaces, DappType.Collectibles]
83-
},
8476
{
8577
name: 'Plenty',
8678
dappUrl: 'https://plenty.network/',
@@ -152,5 +144,13 @@ export const DAPPS_LIST: DappListItem[] = [
152144
logo: 'https://assets-global.website-files.com/6475ceee719579d9e88c6c2f/6475d6f27dd17b6b206bf848_Design%20sans%20titre%20(20).png',
153145
slug: 'lyzi',
154146
categories: [DappType.DeFi]
147+
},
148+
{
149+
name: 'Skurpy',
150+
dappUrl: 'https://skurpy.com/',
151+
type: DappType.DeFi,
152+
logo: 'https://dashboard-assets.dappradar.com/document/52092/skurpy-project-marketplaces-52092-logo-166x166_b7ae64645e94a9be064bf530f624d4fd.png',
153+
slug: 'skurpy',
154+
categories: [DappType.DeFi]
155155
}
156156
];

0 commit comments

Comments
 (0)