We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fa42c commit cfda812Copy full SHA for cfda812
1 file changed
packages/x402/CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Changed
11
+
12
+- **BREAKING:** Address normalization now returns lowercase addresses instead of EIP-55 checksummed addresses ([#244](https://github.com/MetaMask/smart-accounts-kit/pull/244))
13
14
+### Removed
15
16
+- **BREAKING:** Removed `viem` peer dependency - now using custom Ethereum address and hex validation utilities ([#244](https://github.com/MetaMask/smart-accounts-kit/pull/244))
17
18
## [0.1.0]
19
20
### Added
0 commit comments