Skip to content

Commit

Permalink
chore: add doc for configurable encoding support
Browse files Browse the repository at this point in the history
Co-authored-by: Anderson Arboleya <anderson@arboleya.me>
  • Loading branch information
danielbate and arboleya authored Apr 11, 2024
1 parent 595866f commit df8d9a8
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 df8d9a8

Please sign in to comment.