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