All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add
integrationType: wagmito wagmi metamask connector(#215)
- Update
getInfuraRpcUrlscalls to use new options object parameter (#211)
- Bump workspace dependencies:
- @metamask/connect-evm@0.7.0
- @metamask/connect-multichain@0.9.0
- Update wagmi MetaMask connector (#202)
- Remove explicit dependency on
@metamask/mobile-wallet-protocol-core(#201) - Remove explicit dependency on
@metamask/mobile-wallet-protocol-wallet-client(#201)
- Bump workspace dependencies:
- @metamask/connect-multichain@0.7.0
- Fix malformed reported dapp URL causing issues in the wallet (#187)
- Add Metro bundler configuration with Node.js module shims to support APK bundling (#182)
- Enable
unstable_transformImportMetain Babel config forimport.metasupport in dependencies (#182) - Set explicit Android package identifier for APK builds (#182)
- Add
dotenvandreadable-streamas dev dependencies for Metro config (#182) - Bump workspace dependencies:
- @metamask/connect-evm@0.5.0
- @metamask/connect-multichain@0.6.0
- Make sure Multichain UI card is rendered after Multichain connection established by aligning the
SDKProviderwith the browser playground's event-emitter pattern, broken after merging in Connect Multichain Singleton PR which caused the React NativeSDKProvider'stransport.onNotificationcallback to be silently dropped, preventing session and status updates from ever reaching the UI (#181) - Fix JSON parse error on startup by replacing
createSyncStoragePersisterwithcreateAsyncStoragePersisterfor React Native's asyncAsyncStorageAPI (#182) - Fix Connect (Multichain) button not rendering by correcting
useSDK()destructuring (state->status: state) (#182)
- Bump workspace dependencies:
- @metamask/connect-multichain@0.5.3
- BREAKING: Update connect/disconnect button labels to include connector names ("Connect" → "Connect (Multichain)", "Disconnect" → "Disconnect (Multichain)" / "Disconnect All") for clarity and consistency with other connector buttons (#161)
- Update to use hex chain ID format for
@metamask/connect-evmAPI compatibility (#150)
- Initial release