@fuel-ts/account 0.0.0-rc-2040-20240411103253 → 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.

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