Skip to content

Commit

Permalink
Merge pull request #55 from OasisDEX/pk/morpho-blue-nav-settings
Browse files Browse the repository at this point in the history
Add Morpho Blue navigation settings
  • Loading branch information
piotrkonowrocki authored Oct 17, 2023
2 parents ad3dd07 + 91cfec4 commit a3a18e1
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion configs/oasis-borrow/getNavigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,23 @@ export const getNavigation= () => ({
url: '/earn/dsr',
},
},
morphoBlue: {
borrow: {
description: 'Lorem ipsum dolor sit amet.',
},
multiply: {
description: 'Lorem ipsum dolor sit amet.',
},
earn: {
description: 'Lorem ipsum dolor sit amet.',
},
extra: {
title: 'Promoted product',
description:
'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',
url: '/',
},
},
spark: {
borrow: {
description: 'Borrow DAI at the best rate, with the highest LTVs. Become eligible for token rewards.',
Expand All @@ -75,4 +92,4 @@ export const getNavigation= () => ({
popular: [TokenSymbol.ETH, TokenSymbol.STETH, TokenSymbol.RETH, TokenSymbol.CBETH, TokenSymbol.DAI, TokenSymbol.WBTC, TokenSymbol.USDC],
new: [TokenSymbol.SDAI],
},
})
})

0 comments on commit a3a18e1

Please sign in to comment.