Skip to content

Commit

Permalink
chore: update suggested base on arb (#2076)
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv authored Jul 14, 2023
1 parent 3ecb033 commit 9bb8c75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/TradeRouting/styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ export const StyledExchangeStatic = styled.div`
& > .img--sm {
width: 14px;
height: 14px;
border-radius: 100%;
margin-right: 4px;
}
Expand Down
3 changes: 2 additions & 1 deletion src/constants/bases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 9bb8c75

Please sign in to comment.