You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: WalletConnect v1 Switch Accounts and bump V2 package support (#1644)
* Working for switching chains and accounts
* Cleanup on walletconnect v1 and standardize accounts to lowercase to match other wallets
* Revert demo changes for testing
Copy file name to clipboardExpand all lines: packages/walletconnect/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@web3-onboard/walletconnect",
3
-
"version": "2.3.5",
3
+
"version": "2.3.6-alpha.1",
4
4
"description": "WalletConnect SDK module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
0 commit comments