Skip to content

Commit

Permalink
Merge pull request #113 from madfish-solutions/TW-1034-delete-pickyfi…
Browse files Browse the repository at this point in the history
…-from-dapps-list

TW-1034 Delete Picky.fi from dapps list
  • Loading branch information
lourenc authored Aug 17, 2023
2 parents bd4047e + 330c509 commit c2090ef
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/utils/dapp-list-constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,5 @@ export const dappList: DappList[] = [
logo: 'https://pbs.twimg.com/profile_images/1538616711536156672/eRwz1uNE_400x400.jpg',
slug: 'kordfi',
categories: [DappType.DeFi]
},
{
name: 'picky.fi',
dappUrl: 'https://www.picky.fi/',
type: DappType.DeFi,
logo: 'https://pbs.twimg.com/profile_images/1560967275515187203/50uGAS2F_400x400.png',
slug: 'pickyfi',
categories: [DappType.DeFi]
}
];

0 comments on commit c2090ef

Please sign in to comment.