🎊 Math Wallet & Ronin Wallet added
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)