@fuel-ts/account 0.0.0-rc-1878-20240321173151 → 0.0.0-rc-1878-20240321180744

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.

Potentially problematic release.


This version of @fuel-ts/account might be problematic. Click here for more details.

package/dist/index.mjs CHANGED
@@ -3796,7 +3796,6 @@ var _Provider = class {
3796
3796
  utxoValidation: utxoValidation || false
3797
3797
  });
3798
3798
  const receipts = gqlReceipts.map(processGqlReceipt);
3799
- console.log(receipts);
3800
3799
  return {
3801
3800
  receipts
3802
3801
  };