Skip to content

Commit

Permalink
fix(synapse-interface): deprecate unused dependencies (#2287)
Browse files Browse the repository at this point in the history
* Code cleanup
* Move deps that are for development into devDeps
* Remove unused deps
* Remove deprecated code

* lock file update

---------

Co-authored-by: trajan0x <[email protected]>
Co-authored-by: Trajan0x <[email protected]>
  • Loading branch information
3 people authored Mar 14, 2024
1 parent fd9122b commit e14071b
Show file tree
Hide file tree
Showing 20 changed files with 74 additions and 633 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { EMPTY_BRIDGE_QUOTE, EMPTY_BRIDGE_QUOTE_ZERO } from '@/constants/bridge'
import { RootState } from '@/store/store'
import { useAccount, useNetwork, useSwitchNetwork } from 'wagmi'
import { useEffect, useState } from 'react'
import { isAddress } from '@ethersproject/address'
import { isAddress } from 'viem'

import { useConnectModal } from '@rainbow-me/rainbowkit'
import { stringToBigInt } from '@/utils/bigint/format'
Expand Down
157 changes: 0 additions & 157 deletions packages/synapse-interface/components/misc/ChainSlideOver.tsx

This file was deleted.

158 changes: 0 additions & 158 deletions packages/synapse-interface/components/misc/TokenSlideOver.tsx

This file was deleted.

9 changes: 0 additions & 9 deletions packages/synapse-interface/craco.config.js

This file was deleted.

Loading

0 comments on commit e14071b

Please sign in to comment.