@fuel-ts/account 0.0.0-rc-2040-20240411101115 → 0.0.0-rc-2040-20240411104146

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.

@@ -33300,7 +33300,9 @@ This unreleased fuel-core build may include features and updates not yet support
33300
33300
  );
33301
33301
  }
33302
33302
  return AbiCoder.encode(this.jsonAbi, configurable.configurableType, value, {
33303
- isRightPadded: true
33303
+ isRightPadded: true,
33304
+ // TODO: Review support for configurables in v1 encoding when it becomes available
33305
+ encoding: ENCODING_V0
33304
33306
  });
33305
33307
  }
33306
33308
  getTypeById(typeId) {