Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update navigation protocol items #45

Merged
merged 1 commit into from
Sep 29, 2023
Merged
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
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