Results 2 issues of Roman

Missed Metaplex Account `StoreIndexerV1`, `AuctionCacheV1` which were added at https://github.com/metaplex-foundation/metaplex/pull/528 ```ts enum MetaplexKey { ... StoreIndexerV1 = 13, AuctionCacheV1 = 14, } ```

priority: low
SDK: JS

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

SDK: JS