Add CDP Saver to the Utilities category

This commit is contained in:
Jay-Prime 2019-06-03 01:13:32 +02:00 committed by GitHub
parent 2ffea2a275
commit b2111b1c1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -628,6 +628,19 @@ const Dapps = [
},
rate: 12345,
},
{
metadata: {
name: 'CDP Saver',
url: 'https://cdpsaver.com',
description:
'CDP Saver is the next generation management dashboard for MakerDAO CDPs.',
image: '/images/dapps/cdpsaver.png',
category: Categories.UTILITIES,
dateAdded: '2019-06-03',
categoryPosition: 2,
},
rate: 12345,
},
]
export default Dapps