@net-protocol/storage 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -1942,9 +1942,7 @@ var StorageClient = class {
1942
1942
  const transactionConfigs = [];
1943
1943
  for (const xmlChunk of params.xmlChunks) {
1944
1944
  const chunks = chunkDataForStorage(xmlChunk);
1945
- const chunkedHash = keccak256HashString(
1946
- xmlChunk + params.operatorAddress
1947
- );
1945
+ const chunkedHash = keccak256HashString(xmlChunk);
1948
1946
  chunkedStorageHashes.push(chunkedHash);
1949
1947
  const config = this.prepareChunkedPut({
1950
1948
  key: chunkedHash,