Skip to content

Commit

Permalink
Merge branch 'main' into remove-portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
KillariDev committed Jan 2, 2024
2 parents 40743f0 + 634753c commit 6703585
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 179 deletions.
13 changes: 0 additions & 13 deletions src/components/Button/LoadingButtonSpinner.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/Button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import styled, { DefaultTheme, useTheme } from 'styled-components'

import { RowBetween } from '../Row'

export { default as LoadingButtonSpinner } from './LoadingButtonSpinner'

type ButtonProps = Omit<ButtonPropsOriginal, 'css'>

const ButtonOverlay = styled.div`
Expand Down
150 changes: 0 additions & 150 deletions src/components/swap/__snapshots__/SwapBuyFiatButton.test.tsx.snap

This file was deleted.

7 changes: 0 additions & 7 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,6 @@ export const DAI_OPTIMISM = new Token(
'DAI',
'Dai stable coin'
)
export const MATIC = new Token(
ChainId.MAINNET,
'0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0',
18,
'MATIC',
'Polygon Matic'
)
export const DAI_POLYGON = new Token(
ChainId.POLYGON,
'0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063',
Expand Down
7 changes: 0 additions & 7 deletions src/hooks/useIsNotOriginCountry.ts

This file was deleted.

0 comments on commit 6703585

Please sign in to comment.