From b4526e3d464b18b97ce24b2d9204134e988b6960 Mon Sep 17 00:00:00 2001 From: Gancho Radkov Date: Mon, 5 Feb 2024 11:42:27 +0200 Subject: [PATCH] chore: updates canary --- package-lock.json | 128 +++++++++++++++++----------------- packages/ethers/package.json | 2 +- packages/ethers5/package.json | 2 +- 3 files changed, 66 insertions(+), 66 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13269020ef..c0d1c6b107 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33610,7 +33610,7 @@ "license": "Apache-2.0", "dependencies": { "@coinbase/wallet-sdk": "3.9.1", - "@walletconnect/ethereum-provider": "2.11.0-canary-ws.0", + "@walletconnect/ethereum-provider": "2.11.0-canary-ws.1", "@web3modal/polyfills": "4.0.0-648b6755", "@web3modal/scaffold": "4.0.0-648b6755", "@web3modal/scaffold-react": "4.0.0-648b6755", @@ -33753,9 +33753,9 @@ "dev": true }, "packages/ethers/node_modules/@walletconnect/core": { - "version": "2.11.0-canary-ws.0", - "resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.11.0-canary-ws.0.tgz", - "integrity": "sha512-Bk9/n0RldcJ2My8GVlExSAYLEbGl5mMYHAcy8d5O/+xTWH9hRiGuePHagjYJ8/o545D0UIosCE9j3Qf2RpKSHw==", + "version": "2.11.0-canary-ws.1", + "resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.11.0-canary-ws.1.tgz", + "integrity": "sha512-Ct3yvJSG0FGqwL0J71zQXWDiKAMmhY3UM+hxKuL/K6tvHaSeY39JZ0Fb+c54DS2Mjz1mswcKzk8PY0HmhgDpSg==", "dependencies": { "@walletconnect/heartbeat": "1.2.1", "@walletconnect/jsonrpc-provider": "1.0.13", @@ -33768,8 +33768,8 @@ "@walletconnect/relay-auth": "^1.0.4", "@walletconnect/safe-json": "^1.0.2", "@walletconnect/time": "^1.0.2", - "@walletconnect/types": "2.11.0-canary-ws.0", - "@walletconnect/utils": "2.11.0-canary-ws.0", + "@walletconnect/types": "2.11.0-canary-ws.1", + "@walletconnect/utils": "2.11.0-canary-ws.1", "events": "^3.3.0", "isomorphic-unfetch": "3.1.0", "lodash.isequal": "4.5.0", @@ -33777,42 +33777,42 @@ } }, "packages/ethers/node_modules/@walletconnect/ethereum-provider": { - "version": "2.11.0-canary-ws.0", - "resolved": "https://registry.npmjs.org/@walletconnect/ethereum-provider/-/ethereum-provider-2.11.0-canary-ws.0.tgz", - "integrity": "sha512-qd4niZWOb6rnmf4dy7vGygBjCtoDoVqs9EZp/RuY3b3Wdi+WMuv1iFPHYCy6lBM1hhIjZQ8j3PmKULq+13s0uw==", + "version": "2.11.0-canary-ws.1", + "resolved": "https://registry.npmjs.org/@walletconnect/ethereum-provider/-/ethereum-provider-2.11.0-canary-ws.1.tgz", + "integrity": "sha512-b44h/050jLkq9ge6fD6OpTCw6D/EHNbbTOKZwdd+gFHW0pVa04qxSvhCOYn6s0RzlYW3isNrcNt29n7zrRXHcA==", "dependencies": { "@walletconnect/jsonrpc-http-connection": "^1.0.7", "@walletconnect/jsonrpc-provider": "^1.0.13", "@walletconnect/jsonrpc-types": "^1.0.3", "@walletconnect/jsonrpc-utils": "^1.0.8", "@walletconnect/modal": "^2.6.2", - "@walletconnect/sign-client": "2.11.0-canary-ws.0", - "@walletconnect/types": "2.11.0-canary-ws.0", - "@walletconnect/universal-provider": "2.11.0-canary-ws.0", - "@walletconnect/utils": "2.11.0-canary-ws.0", + "@walletconnect/sign-client": "2.11.0-canary-ws.1", + "@walletconnect/types": "2.11.0-canary-ws.1", + "@walletconnect/universal-provider": "2.11.0-canary-ws.1", + "@walletconnect/utils": "2.11.0-canary-ws.1", "events": "^3.3.0" } }, "packages/ethers/node_modules/@walletconnect/sign-client": { - "version": "2.11.0-canary-ws.0", - "resolved": "https://registry.npmjs.org/@walletconnect/sign-client/-/sign-client-2.11.0-canary-ws.0.tgz", - "integrity": "sha512-yeZ/U/0wnjttX0N+MmLgtSAocL14nPnL1Hhh4ORCwysGF3Zzn1Of4InCParkuQEhFdAhZBa+QjIUjyr6vLOcZg==", + "version": "2.11.0-canary-ws.1", + "resolved": "https://registry.npmjs.org/@walletconnect/sign-client/-/sign-client-2.11.0-canary-ws.1.tgz", + "integrity": "sha512-t/+FnH/SesdPu8BYRiqjY95mnOce+WcGUypmeVWu3UJLquxc8h6I7QGXxnsw1H1Zm56yLMQbiTbTul89DSde/g==", "dependencies": { - "@walletconnect/core": "2.11.0-canary-ws.0", + "@walletconnect/core": "2.11.0-canary-ws.1", "@walletconnect/events": "^1.0.1", "@walletconnect/heartbeat": "1.2.1", "@walletconnect/jsonrpc-utils": "1.0.8", "@walletconnect/logger": "^2.0.1", "@walletconnect/time": "^1.0.2", - "@walletconnect/types": "2.11.0-canary-ws.0", - "@walletconnect/utils": "2.11.0-canary-ws.0", + "@walletconnect/types": "2.11.0-canary-ws.1", + "@walletconnect/utils": "2.11.0-canary-ws.1", "events": "^3.3.0" } }, "packages/ethers/node_modules/@walletconnect/types": { - "version": "2.11.0-canary-ws.0", - "resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.11.0-canary-ws.0.tgz", - "integrity": "sha512-kjye2IUlK0ZmsHy5Lh3injUqNqiUoKRbMvUZ7MZSr37CjcZiHhuEFQv8F7OT+3aSqt7U+xeCcyOSF2piny0aKQ==", + "version": "2.11.0-canary-ws.1", + "resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.11.0-canary-ws.1.tgz", + "integrity": "sha512-Em/m+cd7e3AZwHuMjdVaMo12WUaWshF6OeT8dT7OaI5Pii4fwJfQxw5raj4OPZZM0rIvE9lajSCMS6I+ynufeg==", "dependencies": { "@walletconnect/events": "^1.0.1", "@walletconnect/heartbeat": "1.2.1", @@ -33823,25 +33823,25 @@ } }, "packages/ethers/node_modules/@walletconnect/universal-provider": { - "version": "2.11.0-canary-ws.0", - "resolved": "https://registry.npmjs.org/@walletconnect/universal-provider/-/universal-provider-2.11.0-canary-ws.0.tgz", - "integrity": "sha512-i6sFjIrE7eax9N2IYn1yF0sS8hrME4Z29Ea9lQfqU50TiQ6hew3dNvF8lfxurliIgkLyqB2Nwh/aaiAgWSByvA==", + "version": "2.11.0-canary-ws.1", + "resolved": "https://registry.npmjs.org/@walletconnect/universal-provider/-/universal-provider-2.11.0-canary-ws.1.tgz", + "integrity": "sha512-iMNfkwg1OYVGUiQBlavS+NiNIGGa3ISYtLbpiRlHmTJOLZOFpp4HWvX73sU//moumaPsCRWTJNkmxtOlfFE2Ow==", "dependencies": { "@walletconnect/jsonrpc-http-connection": "^1.0.7", "@walletconnect/jsonrpc-provider": "1.0.13", "@walletconnect/jsonrpc-types": "^1.0.2", "@walletconnect/jsonrpc-utils": "^1.0.7", "@walletconnect/logger": "^2.0.1", - "@walletconnect/sign-client": "2.11.0-canary-ws.0", - "@walletconnect/types": "2.11.0-canary-ws.0", - "@walletconnect/utils": "2.11.0-canary-ws.0", + "@walletconnect/sign-client": "2.11.0-canary-ws.1", + "@walletconnect/types": "2.11.0-canary-ws.1", + "@walletconnect/utils": "2.11.0-canary-ws.1", "events": "^3.3.0" } }, "packages/ethers/node_modules/@walletconnect/utils": { - "version": "2.11.0-canary-ws.0", - "resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.11.0-canary-ws.0.tgz", - "integrity": "sha512-/CcBzkHOD/+2jlButZ3Ry7guI3qaV5yNxEChGc6QV6Uji8hXkM0l1GlWI8dwF8tN058Qq3yveiknjovnG73U6Q==", + "version": "2.11.0-canary-ws.1", + "resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.11.0-canary-ws.1.tgz", + "integrity": "sha512-+dDk7FbbRUF+4XG8BrRYmYXx7OLWhLn8nLU4ihpC/8hmFVnC05ZZYb3fsf45+vNoF4jsQlxXo9EeQ7NN4Hb0VA==", "dependencies": { "@stablelib/chacha20poly1305": "1.0.1", "@stablelib/hkdf": "1.0.1", @@ -33851,7 +33851,7 @@ "@walletconnect/relay-api": "^1.0.9", "@walletconnect/safe-json": "^1.0.2", "@walletconnect/time": "^1.0.2", - "@walletconnect/types": "2.11.0-canary-ws.0", + "@walletconnect/types": "2.11.0-canary-ws.1", "@walletconnect/window-getters": "^1.0.1", "@walletconnect/window-metadata": "^1.0.1", "detect-browser": "5.3.0", @@ -33914,7 +33914,7 @@ "license": "Apache-2.0", "dependencies": { "@coinbase/wallet-sdk": "3.9.1", - "@walletconnect/ethereum-provider": "2.11.0-canary-ws.0", + "@walletconnect/ethereum-provider": "2.11.0-canary-ws.1", "@web3modal/polyfills": "4.0.0-648b6755", "@web3modal/scaffold": "4.0.0-648b6755", "@web3modal/scaffold-react": "4.0.0-648b6755", @@ -34057,9 +34057,9 @@ "dev": true }, "packages/ethers5/node_modules/@walletconnect/core": { - "version": "2.11.0-canary-ws.0", - "resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.11.0-canary-ws.0.tgz", - "integrity": "sha512-Bk9/n0RldcJ2My8GVlExSAYLEbGl5mMYHAcy8d5O/+xTWH9hRiGuePHagjYJ8/o545D0UIosCE9j3Qf2RpKSHw==", + "version": "2.11.0-canary-ws.1", + "resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.11.0-canary-ws.1.tgz", + "integrity": "sha512-Ct3yvJSG0FGqwL0J71zQXWDiKAMmhY3UM+hxKuL/K6tvHaSeY39JZ0Fb+c54DS2Mjz1mswcKzk8PY0HmhgDpSg==", "dependencies": { "@walletconnect/heartbeat": "1.2.1", "@walletconnect/jsonrpc-provider": "1.0.13", @@ -34072,8 +34072,8 @@ "@walletconnect/relay-auth": "^1.0.4", "@walletconnect/safe-json": "^1.0.2", "@walletconnect/time": "^1.0.2", - "@walletconnect/types": "2.11.0-canary-ws.0", - "@walletconnect/utils": "2.11.0-canary-ws.0", + "@walletconnect/types": "2.11.0-canary-ws.1", + "@walletconnect/utils": "2.11.0-canary-ws.1", "events": "^3.3.0", "isomorphic-unfetch": "3.1.0", "lodash.isequal": "4.5.0", @@ -34081,42 +34081,42 @@ } }, "packages/ethers5/node_modules/@walletconnect/ethereum-provider": { - "version": "2.11.0-canary-ws.0", - "resolved": "https://registry.npmjs.org/@walletconnect/ethereum-provider/-/ethereum-provider-2.11.0-canary-ws.0.tgz", - "integrity": "sha512-qd4niZWOb6rnmf4dy7vGygBjCtoDoVqs9EZp/RuY3b3Wdi+WMuv1iFPHYCy6lBM1hhIjZQ8j3PmKULq+13s0uw==", + "version": "2.11.0-canary-ws.1", + "resolved": "https://registry.npmjs.org/@walletconnect/ethereum-provider/-/ethereum-provider-2.11.0-canary-ws.1.tgz", + "integrity": "sha512-b44h/050jLkq9ge6fD6OpTCw6D/EHNbbTOKZwdd+gFHW0pVa04qxSvhCOYn6s0RzlYW3isNrcNt29n7zrRXHcA==", "dependencies": { "@walletconnect/jsonrpc-http-connection": "^1.0.7", "@walletconnect/jsonrpc-provider": "^1.0.13", "@walletconnect/jsonrpc-types": "^1.0.3", "@walletconnect/jsonrpc-utils": "^1.0.8", "@walletconnect/modal": "^2.6.2", - "@walletconnect/sign-client": "2.11.0-canary-ws.0", - "@walletconnect/types": "2.11.0-canary-ws.0", - "@walletconnect/universal-provider": "2.11.0-canary-ws.0", - "@walletconnect/utils": "2.11.0-canary-ws.0", + "@walletconnect/sign-client": "2.11.0-canary-ws.1", + "@walletconnect/types": "2.11.0-canary-ws.1", + "@walletconnect/universal-provider": "2.11.0-canary-ws.1", + "@walletconnect/utils": "2.11.0-canary-ws.1", "events": "^3.3.0" } }, "packages/ethers5/node_modules/@walletconnect/sign-client": { - "version": "2.11.0-canary-ws.0", - "resolved": "https://registry.npmjs.org/@walletconnect/sign-client/-/sign-client-2.11.0-canary-ws.0.tgz", - "integrity": "sha512-yeZ/U/0wnjttX0N+MmLgtSAocL14nPnL1Hhh4ORCwysGF3Zzn1Of4InCParkuQEhFdAhZBa+QjIUjyr6vLOcZg==", + "version": "2.11.0-canary-ws.1", + "resolved": "https://registry.npmjs.org/@walletconnect/sign-client/-/sign-client-2.11.0-canary-ws.1.tgz", + "integrity": "sha512-t/+FnH/SesdPu8BYRiqjY95mnOce+WcGUypmeVWu3UJLquxc8h6I7QGXxnsw1H1Zm56yLMQbiTbTul89DSde/g==", "dependencies": { - "@walletconnect/core": "2.11.0-canary-ws.0", + "@walletconnect/core": "2.11.0-canary-ws.1", "@walletconnect/events": "^1.0.1", "@walletconnect/heartbeat": "1.2.1", "@walletconnect/jsonrpc-utils": "1.0.8", "@walletconnect/logger": "^2.0.1", "@walletconnect/time": "^1.0.2", - "@walletconnect/types": "2.11.0-canary-ws.0", - "@walletconnect/utils": "2.11.0-canary-ws.0", + "@walletconnect/types": "2.11.0-canary-ws.1", + "@walletconnect/utils": "2.11.0-canary-ws.1", "events": "^3.3.0" } }, "packages/ethers5/node_modules/@walletconnect/types": { - "version": "2.11.0-canary-ws.0", - "resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.11.0-canary-ws.0.tgz", - "integrity": "sha512-kjye2IUlK0ZmsHy5Lh3injUqNqiUoKRbMvUZ7MZSr37CjcZiHhuEFQv8F7OT+3aSqt7U+xeCcyOSF2piny0aKQ==", + "version": "2.11.0-canary-ws.1", + "resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.11.0-canary-ws.1.tgz", + "integrity": "sha512-Em/m+cd7e3AZwHuMjdVaMo12WUaWshF6OeT8dT7OaI5Pii4fwJfQxw5raj4OPZZM0rIvE9lajSCMS6I+ynufeg==", "dependencies": { "@walletconnect/events": "^1.0.1", "@walletconnect/heartbeat": "1.2.1", @@ -34127,25 +34127,25 @@ } }, "packages/ethers5/node_modules/@walletconnect/universal-provider": { - "version": "2.11.0-canary-ws.0", - "resolved": "https://registry.npmjs.org/@walletconnect/universal-provider/-/universal-provider-2.11.0-canary-ws.0.tgz", - "integrity": "sha512-i6sFjIrE7eax9N2IYn1yF0sS8hrME4Z29Ea9lQfqU50TiQ6hew3dNvF8lfxurliIgkLyqB2Nwh/aaiAgWSByvA==", + "version": "2.11.0-canary-ws.1", + "resolved": "https://registry.npmjs.org/@walletconnect/universal-provider/-/universal-provider-2.11.0-canary-ws.1.tgz", + "integrity": "sha512-iMNfkwg1OYVGUiQBlavS+NiNIGGa3ISYtLbpiRlHmTJOLZOFpp4HWvX73sU//moumaPsCRWTJNkmxtOlfFE2Ow==", "dependencies": { "@walletconnect/jsonrpc-http-connection": "^1.0.7", "@walletconnect/jsonrpc-provider": "1.0.13", "@walletconnect/jsonrpc-types": "^1.0.2", "@walletconnect/jsonrpc-utils": "^1.0.7", "@walletconnect/logger": "^2.0.1", - "@walletconnect/sign-client": "2.11.0-canary-ws.0", - "@walletconnect/types": "2.11.0-canary-ws.0", - "@walletconnect/utils": "2.11.0-canary-ws.0", + "@walletconnect/sign-client": "2.11.0-canary-ws.1", + "@walletconnect/types": "2.11.0-canary-ws.1", + "@walletconnect/utils": "2.11.0-canary-ws.1", "events": "^3.3.0" } }, "packages/ethers5/node_modules/@walletconnect/utils": { - "version": "2.11.0-canary-ws.0", - "resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.11.0-canary-ws.0.tgz", - "integrity": "sha512-/CcBzkHOD/+2jlButZ3Ry7guI3qaV5yNxEChGc6QV6Uji8hXkM0l1GlWI8dwF8tN058Qq3yveiknjovnG73U6Q==", + "version": "2.11.0-canary-ws.1", + "resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.11.0-canary-ws.1.tgz", + "integrity": "sha512-+dDk7FbbRUF+4XG8BrRYmYXx7OLWhLn8nLU4ihpC/8hmFVnC05ZZYb3fsf45+vNoF4jsQlxXo9EeQ7NN4Hb0VA==", "dependencies": { "@stablelib/chacha20poly1305": "1.0.1", "@stablelib/hkdf": "1.0.1", @@ -34155,7 +34155,7 @@ "@walletconnect/relay-api": "^1.0.9", "@walletconnect/safe-json": "^1.0.2", "@walletconnect/time": "^1.0.2", - "@walletconnect/types": "2.11.0-canary-ws.0", + "@walletconnect/types": "2.11.0-canary-ws.1", "@walletconnect/window-getters": "^1.0.1", "@walletconnect/window-metadata": "^1.0.1", "detect-browser": "5.3.0", diff --git a/packages/ethers/package.json b/packages/ethers/package.json index ece9303fbc..4fc201bce2 100644 --- a/packages/ethers/package.json +++ b/packages/ethers/package.json @@ -44,7 +44,7 @@ }, "dependencies": { "@coinbase/wallet-sdk": "3.9.1", - "@walletconnect/ethereum-provider": "2.11.0-canary-ws.0", + "@walletconnect/ethereum-provider": "2.11.0-canary-ws.1", "@web3modal/polyfills": "4.0.0-648b6755", "@web3modal/scaffold": "4.0.0-648b6755", "@web3modal/scaffold-react": "4.0.0-648b6755", diff --git a/packages/ethers5/package.json b/packages/ethers5/package.json index c68ad2cb37..c09ab004cf 100644 --- a/packages/ethers5/package.json +++ b/packages/ethers5/package.json @@ -44,7 +44,7 @@ }, "dependencies": { "@coinbase/wallet-sdk": "3.9.1", - "@walletconnect/ethereum-provider": "2.11.0-canary-ws.0", + "@walletconnect/ethereum-provider": "2.11.0-canary-ws.1", "@web3modal/polyfills": "4.0.0-648b6755", "@web3modal/scaffold": "4.0.0-648b6755", "@web3modal/scaffold-react": "4.0.0-648b6755",