Skip to content

Commit

Permalink
♻️ v1 lib import
Browse files Browse the repository at this point in the history
  • Loading branch information
SurgeCode committed Dec 7, 2022
1 parent 2987873 commit 9200a2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions packages/react/src/hooks/useMinter.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { useWallet } from '../WalletContext';
import {
mint,
execute,
} from '@mintbase-js/sdk';
import { useState } from 'react';
import type { MintArgs } from '@mintbase-js/sdk';
import { mint, MintArgs } from '@mintbase-js/sdk/lib/v1';

export type MinterHookReturn = {
loading: boolean;
Expand Down
1 change: 0 additions & 1 deletion packages/sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ export * from './buy/buy';
export * from './depositStorage/depositStorage';
export * from './mint/mint';
export * from './revoke/revoke';
export * as v1 from './v1';


0 comments on commit 9200a2a

Please sign in to comment.