github-actions
released this
19 Dec 23:54
·
25 commits
to main
since this release
Patch Changes
-
#3491
0a8ead2
Thanks @magiziz! - Fixed an issue where browser tab option was showing for all wallets -
#3509
0926b4d
Thanks @svenvoskamp! - Fix issue where accounts were not correctly set -
#3516
04208c8
Thanks @zoruka! - Add unit testing for Bitcoin adapter and fix unused default values -
#3514
15bfe49
Thanks @magiziz! - Fixed an issue where thependingTransactions
event was being emitted infinitely in wagmi adapter.Additionally another option was added to wagmi adapter called
pendingTransactionsFilter
.Example usage
const wagmiAdapter = new WagmiAdapter({ networks: [ /* Your Networks */ ], projectId: 'YOUR_PROJECT_ID', pendingTransactionsFilter: { enable: true, pollingInterval: 15_000 } }) createAppKit({ adapters: [wagmiAdapter], networks: [ /* Your Networks */ ], projectId: 'YOUR_PROJECT_ID' })
-
Updated dependencies [
0a8ead2
,0926b4d
,04208c8
,15bfe49
]:- @reown/appkit-common@1.6.2
- @reown/appkit-polyfills@1.6.2