metaplex-foundation / js-deprecated

Deprecated Metaplex JavaScript SDK
https://metaplex-foundation.github.io/js/
MIT License
128 stars 77 forks source link

mintEditionFromMaster() has no cost benefit to mintNFT() #195

Open nicholasoxford opened 2 years ago

nicholasoxford commented 2 years ago

Describe the bug I expected mintEditionFromMaster() to save me rent, as the token metadata account already exist. After a few test I thinking mintingFromMaster actually has higher cost than just minting a master.

Expected behavior Expectation is a weird word, but I expected it to be some what more economical to mint from master.

Additional context mintNFT transaction: Solana Explorer mintEditionFromMaster: Solana Explorer