From ed1a47254b74e76a2499eedf30b676dc7c7654ca Mon Sep 17 00:00:00 2001 From: sebastianPiekarczyk Date: Wed, 27 Sep 2023 15:56:41 +0200 Subject: [PATCH] Update navigation tokens --- configs/oasis-borrow/getNavigation.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/oasis-borrow/getNavigation.ts b/configs/oasis-borrow/getNavigation.ts index 47c6eb8..70b5d07 100644 --- a/configs/oasis-borrow/getNavigation.ts +++ b/configs/oasis-borrow/getNavigation.ts @@ -71,7 +71,7 @@ export const getNavigation= () => ({ }, }, tokens: { - popular: ['ETH', 'STETH', 'RETH', 'CBETH', 'DAI'], - new: ['SDAI', 'GHO', 'TBTC'], + popular: ['ETH', 'STETH', 'RETH', 'CBETH', 'DAI', 'WBTC', 'USDC'], + new: ['SDAI'], }, }) \ No newline at end of file