Skip to content

Commit

Permalink
Revert "fix: walletconnect v2 disconnect event (#1749)"
Browse files Browse the repository at this point in the history
This reverts commit a5b9fa3.
  • Loading branch information
heisenberg-2077 committed Sep 15, 2023
1 parent b51df40 commit 099e3b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@rabby-wallet/eth-lattice-keyring": "^1.0.5",
"@rabby-wallet/eth-simple-keyring": "^4.2.1",
"@rabby-wallet/eth-trezor-keyring": "^2.2.0",
"@rabby-wallet/eth-walletconnect-keyring": "^2.0.1",
"@rabby-wallet/eth-walletconnect-keyring": "2.0.0-beta.5",
"@rabby-wallet/eth-watch-keyring": "^1.0.0",
"@rabby-wallet/gnosis-sdk": "^1.3.5",
"@rabby-wallet/page-provider": "^0.1.20",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3466,14 +3466,14 @@
ethereumjs-util "^7.1.5"
hdkey "0.8.0"

"@rabby-wallet/eth-walletconnect-keyring@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@rabby-wallet/eth-walletconnect-keyring/-/eth-walletconnect-keyring-2.0.1.tgz#057f215bcc57825870441ce287af9a251dfd1dfa"
integrity sha512-JyB1GqGE69RAEMIHW1vPd/odPnwnzofJ6gXj8I+WsVeUThDCCk5so/Q42A8V8q/ze+6KUu0MPXagcm57LLtiAw==
"@rabby-wallet/[email protected].0-beta.5":
version "2.0.0-beta.5"
resolved "https://registry.yarnpkg.com/@rabby-wallet/eth-walletconnect-keyring/-/eth-walletconnect-keyring-2.0.0-beta.5.tgz#f3be1f022451bac36b2fa3da9752b161d9d32696"
integrity sha512-1sPflriDw7WjwnR9bvUDOnhM0Oj/1a7uidJ7t+ekJ+VVS3n8doYGScXkqo50awZbMydU8PGeQTzJhjoYIpkR7Q==
dependencies:
"@ethereumjs/tx" "^3.5.2"
"@walletconnect/sign-client" "^2.10.0"
"@walletconnect/types" "^2.10.0"
"@walletconnect/sign-client" "^2.10.1"
"@walletconnect/types" "^2.10.1"
ethereumjs-util "^7.1.3"
events "^3.3.0"
web3-utils "^1.6.0"
Expand Down Expand Up @@ -5044,7 +5044,7 @@
dependencies:
tslib "1.14.1"

"@walletconnect/sign-client@^2.10.0":
"@walletconnect/sign-client@^2.10.1":
version "2.10.1"
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.10.1.tgz#db60bc9400cd79f0cb2380067343512b21ee4749"
integrity sha512-iG3eJGi1yXeG3xGeVSSMf8wDFyx239B0prLQfy1uYDtYFb2ynnH/09oqAZyKn96W5nfQzUgM2Mz157PVdloH3Q==
Expand All @@ -5066,7 +5066,7 @@
dependencies:
tslib "1.14.1"

"@walletconnect/[email protected]", "@walletconnect/types@^2.10.0":
"@walletconnect/[email protected]", "@walletconnect/types@^2.10.1":
version "2.10.1"
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.10.1.tgz#1355bce236f3eef575716ea3efe4beed98a873ef"
integrity sha512-7pccAhajQdiH2kYywjE1XI64IqRI+4ioyGy0wvz8d0UFQ/DSG3MLKR8jHf5aTOafQQ/HRLz6xvlzN4a7gIVkUQ==
Expand Down

0 comments on commit 099e3b6

Please sign in to comment.