v1.0.0
What's Changed
- Handle edge case when wallets aren't present immediately in InjectedWindow by @SaltyCucumber in #156
- Bump eslint-config-next from 13.4.13 to 13.4.19 by @dependabot in #148
- Bump prettier from 3.0.1 to 3.0.3 by @dependabot in #157
- Bump @types/node from 20.4.9 to 20.5.7 by @dependabot in #155
- Bump next from 13.4.13 to 13.4.19 by @dependabot in #150
Major Version changes:
The BaseWalletProvider.getWallets() return type has changed to a Promise. This helps to retry retrieving InjectedWeb3.
Full Changelog: v0.2.0...v1.0.0