Skip to content

Frame wallet support! 🎉

Compare
Choose a tag to compare
@taylorjdawson taylorjdawson released this 03 Mar 22:50
8f2b913

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:

  • 1.19.2-0.2.0: Adds Frame wallet support (#494)
  • 1.19.2-0.1.0: Adds an optional networkName field to the config (#502)