Open Csonuzun opened 11 months ago
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";
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!
This transition causes problems at quest-1 scripts 6. So updating the BootCamp code might be good.