From 9bb8c75cc16dc1d508782861270a06a2ff835b9f Mon Sep 17 00:00:00 2001 From: Nguyen Van Viet Date: Fri, 14 Jul 2023 16:41:59 +0700 Subject: [PATCH] chore: update suggested base on arb (#2076) --- src/components/TradeRouting/styled.tsx | 1 - src/constants/bases.ts | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TradeRouting/styled.tsx b/src/components/TradeRouting/styled.tsx index 563ae4839b..a4470514aa 100644 --- a/src/components/TradeRouting/styled.tsx +++ b/src/components/TradeRouting/styled.tsx @@ -256,7 +256,6 @@ export const StyledExchangeStatic = styled.div` & > .img--sm { width: 14px; height: 14px; - border-radius: 100%; margin-right: 4px; } diff --git a/src/constants/bases.ts b/src/constants/bases.ts index 4358661fb6..6b9bb07042 100644 --- a/src/constants/bases.ts +++ b/src/constants/bases.ts @@ -149,8 +149,9 @@ export const SUGGESTED_BASES: ChainTokenList = { ], [ChainId.ARBITRUM]: [ ...WETH_ONLY[ChainId.ARBITRUM], + new Token(ChainId.ARBITRUM, '0xaf88d065e77c8cC2239327C5EDb3A432268e5831', 6, 'USDC', 'USDC'), DAI[ChainId.ARBITRUM], - USDC[ChainId.ARBITRUM], + USDC[ChainId.ARBITRUM], // USDC.e USDT[ChainId.ARBITRUM], WBTC_ARBITRUM, new Token(ChainId.ARBITRUM, '0x5979D7b546E38E414F7E9822514be443A4800529', 18, 'wstETH', 'Lido Wrapped Staked ETH'),