Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
thal0x committed Oct 23, 2023
1 parent 49d54cc commit 815bfc9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/components/RouteDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ interface Props {
const RouteDisplay: FC<Props> = ({ route }) => {
const [isExpanded, setIsExpanded] = useState(false);

// const { chains } = useChains();
const { getAsset } = useAssets();

const sourceAsset = getAsset(
Expand Down
3 changes: 0 additions & 3 deletions src/components/SwapWidget/SwapWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { useSwapWidget } from "./useSwapWidget";

export const SwapWidget: FC = () => {
const { openWalletModal } = useWalletModal();
// const { chains } = useChains();

const { chains } = useSkipChains();

Expand Down Expand Up @@ -52,8 +51,6 @@ export const SwapWidget: FC = () => {
!!destinationChain &&
sourceChain.chainType !== destinationChain.chainType;

getExplorerLinkForTx("42161", "0x0000");

return (
<Fragment>
<div>
Expand Down

0 comments on commit 815bfc9

Please sign in to comment.