Skip to content

Commit

Permalink
docs: update migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
janniks committed Jun 10, 2024
1 parent a3288c5 commit faae503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ For `bigint` values, the type of the `value` property is a now `string`, for bet
### `serialize` methods

Existing methods now use hex-encoded strings instead of `Uint8Array`s.
For easiery migrating, renaming the following methods is possible to keep the previous behavior:
For easier migrating, renaming the following methods is possible to keep the previous behavior:

- `serializeCV``serializeCVBytes`
- `serializeAddress``serializeAddressBytes`
Expand Down

0 comments on commit faae503

Please sign in to comment.