metaplex-foundation / js-deprecated

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

use official arweave cost calulcations everywhere #66

Open exromany opened 2 years ago

exromany commented 2 years ago

Why isn't ArweaveStorage.getAssetCostToStore using @metaplex/arweave-cost package?

etodanik commented 2 years ago

Because I originally wrote it in July (way before @metaplex/arweave-cost existed). But as per my rant in https://github.com/metaplex-foundation/js/issues/22 we should totally use that.

@aheckmann should I migrate?