Skip to content

Releases: blocknative/web3-onboard

Squarelink Wallet

23 Oct 04:08
9ac2878
Compare
Choose a tag to compare

This release adds Squarelink wallet to the list of default wallet modules. ow has also been removed as a dependency as it was throwing errors in server side rendered apps and Onboard now uses the latest bnc-sdk version.

Changelog:

  • Fix wallet module intialization (#18)
  • Squarelink wallet integration (#20)
  • Add SDK instance to wallet object (#22)
  • Remove ow dependency (#24)
  • Changes to fit new bnc-sdk API (#26)

Bug Fixes

16 Oct 06:41
1f50104
Compare
Choose a tag to compare

This is a small release to implement a few bug fixes.

Change log:

  • Fix autoSelect wallet bug (#9)
  • Fix minimum balance comparison (#11)
  • Fix exponent notation strings (#13)
  • Fix dark mode heading styling (#15)