Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/constants/items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import zerionLogo from '../images/zerion.svg';
import tokenaryLogo from '../images/tokenary.png';
import foamLogo from '../images/foam.png';
import mycryptoLogo from '../images/mycrypto-white.svg';
import defisaverLogo from '../images/defisaver.png';

import { Category } from './categories';
import { IItem } from 'types';
Expand Down Expand Up @@ -151,6 +152,14 @@ const financeItems: IItem[] = [
image: zerionLogo,
name: 'Zerion',
url: 'https://zerion.io/'
},
{
background: '#20474D',
category: Category.FINANCE,
description: 'Manage multiple DeFi protocols within one app. Including MakerDAO and Compound.',
image: defisaverLogo,
name: 'DeFi Saver',
url: 'https://defisaver.com/'
}
];

Expand Down
Binary file added src/images/defisaver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.