Conversation
🦋 Changeset detectedLatest commit: 068739c The changes in this PR will be included in the next version bump. This PR includes changesets to release 14 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Extends helpers avaialble for working with `AccountId` values. New helpers were included in ENSNode SDK in order to support goals related to the new `registrars` plugin. Related to #1228.
2466a70 to
b7e62c8
Compare
… `AccountId` type.
lightwalker-eth
left a comment
There was a problem hiding this comment.
@tk-o Hey looks great. Shared a few small suggestions. Please merge when ready 👍
|
|
||
| return { | ||
| chainId: result.chainId.reference, | ||
| address: result.address, |
There was a problem hiding this comment.
Is it necessary to convert result.address to lowercase?
There was a problem hiding this comment.
The address will be converted to lowercase by makeSerializedAccountIdSchema which internally uses makeLowercaseAddressSchema when parsing the address value. The lowercase address format is assumed by our business logic, so this conversion is required.
283b515 to
068739c
Compare
Extends helpers avaialble for working with
AccountIdvalues. New helpers were included in ENSNode SDK in order to support goals related to the newregistrarsplugin.Related to #1228.