Releases
v8.0.0
Compare
Sorry, something went wrong.
No results found
@metamask/connect-evm 0.1.2
Added
BREAKING Replace chainId property on connect method with chainIds to support for connecting to multiple chains (#77 )
Changed
Bump @metamask/connect-multichain removing enable flag from analytics (#92 )
BREAKING Change connectWithMessage() to expect param object with message and optional chainIds property (#82 )
message should be the value that the user will prompted to sign with their selected account after connecting. message is required.
chainIds should be an array of chainIds that the wallet will prompt the user to grant permisson for. chainIds is optional.
Fixed
Fix duplicate onNotification listener (#81 )
Fixed addEthereumChain not being prompted on mobile native browsers after a switch chain failure (#79 )
@metamask/connect-multichain 0.4.0
Changed
BREAKING Remove opt-out of analytics from connect-multichain. MultichainOptions removes the enable flag from analytics config object (#92 )
Fixed
Fix potential listener leak on MultichainCore.deeplinkConnect and duplicate dappClient.on('message') on MWPTransport (#81 )
Reverted: Fix mobile deeplink bug that occurred when MultichainSDK.connect() was called and the transport was already connected (#74 )
Fix rejections of the initial permission approval for deeplink connections not correctly updating the connection status to disconnected (#75 )
Fix connect() not working for mobile deeplink and QR connections when a previous connection attempt gets stuck (#85 )
Fix connect() improperly wrapping errors resulting in them being serialized to [object Object] (#86 )
@metamask/multichain-ui 0.3.0
Changed
BREAKING Change stencil loader export path to ./loader for previous paths ./dist/loader/index.js and ./dist/loader/index.cjs.js (#73 )
You can’t perform that action at this time.