minor fix to type declaration (#291)

This commit is contained in:
Jordan Prince 2021-09-03 19:20:06 -05:00 committed by GitHub
parent 14401e878d
commit 2bcd97ac04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import {
} from '@oyster/common';
import { setupMintEditionIntoWalletInstructions } from './setupMintEditionIntoWalletInstructions';
import { Art } from '../types';
import { WalletAdapter } from '@solana/wallet-base';
import { WalletAdapter } from '@solana/wallet-adapter-base';
// TODO: Refactor. Extract batching logic,
// as the similar one is used in settle.ts and convertMasterEditions.ts