Skip to content

Commit

Permalink
Merge branch 'db/feat/deprecate-v1-configurables' of https://github.c…
Browse files Browse the repository at this point in the history
…om/FuelLabs/fuels-ts into db/feat/deprecate-v1-configurables
  • Loading branch information
danielbate committed Apr 11, 2024
2 parents 169489d + df8d9a8 commit 4b3661d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/abi-coder/src/Interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export class Interface<TAbi extends JsonAbi = JsonAbi> {

return AbiCoder.encode(this.jsonAbi, configurable.configurableType, value, {
isRightPadded: true,
// TODO: Review support for configurables in v1 encoding when it becomes available
encoding: ENCODING_V0,
});
}
Expand Down

0 comments on commit 4b3661d

Please sign in to comment.