This repository was archived by the owner on Sep 11, 2026. It is now read-only.
9.0.0
Changed
- BREAKING: The return types of functions
getChecksumAddress,numberToHex,bigIntToHexare narrowed fromstringtoHex(#193)
Fixed
- Bump
@metamask/superstructfrom^3.0.0to^3.1.0(#194)- If
@metamask/utils<=8.5.0is used with@metamask/superstruct>=3.1.0the following error may be encountered:
This can be resolved by updatingerror TS2742: The inferred type of 'ExampleType' cannot be named without a reference to '@metamask/utils/node_modules/@metamask/superstruct'. This is likely not portable. A type annotation is necessary.
@metamask/utilsto>=9.0.0. - If