pirate-bootcamp icon indicating copy to clipboard operation
pirate-bootcamp copied to clipboard

Transition from Bundlr to Irys storage driver

Open Csonuzun opened this issue 1 year ago • 2 comments

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

Csonuzun avatar Nov 25 '23 15:11 Csonuzun

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";

avcdsld avatar Dec 22 '23 02:12 avcdsld

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!

WillEtheridge avatar Jan 30 '24 02:01 WillEtheridge