@fuel-ts/account 0.0.0-rc-2034-20240411105200 → 0.0.0-rc-2034-20240411110659
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.
package/dist/index.global.js
CHANGED
@@ -33302,7 +33302,8 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
33302
33302
|
}
|
33303
33303
|
return AbiCoder.encode(this.jsonAbi, configurable.configurableType, value, {
|
33304
33304
|
isRightPadded: true,
|
33305
|
-
|
33305
|
+
// TODO: Review support for configurables in v1 encoding when it becomes available
|
33306
|
+
encoding: ENCODING_V0
|
33306
33307
|
});
|
33307
33308
|
}
|
33308
33309
|
getTypeById(typeId) {
|