@fuel-ts/account 0.0.0-rc-2034-20240411105200 → 0.0.0-rc-2034-20240411113526
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.
@@ -36767,7 +36767,8 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
36767
36767
|
}
|
36768
36768
|
return AbiCoder.encode(this.jsonAbi, configurable.configurableType, value, {
|
36769
36769
|
isRightPadded: true,
|
36770
|
-
|
36770
|
+
// TODO: Review support for configurables in v1 encoding when it becomes available
|
36771
|
+
encoding: ENCODING_V0
|
36771
36772
|
});
|
36772
36773
|
}
|
36773
36774
|
getTypeById(typeId) {
|