@fuel-ts/account 0.0.0-rc-1356-20240520081557 → 0.0.0-rc-1356-20240520130509

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.

@@ -11,7 +11,7 @@ export interface WalletConfigOptions {
11
11
  /**
12
12
  * If `number`, the number of unique asset ids each wallet will own.
13
13
  *
14
- * If `AssetId[]`, the asset ids the each wallet will own besides `AssetId.BaseAssetId`.
14
+ * If `AssetId[]`, the asset ids the each wallet will own besides the base asset.
15
15
  */
16
16
  assets: number | AssetId[];
17
17
  /**