We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the readme it shows this sample:
However i have recently upgraded to
and now I am receiving the error:
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
The text was updated successfully, but these errors were encountered: