From 890233883e15b4171e676291a88aec736f63e537 Mon Sep 17 00:00:00 2001 From: piekczyk Date: Thu, 28 Sep 2023 08:52:47 +0200 Subject: [PATCH] Update navigation tokens (#44) --- 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