Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
teebszet committed Jul 18, 2023
1 parent c85ee22 commit 6f9476e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/screens/swap/swapConfirmation/useConfirmSwap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { StacksTransaction } from '@stacks/transactions';
import useNetworkSelector from '@hooks/useNetwork';
import { useNavigate } from 'react-router-dom';
import useSponsoredTransaction from '@hooks/useSponsoredTransaction';
import {ApiResponseError} from '@secretkeylabs/xverse-core/types';
import { ApiResponseError } from '@secretkeylabs/xverse-core/types';

export type SwapConfirmationInput = {
from: Currency;
Expand All @@ -28,7 +28,7 @@ export type SwapConfirmationInput = {
functionName: string;
};

const XVERSE_SPONSOR_2_URL = "https://sponsor2.xverse.app";
const XVERSE_SPONSOR_2_URL = 'https://sponsor2.xverse.app';

export function useConfirmSwap(
input: SwapConfirmationInput,
Expand Down

0 comments on commit 6f9476e

Please sign in to comment.