Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alissacrane-cb committed Aug 8, 2024
1 parent b33f553 commit 7930065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TransactionWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import type {
TransactionError,
TransactionResponse,
} from '@coinbase/onchainkit/transaction';
import type { Address, ContractFunctionParameters } from 'viem';
import { parseEther } from 'viem';
import {
BASE_SEPOLIA_CHAIN_ID,
collectionAddress,
Expand All @@ -20,8 +22,6 @@ import {
quantity,
tokenId,
} from '../constants';
import type { Address, ContractFunctionParameters } from 'viem';
import { parseEther } from 'viem';

type TransactionWrapperParams = {
address: Address;
Expand Down

0 comments on commit 7930065

Please sign in to comment.