Skip to content

🎊 Math Wallet & Ronin Wallet added

Compare
Choose a tag to compare
@taylorjdawson taylorjdawson released this 20 Dec 20:35
44e2070

This release adds support for Math Wallet & Ronin Wallet. To add to your project, simply add the following wallet init object to your wallets array when initializing Onboard:

//Math wallet
{
  walletName: 'mathwallet'
},
// Ronin Wallet
{
  walletName: 'ronin'
}

Changelog:
1.36.0-0.1.0: [feature] Add Ronin wallet (#757)
1.36.0-0.1.1: [fix] remove providerName check for XDeFi Wallet (#758)
1.36.0-0.2.1: [feature] Add MathWallet (#689)