@fuel-ts/account 0.0.0-rc-1356-20240521143930 → 0.0.0-rc-1356-20240521155113

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,7 +8767,7 @@ var WalletConfig = class {
8767
8767
  if (Array.isArray(assets2)) {
8768
8768
  assetIds = assetIds.concat(assets2.map((a) => a.value));
8769
8769
  } else {
8770
- assetIds.concat(AssetId.random(assets2).map((a) => a.value));
8770
+ assetIds = assetIds.concat(AssetId.random(assets2 - 1).map((a) => a.value));
8771
8771
  }
8772
8772
  wallets.map((wallet) => wallet.address.toHexString()).forEach((walletAddress) => {
8773
8773
  assetIds.forEach((assetId) => {