diff --git a/package.json b/package.json index d49811c7c09..241d69cae95 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "@toruslabs/torus.js": "^15.0.4", "@walletconnect/react-native-compat": "^2.16.2", "@walletconnect/utils": "^2.16.2", - "@walletconnect/web3wallet": "^1.15.1", + "@walletconnect/web3wallet": "^1.15.2", "bignumber.js": "^9.1.2", "clevertap-react-native": "^2.2.1", "country-data": "^0.0.31", diff --git a/test/RootStateSchema.json b/test/RootStateSchema.json index 054c27fc3bd..550615e97d8 100644 --- a/test/RootStateSchema.json +++ b/test/RootStateSchema.json @@ -1036,51 +1036,6 @@ ], "type": "object" }, - "CoreTypes.Metadata_1": { - "additionalProperties": false, - "properties": { - "description": { - "type": "string" - }, - "icons": { - "items": { - "type": "string" - }, - "type": "array" - }, - "name": { - "type": "string" - }, - "redirect": { - "additionalProperties": false, - "properties": { - "linkMode": { - "type": "boolean" - }, - "native": { - "type": "string" - }, - "universal": { - "type": "string" - } - }, - "type": "object" - }, - "url": { - "type": "string" - }, - "verifyUrl": { - "type": "string" - } - }, - "required": [ - "description", - "icons", - "name", - "url" - ], - "type": "object" - }, "CreateWalletClaimHistory": { "additionalProperties": false, "properties": { @@ -3285,26 +3240,14 @@ "additionalProperties": false, "type": "object" }, - "ProposalTypes.OptionalNamespaces_1": { - "additionalProperties": false, - "type": "object" - }, "ProposalTypes.RequiredNamespaces": { "additionalProperties": false, "type": "object" }, - "ProposalTypes.RequiredNamespaces_1": { - "additionalProperties": false, - "type": "object" - }, "ProposalTypes.SessionProperties": { "additionalProperties": false, "type": "object" }, - "ProposalTypes.SessionProperties_1": { - "additionalProperties": false, - "type": "object" - }, "ProposalTypes.Struct": { "additionalProperties": false, "properties": { @@ -3318,7 +3261,7 @@ "type": "number" }, "optionalNamespaces": { - "$ref": "#/definitions/ProposalTypes.OptionalNamespaces_1" + "$ref": "#/definitions/ProposalTypes.OptionalNamespaces" }, "pairingTopic": { "type": "string" @@ -3327,7 +3270,7 @@ "additionalProperties": false, "properties": { "metadata": { - "$ref": "#/definitions/CoreTypes.Metadata_1" + "$ref": "#/definitions/CoreTypes.Metadata" }, "publicKey": { "type": "string" @@ -3341,15 +3284,15 @@ }, "relays": { "items": { - "$ref": "#/definitions/RelayerTypes.ProtocolOptions_1" + "$ref": "#/definitions/RelayerTypes.ProtocolOptions" }, "type": "array" }, "requiredNamespaces": { - "$ref": "#/definitions/ProposalTypes.RequiredNamespaces_1" + "$ref": "#/definitions/ProposalTypes.RequiredNamespaces" }, "sessionProperties": { - "$ref": "#/definitions/ProposalTypes.SessionProperties_1" + "$ref": "#/definitions/ProposalTypes.SessionProperties" } }, "required": [ @@ -3497,21 +3440,6 @@ ], "type": "object" }, - "RelayerTypes.ProtocolOptions_1": { - "additionalProperties": false, - "properties": { - "data": { - "type": "string" - }, - "protocol": { - "type": "string" - } - }, - "required": [ - "protocol" - ], - "type": "object" - }, "Screens": { "enum": [ "AccounSetupFailureScreen", diff --git a/yarn.lock b/yarn.lock index 0270b190e94..75c654412ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4898,10 +4898,10 @@ events "^3.3.0" isomorphic-unfetch "^3.1.0" -"@walletconnect/core@2.16.1", "@walletconnect/core@^2.10.1": - version "2.16.1" - resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.16.1.tgz#019b181387792e0d284e75074b961b48193d9b6a" - integrity sha512-UlsnEMT5wwFvmxEjX8s4oju7R3zadxNbZgsFeHEsjh7uknY2zgmUe1Lfc5XU6zyPb1Jx7Nqpdx1KN485ee8ogw== +"@walletconnect/core@2.16.2", "@walletconnect/core@^2.10.1": + version "2.16.2" + resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.16.2.tgz#49c471d0e1cc4e0326165c8c7d7178aee56d7e6a" + integrity sha512-Xf1SqLSB8KffNsgUGDE/CguAcKMD+3EKfqfqNhWpimxe1QDZDUw8xq+nnxfx6MAb8fdx9GYe6Lvknx2SAAeAHw== dependencies: "@walletconnect/heartbeat" "1.2.2" "@walletconnect/jsonrpc-provider" "1.0.14" @@ -4914,8 +4914,8 @@ "@walletconnect/relay-auth" "1.0.4" "@walletconnect/safe-json" "1.0.2" "@walletconnect/time" "1.0.2" - "@walletconnect/types" "2.16.1" - "@walletconnect/utils" "2.16.1" + "@walletconnect/types" "2.16.2" + "@walletconnect/utils" "2.16.2" events "3.3.0" lodash.isequal "4.5.0" uint8arrays "3.1.0" @@ -5039,19 +5039,19 @@ dependencies: tslib "1.14.1" -"@walletconnect/sign-client@2.16.1", "@walletconnect/sign-client@^2.13.3": - version "2.16.1" - resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.16.1.tgz#94a2f630ba741bd180f540c53576c5ceaace4857" - integrity sha512-s2Tx2n2duxt+sHtuWXrN9yZVaHaYqcEcjwlTD+55/vs5NUPlISf+fFmZLwSeX1kUlrSBrAuxPUcqQuRTKcjLOA== +"@walletconnect/sign-client@2.16.2", "@walletconnect/sign-client@^2.13.3": + version "2.16.2" + resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.16.2.tgz#2356c3418bce0b867a661a2bddafd6b8bb02214a" + integrity sha512-R/hk2P3UN5u3FV22E7h9S/Oy8IbDwaBGH7St/BzOpJCjFmf6CF5S3GZVjrXPBesvRF94CROkqMF89wz5HkZepA== dependencies: - "@walletconnect/core" "2.16.1" + "@walletconnect/core" "2.16.2" "@walletconnect/events" "1.0.1" "@walletconnect/heartbeat" "1.2.2" "@walletconnect/jsonrpc-utils" "1.0.8" "@walletconnect/logger" "2.1.2" "@walletconnect/time" "1.0.2" - "@walletconnect/types" "2.16.1" - "@walletconnect/utils" "2.16.1" + "@walletconnect/types" "2.16.2" + "@walletconnect/utils" "2.16.2" events "3.3.0" "@walletconnect/time@1.0.2", "@walletconnect/time@^1.0.2": @@ -5061,18 +5061,6 @@ dependencies: tslib "1.14.1" -"@walletconnect/types@2.16.1": - version "2.16.1" - resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.16.1.tgz#6583d458d3f7b1919d482ba516ccb7878ec8c91f" - integrity sha512-9P4RG4VoDEF+yBF/n2TF12gsvT/aTaeZTVDb/AOayafqiPnmrQZMKmNCJJjq1sfdsDcHXFcZWMGsuCeSJCmrXA== - dependencies: - "@walletconnect/events" "1.0.1" - "@walletconnect/heartbeat" "1.2.2" - "@walletconnect/jsonrpc-types" "1.0.4" - "@walletconnect/keyvaluestorage" "1.1.1" - "@walletconnect/logger" "2.1.2" - events "3.3.0" - "@walletconnect/types@2.16.2", "@walletconnect/types@^2.13.3": version "2.16.2" resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.16.2.tgz#a8bd9d09e6248f72c79686881e4aae46306e6ea0" @@ -5085,29 +5073,7 @@ "@walletconnect/logger" "2.1.2" events "3.3.0" -"@walletconnect/utils@2.16.1": - version "2.16.1" - resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.16.1.tgz#2099cc2bd16b0edc32022f64aa2c2c323b45d1d4" - integrity sha512-aoQirVoDoiiEtYeYDtNtQxFzwO/oCrz9zqeEEXYJaAwXlGVTS34KFe7W3/Rxd/pldTYKFOZsku2EzpISfH8Wsw== - dependencies: - "@stablelib/chacha20poly1305" "1.0.1" - "@stablelib/hkdf" "1.0.1" - "@stablelib/random" "1.0.2" - "@stablelib/sha256" "1.0.1" - "@stablelib/x25519" "1.0.3" - "@walletconnect/relay-api" "1.0.11" - "@walletconnect/relay-auth" "1.0.4" - "@walletconnect/safe-json" "1.0.2" - "@walletconnect/time" "1.0.2" - "@walletconnect/types" "2.16.1" - "@walletconnect/window-getters" "1.0.1" - "@walletconnect/window-metadata" "1.0.1" - detect-browser "5.3.0" - elliptic "^6.5.7" - query-string "7.1.3" - uint8arrays "3.1.0" - -"@walletconnect/utils@^2.10.1", "@walletconnect/utils@^2.16.2": +"@walletconnect/utils@2.16.2", "@walletconnect/utils@^2.10.1", "@walletconnect/utils@^2.16.2": version "2.16.2" resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.16.2.tgz#e7afbec7bf7ad7a4e86b2c5de233df3865d8cd23" integrity sha512-CEMxMCIqvwXd8YIEXfBoCiWY8DtUevJ/w14Si+cmTHWHBDWKRZll7+QUXgICIBx5kyX3GMAKNABaTlg2A2CPSg== @@ -5129,19 +5095,19 @@ query-string "7.1.3" uint8arrays "3.1.0" -"@walletconnect/web3wallet@^1.15.1": - version "1.15.1" - resolved "https://registry.yarnpkg.com/@walletconnect/web3wallet/-/web3wallet-1.15.1.tgz#47d041c07e2b12824ade85e53ed50c89536ef37b" - integrity sha512-EgtdZUgtf0diU98x8Q8tiZslE0Z5comnxv3SqmAIgkdhpXDxaM/goo7BC1yC+Wey/IHOOVYg2SW+La2Txk+6hQ== +"@walletconnect/web3wallet@^1.15.2": + version "1.15.2" + resolved "https://registry.yarnpkg.com/@walletconnect/web3wallet/-/web3wallet-1.15.2.tgz#61c60bf71f430bbd45a4393d0090862bbb6b4486" + integrity sha512-7U2G/GA6zgsTzqdQOV0MEcj7CSZdvP/URKITWF45hkhlxscQg0N+TqFWGcPkym8t4kI4mqa5QnY5K5I+HhWTPA== dependencies: "@walletconnect/auth-client" "2.1.2" - "@walletconnect/core" "2.16.1" + "@walletconnect/core" "2.16.2" "@walletconnect/jsonrpc-provider" "1.0.14" "@walletconnect/jsonrpc-utils" "1.0.8" "@walletconnect/logger" "2.1.2" - "@walletconnect/sign-client" "2.16.1" - "@walletconnect/types" "2.16.1" - "@walletconnect/utils" "2.16.1" + "@walletconnect/sign-client" "2.16.2" + "@walletconnect/types" "2.16.2" + "@walletconnect/utils" "2.16.2" "@walletconnect/window-getters@1.0.1", "@walletconnect/window-getters@^1.0.1": version "1.0.1"