@fuel-ts/account 0.0.0-rc-2034-20240415163000 → 0.0.0-rc-2045-20240416150348

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.

@@ -31914,9 +31914,9 @@ spurious results.`);
31914
31914
  // ../versions/dist/index.mjs
31915
31915
  function getBuiltinVersions() {
31916
31916
  return {
31917
- FORC: "0.49.3",
31917
+ FORC: "0.53.0",
31918
31918
  FUEL_CORE: "0.22.1",
31919
- FUELS: "0.79.0"
31919
+ FUELS: "0.80.0"
31920
31920
  };
31921
31921
  }
31922
31922
  function parseVersion(version2) {
@@ -34627,7 +34627,7 @@ This unreleased fuel-core build may include features and updates not yet support
34627
34627
  toEvmAddress() {
34628
34628
  const b256Address = toB256(this.bech32Address);
34629
34629
  return {
34630
- value: clearFirst12BytesFromB256(b256Address)
34630
+ bits: clearFirst12BytesFromB256(b256Address)
34631
34631
  };
34632
34632
  }
34633
34633
  /**
@@ -34637,7 +34637,7 @@ This unreleased fuel-core build may include features and updates not yet support
34637
34637
  */
34638
34638
  toAssetId() {
34639
34639
  return {
34640
- value: this.toB256()
34640
+ bits: this.toB256()
34641
34641
  };
34642
34642
  }
34643
34643
  /**