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

@@ -8777,7 +8777,7 @@ var WalletConfig = class {
8777
8777
  if (Array.isArray(assets2)) {
8778
8778
  assetIds = assetIds.concat(assets2.map((a) => a.value));
8779
8779
  } else {
8780
- assetIds.concat(AssetId.random(assets2).map((a) => a.value));
8780
+ assetIds = assetIds.concat(AssetId.random(assets2 - 1).map((a) => a.value));
8781
8781
  }
8782
8782
  wallets.map((wallet) => wallet.address.toHexString()).forEach((walletAddress) => {
8783
8783
  assetIds.forEach((assetId) => {