Frame wallet support! 🎉
This release adds the Frame wallet to Onboard! To include in your project simply add the following init object to your wallets array when initializing Onboard: { walletName: 'frame' }
.
Additionally, Onboard now has the option to specify a custom network name. This custom network name can be used for all non-supported networks. For instance, before this releases if you were to add a networkId: 56
for binance smart chain when you did a wallet check you'd see local
as the network to switch too. Now you can replace local
with Binance smart chain mainnet
for a better user experience.
Changelog: