Skip to content

v0.0.50

Compare
Choose a tag to compare
@codingki codingki released this 12 Sep 17:03
· 187 commits to dev since this release
  • MetaMask Snap: Remove MetaMask Flask flag, you can now use MetaMask wallet for MetaMask Snap.
  • Fix suggestChain (useSuggestChain), suggestAndConnect (useSuggestChainAndConnect) for MetaMask Snap
  • Change suggestChain param to object param
    suggestChain({
      chainInfo: ChainInfo;
      walletType: WalletType;
    })
    

Full Changelog: v.0.0.49...v0.0.50