js icon indicating copy to clipboard operation
js copied to clipboard

Error: Not enough funds to send data

Open rastrent opened this issue 2 years ago • 5 comments

Hey there!

Getting Error: Not enough funds to send data when running this command. Using Bundlr Storage. Been working well for awhile, but doesn't now. I'm wondering if something on bundlrs end changed maybe how they calculated how much is needed?

I'm running this in devnet as well so not sure if that maybe an issue. https://devnet.bundlr.network https://api.devnet.solana.com

    const File = toMetaplexFile(ImageUrl[0], "TestImage");

    const offChainMetadata = {
      name: "test",
      description: "test",
      image: File,
    };

    const { uri } = await metaplex.nfts().uploadMetadata(offChainMetadata);

Running the latest version of the js package 0.17.11

Thanks for the insight.

rastrent avatar Dec 30 '22 21:12 rastrent