Skip to content

Commit

Permalink
refactor(tokens): remove legacy code (#3194)
Browse files Browse the repository at this point in the history
* fix(tokens): fix tokens list loading state (#3201)
  • Loading branch information
shoom3301 authored Oct 26, 2023
1 parent e3fdbf8 commit 6615ef3
Show file tree
Hide file tree
Showing 97 changed files with 142 additions and 6,939 deletions.
13 changes: 0 additions & 13 deletions apps/cowswap-frontend/src/api/proxy/api.ts

This file was deleted.

111 changes: 0 additions & 111 deletions apps/cowswap-frontend/src/api/proxy/hooks.ts

This file was deleted.

1 change: 0 additions & 1 deletion apps/cowswap-frontend/src/api/proxy/index.ts

This file was deleted.

22 changes: 0 additions & 22 deletions apps/cowswap-frontend/src/api/proxy/queries.ts

This file was deleted.

37 changes: 0 additions & 37 deletions apps/cowswap-frontend/src/api/proxy/types.ts

This file was deleted.

133 changes: 0 additions & 133 deletions apps/cowswap-frontend/src/common/containers/ImportTokenModal/index.tsx

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions apps/cowswap-frontend/src/common/hooks/useExternalTokenSearch.ts

This file was deleted.

2 changes: 1 addition & 1 deletion apps/cowswap-frontend/src/common/hooks/useNativeBalance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import ms from 'ms.macro'
import useSWR, { SWRConfiguration, SWRResponse } from 'swr'

const swrOptions: SWRConfiguration = {
refreshInterval: ms`1m`,
refreshInterval: ms`30s`,
revalidateOnFocus: false,
}

Expand Down
Loading

0 comments on commit 6615ef3

Please sign in to comment.