Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

bundlrStorage no longer supported #546

Open
LucasMoskun opened this issue Mar 11, 2024 · 0 comments
Open

bundlrStorage no longer supported #546

LucasMoskun opened this issue Mar 11, 2024 · 0 comments

Comments

@LucasMoskun
Copy link

In the readme it shows this sample:

import { Metaplex, keypairIdentity, bundlrStorage } from "@metaplex-foundation/js";
import { Connection, clusterApiUrl, Keypair } from "@solana/web3.js";

const connection = new Connection(clusterApiUrl("mainnet-beta"));
const wallet = Keypair.generate();

const metaplex = Metaplex.make(connection)
    .use(keypairIdentity(wallet))
    .use(bundlrStorage());

However i have recently upgraded to

    "@metaplex-foundation/js": "^0.20.1",

and now I am receiving the error:

Module '"@metaplex-foundation/js"' has no exported member 'bundlrStorage'.

This stack exchange post says bundlrStorage is no longer supported https://solana.stackexchange.com/questions/10450/how-can-i-import-bundlrstorage-in-metaplex-library-in-js

What are we supposed to do now? At the very least readme should be updated.

I see this release message says "transition from bundlr to irys" f2d02ac

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant