@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.

@@ -8767,9 +8767,8 @@ var WalletConfig = class {
8767
8767
  if (Array.isArray(assets2)) {
8768
8768
  assetIds = assetIds.concat(assets2.map((a) => a.value));
8769
8769
  } else {
8770
- assetIds = assetIds.concat(AssetId.random(assets2).map((a) => a.value));
8770
+ assetIds = assetIds.concat(AssetId.random(assets2 - 1).map((a) => a.value));
8771
8771
  }
8772
- console.log("assetIds", assets2, assetIds);
8773
8772
  wallets.map((wallet) => wallet.address.toHexString()).forEach((walletAddress) => {
8774
8773
  assetIds.forEach((assetId) => {
8775
8774
  for (let index = 0; index < coinsPerAsset; index++) {