Skip to content

Commit

Permalink
Update navigation protocol items (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
piekczyk authored Sep 29, 2023
1 parent 8902338 commit c5613a4
Showing 1 changed file with 22 additions and 23 deletions.
45 changes: 22 additions & 23 deletions configs/oasis-borrow/getNavigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,71 +2,70 @@ export const getNavigation= () => ({
protocols: {
ajna: {
borrow: {
tokens: ['ETH', 'WBTC', 'DAI'],
description: 'Borrow against ETH, WBTC, DAI and any other type of collateral with AJNA.',
},
multiply: {
tokens: ['ETH', 'WBTC', 'DAI'],
description: 'Increase exposure to ETH, WBTC and more with AJNA; access top risk management tools.',
},
earn: {
tokens: ['ETH', 'WBTC', 'DAI'],

description: 'Earn yield on ETH, WBTC, DAI and more with AJNA; and get exclusive token rewards.',
},
extra: {
title: 'Amplify sDAI up to 35x.',
description:
'Use Summer.fi multiply to increase your exposure to sDAI yield seamlessly.',
url: '/',
url: '/ethereum/ajna/multiply/SDAI-USDC',
},
},
aave: {
borrow: {
tokens: ['ETH', 'WBTC', 'DAI'],
description: 'Borrow against ETH, WBTC, sDAI and other types of collateral.',
},
multiply: {
tokens: ['ETH', 'WBTC', 'DAI'],
description: 'Increase exposure to ETH, WBTC and more; access top risk management tools.',
},
earn: {
tokens: ['ETH', 'WBTC', 'DAI'],
description: 'Earn yield on ETH, sDAI and more; lend or yield loop strategies in one transaction.',
},
extra: {
title: 'Amplify sDAI up to 35x.',
title: 'Amplify stETH up to 9.99x.',
description:
'Use Summer.fi multiply to increase your exposure to sDAI yield seamlessly.',
url: '/',
'Use Summer.fi earn to increase your exposure to stETH yield seamlessly.',
url: '/ethereum/aave/v3/earn/wstetheth',
},
},
maker: {
borrow: {
tokens: ['ETH', 'WBTC', 'DAI'],
description: 'Borrow DAI against ETH, LSTs and WBTC.',
},
multiply: {
tokens: ['ETH', 'WBTC', 'DAI'],
description: 'Increase exposure to ETH, LSTs and WBTC; access top risk management tools.',
},
earn: {
tokens: ['ETH', 'WBTC', 'DAI'],
description: 'Earn with the Dai Savings Rate and mint sDAI.',
},
extra: {
title: 'Amplify sDAI up to 35x.',
title: 'Access the DSR',
description:
'Use Summer.fi multiply to increase your exposure to sDAI yield seamlessly.',
url: '/',
'Earn risk reduced yield on DAI with the Maker Protocols Dai Savings Rate.',
url: '/earn/dsr',
},
},
spark: {
borrow: {
tokens: ['ETH', 'WBTC', 'DAI'],
description: 'Borrow DAI at the best rate, with the highest LTVs. Become eligible for token rewards.',
},
multiply: {
tokens: ['ETH', 'WBTC', 'DAI'],
description: 'Increase exposure to ETH and LSTs; access top risk management tools.',
},
earn: {
tokens: ['ETH', 'WBTC', 'DAI'],
description: 'Earn yield on ETH and DAI. Become eligible for token rewards.',
},
extra: {
title: 'Amplify sDAI up to 35x.',
title: 'Amplify stETH up to 9.99x.',
description:
'Use Summer.fi multiply to increase your exposure to sDAI yield seamlessly.',
url: '/',
'Use Summer.fi earn to increase your exposure to stETH yield seamlessly.',
url: '/ethereum/spark/v3/earn/wstetheth',
},
},
},
Expand Down

0 comments on commit c5613a4

Please sign in to comment.