Skip to content

Commit

Permalink
remove NFTStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSackerberg committed Jul 13, 2023
1 parent b4aa441 commit 65de0f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/UmiProvider.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { createUmi } from "@metaplex-foundation/umi-bundle-defaults";
import { walletAdapterIdentity } from "@metaplex-foundation/umi-signer-wallet-adapters";
import { nftStorageUploader } from "@metaplex-foundation/umi-uploader-nft-storage";
import { mplTokenMetadata } from "@metaplex-foundation/mpl-token-metadata";
import { useWallet } from "@solana/wallet-adapter-react";
import { ReactNode } from "react";
Expand All @@ -17,7 +16,6 @@ export const UmiProvider = ({
}) => {
const wallet = useWallet();
const umi = createUmi(endpoint)
.use(nftStorageUploader())
.use(mplTokenMetadata())
.use(mplCandyMachine())
if (wallet.publicKey === null) {
Expand Down

0 comments on commit 65de0f2

Please sign in to comment.