@fuel-ts/account 0.0.0-rc-1832-20240403120235 → 0.0.0-rc-1832-20240403145310

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.

@@ -31967,7 +31967,7 @@ This unreleased fuel-core build may include features and updates not yet support
31967
31967
  (max2, coder) => Math.max(max2, coder.encodedLength),
31968
31968
  0
31969
31969
  );
31970
- super("enum", `enum ${name}`, caseIndexCoder.encodedLength + encodedValueSize);
31970
+ super(`enum ${name}`, `enum ${name}`, caseIndexCoder.encodedLength + encodedValueSize);
31971
31971
  this.name = name;
31972
31972
  this.coders = coders;
31973
31973
  this.#caseIndexCoder = caseIndexCoder;
@@ -32654,7 +32654,7 @@ This unreleased fuel-core build may include features and updates not yet support
32654
32654
  (max2, coder) => Math.max(max2, coder.encodedLength),
32655
32655
  0
32656
32656
  );
32657
- super("enum", `enum ${name}`, caseIndexCoder.encodedLength + encodedValueSize);
32657
+ super(`enum ${name}`, `enum ${name}`, caseIndexCoder.encodedLength + encodedValueSize);
32658
32658
  this.name = name;
32659
32659
  this.coders = coders;
32660
32660
  this.#caseIndexCoder = caseIndexCoder;