@fuel-ts/account 0.0.0-rc-1356-20240521154745 → 0.0.0-rc-1356-20240521180659

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.

@@ -8777,9 +8777,8 @@ var WalletConfig = class {
8777
8777
  if (Array.isArray(assets2)) {
8778
8778
  assetIds = assetIds.concat(assets2.map((a) => a.value));
8779
8779
  } else {
8780
- assetIds = assetIds.concat(AssetId.random(assets2).map((a) => a.value));
8780
+ assetIds = assetIds.concat(AssetId.random(assets2 - 1).map((a) => a.value));
8781
8781
  }
8782
- console.log("assetIds", assets2, assetIds);
8783
8782
  wallets.map((wallet) => wallet.address.toHexString()).forEach((walletAddress) => {
8784
8783
  assetIds.forEach((assetId) => {
8785
8784
  for (let index = 0; index < coinsPerAsset; index++) {