Skip to content
New issue

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

Transition from Bundlr to Irys storage driver #6

Open
Csonuzun opened this issue Nov 25, 2023 · 2 comments
Open

Transition from Bundlr to Irys storage driver #6

Csonuzun opened this issue Nov 25, 2023 · 2 comments

Comments

@Csonuzun
Copy link

Csonuzun commented Nov 25, 2023

This transition causes problems at quest-1 scripts 6.
So updating the BootCamp code might be good.

@avcdsld
Copy link

avcdsld commented Dec 22, 2023

The solution is simple, but I struggled until I found it. I hope this information can be helpful to someone.

Before:

import { bundlrStorage } from "@metaplex-foundation/js";

After:

import { irysStorage } from "@metaplex-foundation/js";

@WillEtheridge
Copy link

The solution is simple, but I struggled until I found it. I hope this information can be helpful to someone.

Before:

import { bundlrStorage } from "@metaplex-foundation/js";

After:

import { irysStorage } from "@metaplex-foundation/js";

This was useful for me, thanks!

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

No branches or pull requests

3 participants