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

@@ -35432,7 +35432,7 @@ This unreleased fuel-core build may include features and updates not yet support
35432
35432
  (max2, coder) => Math.max(max2, coder.encodedLength),
35433
35433
  0
35434
35434
  );
35435
- super("enum", `enum ${name}`, caseIndexCoder.encodedLength + encodedValueSize);
35435
+ super(`enum ${name}`, `enum ${name}`, caseIndexCoder.encodedLength + encodedValueSize);
35436
35436
  this.name = name;
35437
35437
  this.coders = coders;
35438
35438
  this.#caseIndexCoder = caseIndexCoder;
@@ -36119,7 +36119,7 @@ This unreleased fuel-core build may include features and updates not yet support
36119
36119
  (max2, coder) => Math.max(max2, coder.encodedLength),
36120
36120
  0
36121
36121
  );
36122
- super("enum", `enum ${name}`, caseIndexCoder.encodedLength + encodedValueSize);
36122
+ super(`enum ${name}`, `enum ${name}`, caseIndexCoder.encodedLength + encodedValueSize);
36123
36123
  this.name = name;
36124
36124
  this.coders = coders;
36125
36125
  this.#caseIndexCoder = caseIndexCoder;