Skip to content

Commit 77e498f

Browse files
authored
Upgrade wallet connect v2 packages (#1788)
1 parent dbddeb8 commit 77e498f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@web3-onboard/trust": "^2.0.3",
5353
"@web3-onboard/uauth": "^2.0.4",
5454
"@web3-onboard/venly": "^2.0.0",
55-
"@web3-onboard/walletconnect": "^2.3.9",
55+
"@web3-onboard/walletconnect": "^2.3.10-alpha.1",
5656
"@web3-onboard/web3auth": "^2.2.2",
5757
"@web3-onboard/xdefi": "^2.0.3",
5858
"@web3-onboard/zeal": "^2.0.3",

packages/walletconnect/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/walletconnect",
3-
"version": "2.3.9",
3+
"version": "2.3.10-alpha.1",
44
"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.",
55
"keywords": [
66
"Ethereum",
@@ -61,8 +61,8 @@
6161
"dependencies": {
6262
"@ethersproject/providers": "5.5.0",
6363
"@walletconnect/client": "^1.8.0",
64-
"@walletconnect/ethereum-provider": "2.8.0",
65-
"@walletconnect/modal":"2.4.3",
64+
"@walletconnect/ethereum-provider": "2.8.4",
65+
"@walletconnect/modal":"2.5.4",
6666
"@walletconnect/qrcode-modal": "^1.8.0",
6767
"@web3-onboard/common": "^2.3.3",
6868
"rxjs": "^7.5.2"

0 commit comments

Comments
 (0)