From 8573112bbea743c99763879fe58ac6256692d4ad Mon Sep 17 00:00:00 2001 From: AyushBherwani1998 Date: Fri, 22 Nov 2024 12:08:15 +0700 Subject: [PATCH] fix polygon details --- .../evm-modal-example/package-lock.json | 674 +++++++++--------- .../evm-modal-example/package.json | 20 +- .../evm-modal-example/src/App.tsx | 4 +- .../src/web3AuthProviderProps.ts | 6 +- .../evm-no-modal-hooks-example/src/App.tsx | 4 +- .../multi-chain-no-modal-example/src/App.tsx | 4 +- 6 files changed, 341 insertions(+), 371 deletions(-) diff --git a/web-modal-sdk/blockchain-connection-examples/evm-modal-example/package-lock.json b/web-modal-sdk/blockchain-connection-examples/evm-modal-example/package-lock.json index 2ec4abfa6..60499e115 100644 --- a/web-modal-sdk/blockchain-connection-examples/evm-modal-example/package-lock.json +++ b/web-modal-sdk/blockchain-connection-examples/evm-modal-example/package-lock.json @@ -18,16 +18,16 @@ "@vitejs/plugin-react": "^4.3.1", "@vitejs/plugin-react-swc": "^3.7.0", "@walletconnect/sign-client": "^2.16.2", - "@web3auth/base": "^9.3.0", - "@web3auth/coinbase-adapter": "^9.3.0", - "@web3auth/default-evm-adapter": "^9.3.0", - "@web3auth/ethereum-provider": "^9.3.0", - "@web3auth/modal": "^9.3.0", - "@web3auth/modal-react-hooks": "^9.3.0", - "@web3auth/torus-evm-adapter": "^9.3.0", - "@web3auth/wallet-connect-v2-adapter": "^9.3.0", - "@web3auth/wallet-services-plugin": "^9.3.0", - "@web3auth/wallet-services-plugin-react-hooks": "^9.3.0", + "@web3auth/base": "^9.4.0", + "@web3auth/coinbase-adapter": "^9.4.0", + "@web3auth/default-evm-adapter": "^9.4.0", + "@web3auth/ethereum-provider": "^9.4.0", + "@web3auth/modal": "^9.4.0", + "@web3auth/modal-react-hooks": "^9.4.0", + "@web3auth/torus-evm-adapter": "^9.4.0", + "@web3auth/wallet-connect-v2-adapter": "^9.4.0", + "@web3auth/wallet-services-plugin": "^9.4.0", + "@web3auth/wallet-services-plugin-react-hooks": "^9.4.0", "ethers": "^6.13.2", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -2994,9 +2994,9 @@ } }, "node_modules/@ethersproject/signing-key/node_modules/elliptic/node_modules/bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.1.tgz", + "integrity": "sha512-k8TVBiPkPJT9uHLdOKfFpqcfprwBFOAAXXozRubr7R7PfIuKvQlzcI4M0pALeqXN09vdaMbUdUj+pass+uULAg==" }, "node_modules/@ethersproject/strings": { "version": "5.7.0", @@ -3408,9 +3408,10 @@ } }, "node_modules/@parcel/watcher": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.4.1.tgz", - "integrity": "sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.0.tgz", + "integrity": "sha512-i0GV1yJnm2n3Yq1qw6QrUrd/LI9bE8WEBOTtOkpCXHHdyN3TAGgqAK/DAT05z4fq2x04cARXt2pDmjWjL92iTQ==", + "hasInstallScript": true, "dependencies": { "detect-libc": "^1.0.3", "is-glob": "^4.0.3", @@ -3425,24 +3426,25 @@ "url": "https://opencollective.com/parcel" }, "optionalDependencies": { - "@parcel/watcher-android-arm64": "2.4.1", - "@parcel/watcher-darwin-arm64": "2.4.1", - "@parcel/watcher-darwin-x64": "2.4.1", - "@parcel/watcher-freebsd-x64": "2.4.1", - "@parcel/watcher-linux-arm-glibc": "2.4.1", - "@parcel/watcher-linux-arm64-glibc": "2.4.1", - "@parcel/watcher-linux-arm64-musl": "2.4.1", - "@parcel/watcher-linux-x64-glibc": "2.4.1", - "@parcel/watcher-linux-x64-musl": "2.4.1", - "@parcel/watcher-win32-arm64": "2.4.1", - "@parcel/watcher-win32-ia32": "2.4.1", - "@parcel/watcher-win32-x64": "2.4.1" + "@parcel/watcher-android-arm64": "2.5.0", + "@parcel/watcher-darwin-arm64": "2.5.0", + "@parcel/watcher-darwin-x64": "2.5.0", + "@parcel/watcher-freebsd-x64": "2.5.0", + "@parcel/watcher-linux-arm-glibc": "2.5.0", + "@parcel/watcher-linux-arm-musl": "2.5.0", + "@parcel/watcher-linux-arm64-glibc": "2.5.0", + "@parcel/watcher-linux-arm64-musl": "2.5.0", + "@parcel/watcher-linux-x64-glibc": "2.5.0", + "@parcel/watcher-linux-x64-musl": "2.5.0", + "@parcel/watcher-win32-arm64": "2.5.0", + "@parcel/watcher-win32-ia32": "2.5.0", + "@parcel/watcher-win32-x64": "2.5.0" } }, "node_modules/@parcel/watcher-android-arm64": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.4.1.tgz", - "integrity": "sha512-LOi/WTbbh3aTn2RYddrO8pnapixAziFl6SMxHM69r3tvdSm94JtCenaKgk1GRg5FJ5wpMCpHeW+7yqPlvZv7kg==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.0.tgz", + "integrity": "sha512-qlX4eS28bUcQCdribHkg/herLe+0A9RyYC+mm2PXpncit8z5b3nSqGVzMNR3CmtAOgRutiZ02eIJJgP/b1iEFQ==", "cpu": [ "arm64" ], @@ -3459,9 +3461,9 @@ } }, "node_modules/@parcel/watcher-darwin-arm64": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.4.1.tgz", - "integrity": "sha512-ln41eihm5YXIY043vBrrHfn94SIBlqOWmoROhsMVTSXGh0QahKGy77tfEywQ7v3NywyxBBkGIfrWRHm0hsKtzA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.0.tgz", + "integrity": "sha512-hyZ3TANnzGfLpRA2s/4U1kbw2ZI4qGxaRJbBH2DCSREFfubMswheh8TeiC1sGZ3z2jUf3s37P0BBlrD3sjVTUw==", "cpu": [ "arm64" ], @@ -3478,9 +3480,9 @@ } }, "node_modules/@parcel/watcher-darwin-x64": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.4.1.tgz", - "integrity": "sha512-yrw81BRLjjtHyDu7J61oPuSoeYWR3lDElcPGJyOvIXmor6DEo7/G2u1o7I38cwlcoBHQFULqF6nesIX3tsEXMg==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.0.tgz", + "integrity": "sha512-9rhlwd78saKf18fT869/poydQK8YqlU26TMiNg7AIu7eBp9adqbJZqmdFOsbZ5cnLp5XvRo9wcFmNHgHdWaGYA==", "cpu": [ "x64" ], @@ -3497,9 +3499,9 @@ } }, "node_modules/@parcel/watcher-freebsd-x64": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.4.1.tgz", - "integrity": "sha512-TJa3Pex/gX3CWIx/Co8k+ykNdDCLx+TuZj3f3h7eOjgpdKM+Mnix37RYsYU4LHhiYJz3DK5nFCCra81p6g050w==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.0.tgz", + "integrity": "sha512-syvfhZzyM8kErg3VF0xpV8dixJ+RzbUaaGaeb7uDuz0D3FK97/mZ5AJQ3XNnDsXX7KkFNtyQyFrXZzQIcN49Tw==", "cpu": [ "x64" ], @@ -3516,9 +3518,28 @@ } }, "node_modules/@parcel/watcher-linux-arm-glibc": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.4.1.tgz", - "integrity": "sha512-4rVYDlsMEYfa537BRXxJ5UF4ddNwnr2/1O4MHM5PjI9cvV2qymvhwZSFgXqbS8YoTk5i/JR0L0JDs69BUn45YA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.0.tgz", + "integrity": "sha512-0VQY1K35DQET3dVYWpOaPFecqOT9dbuCfzjxoQyif1Wc574t3kOSkKevULddcR9znz1TcklCE7Ht6NIxjvTqLA==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm-musl": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.0.tgz", + "integrity": "sha512-6uHywSIzz8+vi2lAzFeltnYbdHsDm3iIB57d4g5oaB9vKwjb6N6dRIgZMujw4nm5r6v9/BQH0noq6DzHrqr2pA==", "cpu": [ "arm" ], @@ -3535,9 +3556,9 @@ } }, "node_modules/@parcel/watcher-linux-arm64-glibc": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.4.1.tgz", - "integrity": "sha512-BJ7mH985OADVLpbrzCLgrJ3TOpiZggE9FMblfO65PlOCdG++xJpKUJ0Aol74ZUIYfb8WsRlUdgrZxKkz3zXWYA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.0.tgz", + "integrity": "sha512-BfNjXwZKxBy4WibDb/LDCriWSKLz+jJRL3cM/DllnHH5QUyoiUNEp3GmL80ZqxeumoADfCCP19+qiYiC8gUBjA==", "cpu": [ "arm64" ], @@ -3554,9 +3575,9 @@ } }, "node_modules/@parcel/watcher-linux-arm64-musl": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.4.1.tgz", - "integrity": "sha512-p4Xb7JGq3MLgAfYhslU2SjoV9G0kI0Xry0kuxeG/41UfpjHGOhv7UoUDAz/jb1u2elbhazy4rRBL8PegPJFBhA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.0.tgz", + "integrity": "sha512-S1qARKOphxfiBEkwLUbHjCY9BWPdWnW9j7f7Hb2jPplu8UZ3nes7zpPOW9bkLbHRvWM0WDTsjdOTUgW0xLBN1Q==", "cpu": [ "arm64" ], @@ -3573,9 +3594,9 @@ } }, "node_modules/@parcel/watcher-linux-x64-glibc": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.4.1.tgz", - "integrity": "sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.0.tgz", + "integrity": "sha512-d9AOkusyXARkFD66S6zlGXyzx5RvY+chTP9Jp0ypSTC9d4lzyRs9ovGf/80VCxjKddcUvnsGwCHWuF2EoPgWjw==", "cpu": [ "x64" ], @@ -3592,9 +3613,9 @@ } }, "node_modules/@parcel/watcher-linux-x64-musl": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.4.1.tgz", - "integrity": "sha512-L2nZTYR1myLNST0O632g0Dx9LyMNHrn6TOt76sYxWLdff3cB22/GZX2UPtJnaqQPdCRoszoY5rcOj4oMTtp5fQ==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.0.tgz", + "integrity": "sha512-iqOC+GoTDoFyk/VYSFHwjHhYrk8bljW6zOhPuhi5t9ulqiYq1togGJB5e3PwYVFFfeVgc6pbz3JdQyDoBszVaA==", "cpu": [ "x64" ], @@ -3611,9 +3632,9 @@ } }, "node_modules/@parcel/watcher-wasm": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-wasm/-/watcher-wasm-2.4.1.tgz", - "integrity": "sha512-/ZR0RxqxU/xxDGzbzosMjh4W6NdYFMqq2nvo2b8SLi7rsl/4jkL8S5stIikorNkdR50oVDvqb/3JT05WM+CRRA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-wasm/-/watcher-wasm-2.5.0.tgz", + "integrity": "sha512-Z4ouuR8Pfggk1EYYbTaIoxc+Yv4o7cGQnH0Xy8+pQ+HbiW+ZnwhcD2LPf/prfq1nIWpAxjOkQ8uSMFWMtBLiVQ==", "bundleDependencies": [ "napi-wasm" ], @@ -3636,9 +3657,9 @@ "license": "MIT" }, "node_modules/@parcel/watcher-win32-arm64": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.4.1.tgz", - "integrity": "sha512-Uq2BPp5GWhrq/lcuItCHoqxjULU1QYEcyjSO5jqqOK8RNFDBQnenMMx4gAl3v8GiWa59E9+uDM7yZ6LxwUIfRg==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.0.tgz", + "integrity": "sha512-twtft1d+JRNkM5YbmexfcH/N4znDtjgysFaV9zvZmmJezQsKpkfLYJ+JFV3uygugK6AtIM2oADPkB2AdhBrNig==", "cpu": [ "arm64" ], @@ -3655,9 +3676,9 @@ } }, "node_modules/@parcel/watcher-win32-ia32": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.4.1.tgz", - "integrity": "sha512-maNRit5QQV2kgHFSYwftmPBxiuK5u4DXjbXx7q6eKjq5dsLXZ4FJiVvlcw35QXzk0KrUecJmuVFbj4uV9oYrcw==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.0.tgz", + "integrity": "sha512-+rgpsNRKwo8A53elqbbHXdOMtY/tAtTzManTWShB5Kk54N8Q9mzNWV7tV+IbGueCbcj826MfWGU3mprWtuf1TA==", "cpu": [ "ia32" ], @@ -3674,9 +3695,9 @@ } }, "node_modules/@parcel/watcher-win32-x64": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.4.1.tgz", - "integrity": "sha512-+DvS92F9ezicfswqrvIRM2njcYJbd5mb9CUgtrHCHmvn7pPPa+nMDRu1o1bYYz/l5IB2NVGNJWiH7h1E58IF2A==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.0.tgz", + "integrity": "sha512-lPrxve92zEHdgeff3aiu4gDOIt4u7sJYha6wbdEZDCDUhtjTsOMiaJzG5lMY4GkWH8p0fMmO2Ppq5G5XXG+DQw==", "cpu": [ "x64" ], @@ -3973,7 +3994,6 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/@solana/buffer-layout/-/buffer-layout-4.0.1.tgz", "integrity": "sha512-E1ImOIAD1tBZFRdjeM4/pzTiTApC0AOBGwyAMS4fwIodCWArzJ3DWdoh8cKxeFM2fElkxBh2Aqts1BPC373rHA==", - "license": "MIT", "dependencies": { "buffer": "~6.0.3" }, @@ -3982,10 +4002,9 @@ } }, "node_modules/@solana/web3.js": { - "version": "1.95.4", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.95.4.tgz", - "integrity": "sha512-sdewnNEA42ZSMxqkzdwEWi6fDgzwtJHaQa5ndUGEJYtoOnM6X5cvPmjoTUp7/k7bRrVAxfBgDnvQQHD6yhlLYw==", - "license": "MIT", + "version": "1.95.5", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.95.5.tgz", + "integrity": "sha512-hU9cBrbg1z6gEjLH9vwIckGBVB78Ijm0iZFNk4ocm5OD82piPwuk3MeQ1rfiKD9YQtr95krrcaopb49EmQJlRg==", "dependencies": { "@babel/runtime": "^7.25.0", "@noble/curves": "^1.4.2", @@ -4008,7 +4027,6 @@ "version": "3.0.10", "resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.10.tgz", "integrity": "sha512-7d0s06rR9rYaIWHkpfLIFICM/tkSVdoPC9qYAQRpxn9DdKNWNsKC0uk++akckyLq16Tx2WIinnZ6WRriAt6njQ==", - "license": "MIT", "dependencies": { "safe-buffer": "^5.0.1" } @@ -4017,7 +4035,6 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz", "integrity": "sha512-Ok3Wdf5vOIlBrgCvTq96gBkJw+JUEzdBgyaza5HLtPm7yTHkjRy8+JzNyHF7BHa0bNWOQIp3m5YF0nnFcOIKLw==", - "license": "MIT", "dependencies": { "base-x": "^3.0.2" } @@ -4715,9 +4732,9 @@ } }, "node_modules/@toruslabs/base-controllers": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/@toruslabs/base-controllers/-/base-controllers-6.2.2.tgz", - "integrity": "sha512-9kCeHqtUcTUD9zj1FnY8lbMWaRCceP9dn6s7XdSwuC/wS+rqIxrNwgfwfbvGUl9ZgcskJ7lyNXQqAwZ92Xlzig==", + "version": "6.2.4", + "resolved": "https://registry.npmjs.org/@toruslabs/base-controllers/-/base-controllers-6.2.4.tgz", + "integrity": "sha512-VRki0iYnSL3Chy2W/mwk2dc3tiLuSR5a/dwaapCNn3SgMGIEgnJMwq1wNQO1l5eaHgl3eN7b/IL8Y2DfqHnW4g==", "dependencies": { "@ethereumjs/util": "^9.1.0", "@toruslabs/broadcast-channel": "^11.0.0", @@ -4756,6 +4773,18 @@ "npm": ">=9.x" } }, + "node_modules/@toruslabs/constants": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@toruslabs/constants/-/constants-14.1.1.tgz", + "integrity": "sha512-+/ur6lXjMto4FdJR5Y6HqFiEX/8hea9usgwt99neV3IT46auC5NyVdiG6qmohuy67ThLt7IMCIyuJY78eC875g==", + "engines": { + "node": ">=18.x", + "npm": ">=9.x" + }, + "peerDependencies": { + "@babel/runtime": "7.x" + } + }, "node_modules/@toruslabs/eccrypto": { "version": "5.0.4", "resolved": "https://registry.npmjs.org/@toruslabs/eccrypto/-/eccrypto-5.0.4.tgz", @@ -4872,11 +4901,11 @@ } }, "node_modules/@toruslabs/secure-pub-sub": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@toruslabs/secure-pub-sub/-/secure-pub-sub-1.0.0.tgz", - "integrity": "sha512-Xv8SExIJ4/DBw5QHcSN+EGPMddZ2du4NcI9jztLde1K/0Hfnurqw6CcAniU6zpKVRVCRwjiauYCNYIRPBi2M4g==", - "license": "MIT", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@toruslabs/secure-pub-sub/-/secure-pub-sub-1.1.0.tgz", + "integrity": "sha512-OFN0Zsa37+c9aStHd4wzau+IYPY+gve9fBPDuPSIuS06cz/bov39DvCP0LaTQUKxK4eQMZENcPu6PeyBvQYQQA==", "dependencies": { + "@toruslabs/constants": "^14.1.1", "@toruslabs/eccrypto": "^5.0.0", "@toruslabs/http-helpers": "^7.0.0", "@toruslabs/metadata-helpers": "^6.0.0", @@ -4892,11 +4921,11 @@ } }, "node_modules/@toruslabs/session-manager": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@toruslabs/session-manager/-/session-manager-3.0.0.tgz", - "integrity": "sha512-7l8apx6dz3vr1oBKsl5tdOM0eozouk0R8SsJibAXsfvs3QkwUNhavRPXiwoGhVxoJ+Aepv3fSPK1alv3B1xCng==", - "license": "MIT", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@toruslabs/session-manager/-/session-manager-3.2.0.tgz", + "integrity": "sha512-t+EGFZhn8pxZ5Gjhxr99qNmK20zZD/RYEMRROBuwsETyy/QU17H6dKhqIb306GjmwUPkz2VKKTtJcOg9Ifijuw==", "dependencies": { + "@toruslabs/constants": "^14.1.1", "@toruslabs/eccrypto": "^5.0.4", "@toruslabs/http-helpers": "^7.0.0", "@toruslabs/metadata-helpers": "^6.0.0" @@ -4906,9 +4935,21 @@ "npm": ">=9.x" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.19.1" + "@rollup/rollup-linux-x64-gnu": "^4.24.4" } }, + "node_modules/@toruslabs/session-manager/node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.27.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.27.3.tgz", + "integrity": "sha512-/6bn6pp1fsCGEY5n3yajmzZQAh+mW4QPItbiWxs69zskBzJuheb3tNynEjL+mKOsUSFK11X4LYF2BwwXnzWleA==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ] + }, "node_modules/@toruslabs/starkware-crypto": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@toruslabs/starkware-crypto/-/starkware-crypto-4.0.0.tgz", @@ -5029,7 +5070,6 @@ "version": "3.4.38", "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", - "license": "MIT", "dependencies": { "@types/node": "*" } @@ -5205,8 +5245,7 @@ "node_modules/@types/uuid": { "version": "8.3.4", "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", - "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==", - "license": "MIT" + "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==" }, "node_modules/@types/ws": { "version": "8.5.3", @@ -5647,9 +5686,9 @@ } }, "node_modules/@walletconnect/core": { - "version": "2.17.1", - "resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.17.1.tgz", - "integrity": "sha512-SMgJR5hEyEE/tENIuvlEb4aB9tmMXPzQ38Y61VgYBmwAFEhOHtpt8EDfnfRWqEhMyXuBXG4K70Yh8c67Yry+Xw==", + "version": "2.17.2", + "resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.17.2.tgz", + "integrity": "sha512-O9VUsFg78CbvIaxfQuZMsHcJ4a2Z16DRz/O4S+uOAcGKhH/i/ln8hp864Tb+xRvifWSzaZ6CeAVxk657F+pscA==", "dependencies": { "@walletconnect/heartbeat": "1.2.2", "@walletconnect/jsonrpc-provider": "1.0.14", @@ -5662,8 +5701,8 @@ "@walletconnect/relay-auth": "1.0.4", "@walletconnect/safe-json": "1.0.2", "@walletconnect/time": "1.0.2", - "@walletconnect/types": "2.17.1", - "@walletconnect/utils": "2.17.1", + "@walletconnect/types": "2.17.2", + "@walletconnect/utils": "2.17.2", "@walletconnect/window-getters": "1.0.1", "events": "3.3.0", "lodash.isequal": "4.5.0", @@ -5797,18 +5836,18 @@ } }, "node_modules/@walletconnect/sign-client": { - "version": "2.17.1", - "resolved": "https://registry.npmjs.org/@walletconnect/sign-client/-/sign-client-2.17.1.tgz", - "integrity": "sha512-6rLw6YNy0smslH9wrFTbNiYrGsL3DrOsS5FcuU4gIN6oh8pGYOFZ5FiSyTTroc5tngOk3/Sd7dlGY9S7O4nveg==", + "version": "2.17.2", + "resolved": "https://registry.npmjs.org/@walletconnect/sign-client/-/sign-client-2.17.2.tgz", + "integrity": "sha512-/wigdCIQjlBXSWY43Id0IPvZ5biq4HiiQZti8Ljvx408UYjmqcxcBitbj2UJXMYkid7704JWAB2mw32I1HgshQ==", "dependencies": { - "@walletconnect/core": "2.17.1", + "@walletconnect/core": "2.17.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.17.1", - "@walletconnect/utils": "2.17.1", + "@walletconnect/types": "2.17.2", + "@walletconnect/utils": "2.17.2", "events": "3.3.0" } }, @@ -5821,9 +5860,9 @@ } }, "node_modules/@walletconnect/types": { - "version": "2.17.1", - "resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.17.1.tgz", - "integrity": "sha512-aiUeBE3EZZTsZBv5Cju3D0PWAsZCMks1g3hzQs9oNtrbuLL6pKKU0/zpKwk4vGywszxPvC3U0tBCku9LLsH/0A==", + "version": "2.17.2", + "resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.17.2.tgz", + "integrity": "sha512-j/+0WuO00lR8ntu7b1+MKe/r59hNwYLFzW0tTmozzhfAlDL+dYwWasDBNq4AH8NbVd7vlPCQWmncH7/6FVtOfQ==", "dependencies": { "@walletconnect/events": "1.0.1", "@walletconnect/heartbeat": "1.2.2", @@ -5834,9 +5873,9 @@ } }, "node_modules/@walletconnect/utils": { - "version": "2.17.1", - "resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.17.1.tgz", - "integrity": "sha512-KL7pPwq7qUC+zcTmvxGqIyYanfHgBQ+PFd0TEblg88jM7EjuDLhjyyjtkhyE/2q7QgR7OanIK7pCpilhWvBsBQ==", + "version": "2.17.2", + "resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.17.2.tgz", + "integrity": "sha512-T7eLRiuw96fgwUy2A5NZB5Eu87ukX8RCVoO9lji34RFV4o2IGU9FhTEWyd4QQKI8OuQRjSknhbJs0tU0r0faPw==", "dependencies": { "@ethersproject/hash": "5.7.0", "@ethersproject/transactions": "5.7.0", @@ -5851,15 +5890,34 @@ "@walletconnect/relay-auth": "1.0.4", "@walletconnect/safe-json": "1.0.2", "@walletconnect/time": "1.0.2", - "@walletconnect/types": "2.17.1", + "@walletconnect/types": "2.17.2", "@walletconnect/window-getters": "1.0.1", "@walletconnect/window-metadata": "1.0.1", "detect-browser": "5.3.0", - "elliptic": "6.5.7", + "elliptic": "6.6.0", "query-string": "7.1.3", "uint8arrays": "3.1.0" } }, + "node_modules/@walletconnect/utils/node_modules/bn.js": { + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.1.tgz", + "integrity": "sha512-k8TVBiPkPJT9uHLdOKfFpqcfprwBFOAAXXozRubr7R7PfIuKvQlzcI4M0pALeqXN09vdaMbUdUj+pass+uULAg==" + }, + "node_modules/@walletconnect/utils/node_modules/elliptic": { + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.0.tgz", + "integrity": "sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA==", + "dependencies": { + "bn.js": "^4.11.9", + "brorand": "^1.1.0", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.1", + "inherits": "^2.0.4", + "minimalistic-assert": "^1.0.1", + "minimalistic-crypto-utils": "^1.0.1" + } + }, "node_modules/@walletconnect/window-getters": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@walletconnect/window-getters/-/window-getters-1.0.1.tgz", @@ -5878,16 +5936,16 @@ } }, "node_modules/@web3auth/auth": { - "version": "9.4.1", - "resolved": "https://registry.npmjs.org/@web3auth/auth/-/auth-9.4.1.tgz", - "integrity": "sha512-V5JNBc7VeHDmP+9VN4obAIav/NbkyZXEVJ3rD9C4SdbO/ZF3Hc+G8SdVPymJlR2JrBCsuPJiFsUatBl1hx+FSg==", + "version": "9.5.1", + "resolved": "https://registry.npmjs.org/@web3auth/auth/-/auth-9.5.1.tgz", + "integrity": "sha512-+4VQg0JxD4B1iX8TXOqX6GeC4JfQdjmyux6nEHKF9TtxIJvuAdVTXEx48q/CeOSHBAfwjyGrj0Xiik1ZDBIzlg==", "dependencies": { "@ethereumjs/util": "^9.1.0", - "@toruslabs/constants": "^14.0.0", + "@toruslabs/constants": "^14.1.1", "@toruslabs/ffjavascript": "^4.0.0", "@toruslabs/metadata-helpers": "^6.0.0", - "@toruslabs/secure-pub-sub": "^1.0.0", - "@toruslabs/session-manager": "^3.0.0", + "@toruslabs/secure-pub-sub": "^1.1.0", + "@toruslabs/session-manager": "^3.2.0", "@toruslabs/starkware-crypto": "^4.0.0", "@toruslabs/tweetnacl-js": "^1.0.4", "base64url": "^3.0.1", @@ -5900,9 +5958,9 @@ "events": "^3.3.0", "fast-safe-stringify": "^2.1.1", "json-stable-stringify": "^1.1.1", - "loglevel": "^1.9.1", + "loglevel": "^1.9.2", "once": "^1.4.0", - "pump": "^3.0.0", + "pump": "^3.0.2", "readable-stream": "^4.5.2", "ts-custom-error": "^3.3.1", "typed-emitter": "^2.1.0" @@ -5913,21 +5971,20 @@ }, "optionalDependencies": { "@nx/nx-linux-x64-gnu": "^19.6.3", - "@rollup/rollup-linux-x64-gnu": "^4.21.1" + "@rollup/rollup-linux-x64-gnu": "^4.24.4" }, "peerDependencies": { "@babel/runtime": "7.x" } }, "node_modules/@web3auth/auth-adapter": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@web3auth/auth-adapter/-/auth-adapter-9.3.0.tgz", - "integrity": "sha512-lcPSJUISox0LlSl0UNVoqfhht/AK8bQFaFDkcroNG68tYFH6QdqocqhMgsgHhkgQ5PisLQ/X6lUjZ9SNzn6mQw==", - "license": "ISC", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@web3auth/auth-adapter/-/auth-adapter-9.4.0.tgz", + "integrity": "sha512-2MX2Ytv6gx+Q8Na3mlqQPaToNIG5WQ33oU8QFwovb2KGskQlphFhR4FDwVKQVFRyVvpbYtw3cTrfyihf4kDHcw==", "dependencies": { - "@web3auth/auth": "^9.4.1", - "@web3auth/base": "^9.3.0", - "@web3auth/base-provider": "^9.3.0", + "@web3auth/auth": "^9.5.0", + "@web3auth/base": "^9.4.0", + "@web3auth/base-provider": "^9.4.0", "deepmerge": "^4.3.1" }, "engines": { @@ -5939,41 +5996,26 @@ } }, "node_modules/@web3auth/auth/node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.21.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.21.3.tgz", - "integrity": "sha512-kZPbX/NOPh0vhS5sI+dR8L1bU2cSO9FgxwM8r7wHzGydzfSjLRCFAT87GR5U9scj2rhzN3JPYVC7NoBbl4FZ0g==", + "version": "4.27.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.27.3.tgz", + "integrity": "sha512-/6bn6pp1fsCGEY5n3yajmzZQAh+mW4QPItbiWxs69zskBzJuheb3tNynEjL+mKOsUSFK11X4LYF2BwwXnzWleA==", "cpu": [ "x64" ], - "license": "MIT", "optional": true, "os": [ "linux" ] }, - "node_modules/@web3auth/auth/node_modules/@toruslabs/constants": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@toruslabs/constants/-/constants-14.0.0.tgz", - "integrity": "sha512-c0lrqxxiR0FL+XdtbX+77PWTeB8izFUrnPwkF2pjjfXlMJLukAWPLhALpmZmqlGmJApT8kJbMN7be2LurAGa1g==", - "license": "MIT", - "engines": { - "node": ">=18.x", - "npm": ">=9.x" - }, - "peerDependencies": { - "@babel/runtime": "7.x" - } - }, "node_modules/@web3auth/base": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@web3auth/base/-/base-9.3.0.tgz", - "integrity": "sha512-S1X3i83T7HWr+pF+qBG6nAh49bhE/91LzQxQqSTMQ3f0NGdaMWtuQK3QewyO+G71+9+yrhIS0vggnXyAgY9NaA==", - "license": "ISC", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@web3auth/base/-/base-9.4.0.tgz", + "integrity": "sha512-wdqopG1XPcLZHiOigTCJpE8pCWta0f6SjJ5bDHFmicpol0Goc/Egfs/kdH+qnzCIjkL+loWSVl3Vxp9ee1NwpQ==", "dependencies": { - "@toruslabs/base-controllers": "^6.2.2", - "@toruslabs/constants": "^14.0.0", + "@toruslabs/base-controllers": "^6.2.4", + "@toruslabs/constants": "^14.1.1", "@toruslabs/http-helpers": "^7.0.0", - "@web3auth/auth": "^9.4.1", + "@web3auth/auth": "^9.5.0", "jwt-decode": "^4.0.0", "loglevel": "^1.9.2", "ts-custom-error": "^3.3.1" @@ -5987,13 +6029,12 @@ } }, "node_modules/@web3auth/base-evm-adapter": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@web3auth/base-evm-adapter/-/base-evm-adapter-9.3.0.tgz", - "integrity": "sha512-LjzH8bqdN9Ib1QEZiJdzBP+rSc/VXJYKsEL4OT1jYLpNtTjxGzHkZ1s9q9EkWrv9DhyJ5gnUReJrZDfIsRNFjQ==", - "license": "ISC", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@web3auth/base-evm-adapter/-/base-evm-adapter-9.4.0.tgz", + "integrity": "sha512-pKcsOP9D9ZLLJNbC0eNiH/mKhAbvk2RGFn/fnIgjs+OER6N0Y3s6J8rCj0SMsFVjxO10vbfaF2X9grCBObnVXw==", "dependencies": { - "@toruslabs/base-controllers": "^6.2.2", - "@web3auth/base": "^9.3.0" + "@toruslabs/base-controllers": "^6.2.4", + "@web3auth/base": "^9.4.0" }, "engines": { "node": ">=18.x", @@ -6004,14 +6045,13 @@ } }, "node_modules/@web3auth/base-provider": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@web3auth/base-provider/-/base-provider-9.3.0.tgz", - "integrity": "sha512-WiBpeVvyzmrjLQ8XNZMTWdtukDivuEvX8nOwT5FjyWBow5f06GViDRIRhB1D/M8n3xtsID8O/7qb8Gr6lw48zw==", - "license": "ISC", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@web3auth/base-provider/-/base-provider-9.4.0.tgz", + "integrity": "sha512-hnQCpqrcP8TKvcsYC+uq6IOAH+pLQ3uQXPxXpWRG7pokFTDvQHYJXWpdc5wDmCOy6c815b8hXmHd7lmgl1t1Dg==", "dependencies": { - "@toruslabs/base-controllers": "^6.2.2", - "@web3auth/auth": "^9.4.1", - "@web3auth/base": "^9.3.0", + "@toruslabs/base-controllers": "^6.2.4", + "@web3auth/auth": "^9.5.0", + "@web3auth/base": "^9.4.0", "json-rpc-random-id": "^1.0.1" }, "engines": { @@ -6022,27 +6062,13 @@ "@babel/runtime": "7.x" } }, - "node_modules/@web3auth/base/node_modules/@toruslabs/constants": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@toruslabs/constants/-/constants-14.0.0.tgz", - "integrity": "sha512-c0lrqxxiR0FL+XdtbX+77PWTeB8izFUrnPwkF2pjjfXlMJLukAWPLhALpmZmqlGmJApT8kJbMN7be2LurAGa1g==", - "license": "MIT", - "engines": { - "node": ">=18.x", - "npm": ">=9.x" - }, - "peerDependencies": { - "@babel/runtime": "7.x" - } - }, "node_modules/@web3auth/coinbase-adapter": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@web3auth/coinbase-adapter/-/coinbase-adapter-9.3.0.tgz", - "integrity": "sha512-OaHGH99aJ4aXE9OcXlJDj8YH4/IYHWOrtP/O1Stgtohgg5tXEQST6Qs/zbAxsoUDzacgvwjNP6GUoq4mSHRzkA==", - "license": "ISC", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@web3auth/coinbase-adapter/-/coinbase-adapter-9.4.0.tgz", + "integrity": "sha512-0YLtVs5e7FhdKN9u3Y3THoVTZKi/C5Nl7aO23IIU0MdUQAFqZy4hJi8xR2GeP1iAKxYRhW7Xyn7YO6pC3UCHuQ==", "dependencies": { - "@web3auth/base": "^9.3.0", - "@web3auth/base-evm-adapter": "^9.3.0" + "@web3auth/base": "^9.4.0", + "@web3auth/base-evm-adapter": "^9.4.0" }, "engines": { "node": ">=18.x", @@ -6054,14 +6080,13 @@ } }, "node_modules/@web3auth/default-evm-adapter": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@web3auth/default-evm-adapter/-/default-evm-adapter-9.3.0.tgz", - "integrity": "sha512-5+BgxveCQXWtgeMaPz/jvICFXg8IdOiRccl42Mo65FRsCNXmTY76Aqh92NIx0Do+PR9DdqjV6ABEcdQSSjZioQ==", - "license": "ISC", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@web3auth/default-evm-adapter/-/default-evm-adapter-9.4.0.tgz", + "integrity": "sha512-dGky1IuWvyQsdXsz0LXgzZR7L0xSEsPDVlX+B2pa7Y3cT3ZJVlnZeejRlhOmPalGbrdrSvDZM0nUqRR1Hwn5rg==", "dependencies": { - "@web3auth/base": "^9.3.0", - "@web3auth/base-evm-adapter": "^9.3.0", - "@web3auth/wallet-connect-v2-adapter": "^9.3.0", + "@web3auth/base": "^9.4.0", + "@web3auth/base-evm-adapter": "^9.4.0", + "@web3auth/wallet-connect-v2-adapter": "^9.4.0", "mipd": "^0.0.7" }, "engines": { @@ -6073,18 +6098,17 @@ } }, "node_modules/@web3auth/ethereum-provider": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@web3auth/ethereum-provider/-/ethereum-provider-9.3.0.tgz", - "integrity": "sha512-Qe9PAupSJqJEgkSruyusMB0Pu2mVw3JiieaRF4ixTrBnX1V2+wLdYLmQSYl+KBJ3m7ZsQO+omzFaDdZLyFPkew==", - "license": "ISC", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@web3auth/ethereum-provider/-/ethereum-provider-9.4.0.tgz", + "integrity": "sha512-sxEtACBtiTFvOoiFuvsRBo7Jd1vT2j4Z+SvdY6oCRtobCXud1f96FPPZbdUbu/K9CFr55+ymVTzJ803KUKn9+w==", "dependencies": { "@ethereumjs/util": "^9.1.0", - "@toruslabs/base-controllers": "^6.2.2", + "@toruslabs/base-controllers": "^6.2.4", "@toruslabs/eccrypto": "^5.0.4", "@toruslabs/http-helpers": "^7.0.0", - "@web3auth/auth": "^9.4.1", - "@web3auth/base": "^9.3.0", - "@web3auth/base-provider": "^9.3.0", + "@web3auth/auth": "^9.5.0", + "@web3auth/base": "^9.4.0", + "@web3auth/base-provider": "^9.4.0", "assert": "^2.1.0", "bignumber.js": "^9.1.2", "bn.js": "^5.2.1", @@ -6100,16 +6124,15 @@ } }, "node_modules/@web3auth/modal": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@web3auth/modal/-/modal-9.3.0.tgz", - "integrity": "sha512-nfRDK59nohTiaiGR00X6irPvqKqLvsmG7mxdaHG+mhZ1yO25eKXKVoLoUHXAUbQRocRENtc8ERk/keyZw3/+oA==", - "license": "ISC", - "dependencies": { - "@web3auth/auth-adapter": "^9.3.0", - "@web3auth/base": "^9.3.0", - "@web3auth/base-provider": "^9.3.0", - "@web3auth/no-modal": "^9.3.0", - "@web3auth/ui": "^9.3.0", + "version": "9.4.1", + "resolved": "https://registry.npmjs.org/@web3auth/modal/-/modal-9.4.1.tgz", + "integrity": "sha512-P1FvPf1Qos6WtLulG1kvkbmXAcflXEz9tHid7ejjfnMew0r6nMiaiO3r2JhlXt7n07U9J/qRiV+e7qDgvOOxRQ==", + "dependencies": { + "@web3auth/auth-adapter": "^9.4.0", + "@web3auth/base": "^9.4.0", + "@web3auth/base-provider": "^9.4.0", + "@web3auth/no-modal": "^9.4.0", + "@web3auth/ui": "^9.4.1", "deepmerge": "^4.3.1" }, "engines": { @@ -6127,13 +6150,12 @@ } }, "node_modules/@web3auth/modal-react-hooks": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@web3auth/modal-react-hooks/-/modal-react-hooks-9.3.0.tgz", - "integrity": "sha512-P+1IMeWr24guUBhsfSytfpGrR0grHzJVPX+BGI2spMUfJx6ZxQgqAlIFZMynfIStAgfdpFNQrdpYmx+5ieiYTg==", - "license": "ISC", + "version": "9.4.1", + "resolved": "https://registry.npmjs.org/@web3auth/modal-react-hooks/-/modal-react-hooks-9.4.1.tgz", + "integrity": "sha512-1TO5cGd1xVKup21dFy77U/Z07uBKjXecRFj1FibiG961AlS7LYtwgcUzIHzqmV1nm3HH6wiHkLkcloA3KBndlw==", "dependencies": { - "@web3auth/base": "^9.3.0", - "@web3auth/modal": "^9.3.0" + "@web3auth/base": "^9.4.0", + "@web3auth/modal": "^9.4.1" }, "engines": { "node": ">=18.x", @@ -6145,14 +6167,13 @@ } }, "node_modules/@web3auth/no-modal": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@web3auth/no-modal/-/no-modal-9.3.0.tgz", - "integrity": "sha512-X6z/NbZR8njCTbDydKMKY/pRLjY+LeTMDWy0OBvkz2ZCLk6aMxUgG4KBMUkYxlMINVIWVC4o9iSDeDimNL0AfQ==", - "license": "ISC", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@web3auth/no-modal/-/no-modal-9.4.0.tgz", + "integrity": "sha512-fs4YtGEDYabPjmfrPsmhrKMzSC4rDAqBiqaq21Y8hEVmR9eVxnzqrG18av6OKNRBnpoS7iTH17RcSiArpaA7Rw==", "dependencies": { - "@web3auth/auth": "^9.4.1", - "@web3auth/base": "^9.3.0", - "@web3auth/base-provider": "^9.3.0", + "@web3auth/auth": "^9.5.0", + "@web3auth/base": "^9.4.0", + "@web3auth/base-provider": "^9.4.0", "deepmerge": "^4.3.1" }, "engines": { @@ -6174,16 +6195,15 @@ } }, "node_modules/@web3auth/solana-provider": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@web3auth/solana-provider/-/solana-provider-9.3.0.tgz", - "integrity": "sha512-FsIsNsYPe4z1ceHm0viR7NBBoM+jaB6l1/p8NU1qbdC6OjpFHe+GxmiKGvVr8Lt3a0oW4Kb8cqzu+DfOeNBdSw==", - "license": "ISC", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@web3auth/solana-provider/-/solana-provider-9.4.0.tgz", + "integrity": "sha512-8oEIAGtLv8oBV1/9XDxUjauPmlJKUnHP0cCHPsm84C/k706mJlH+mx+zIvNACf6W01603K8H6Clx2oCIyiCJRw==", "dependencies": { - "@toruslabs/base-controllers": "^6.2.2", + "@toruslabs/base-controllers": "^6.2.4", "@toruslabs/tweetnacl-js": "^1.0.4", - "@web3auth/auth": "^9.4.1", - "@web3auth/base": "^9.3.0", - "@web3auth/base-provider": "^9.3.0", + "@web3auth/auth": "^9.5.0", + "@web3auth/base": "^9.4.0", + "@web3auth/base-provider": "^9.4.0", "bn.js": "^5.2.1", "bs58": "^5.0.0", "json-rpc-random-id": "^1.0.1" @@ -6198,14 +6218,13 @@ } }, "node_modules/@web3auth/torus-evm-adapter": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@web3auth/torus-evm-adapter/-/torus-evm-adapter-9.3.0.tgz", - "integrity": "sha512-0S6YRb2/hNLOf97pbT6nDSOzANPwGlneGudMUSVSyy56vicJU2y8D8g0whc9Ec2Ah8dffqaCDAwORT8wWJd52Q==", - "license": "ISC", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@web3auth/torus-evm-adapter/-/torus-evm-adapter-9.4.0.tgz", + "integrity": "sha512-L7rO3vmpqWBR6NvmkWDnHZ+dybOvq24PTPePmviUTptCkMb7TDvVF7w4mf+suK1WuQ9ZlQCovf/sZn4J3h3fPA==", "dependencies": { "@toruslabs/torus-embed": "^5.0.0", - "@web3auth/base": "^9.3.0", - "@web3auth/base-evm-adapter": "^9.3.0" + "@web3auth/base": "^9.4.0", + "@web3auth/base-evm-adapter": "^9.4.0" }, "engines": { "node": ">=18.x", @@ -6216,20 +6235,19 @@ } }, "node_modules/@web3auth/ui": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@web3auth/ui/-/ui-9.3.0.tgz", - "integrity": "sha512-j4qr15UP4VepRjgFrGb07AmOnx9nczMYNaPFkRTPRyqKsJgsr3rlLNyYfau94xo2imAyv8YoewBJ83VEfqDaGw==", - "license": "ISC", + "version": "9.4.1", + "resolved": "https://registry.npmjs.org/@web3auth/ui/-/ui-9.4.1.tgz", + "integrity": "sha512-Xd75ls0+uMFa24loaZxjUuRPOX8zUvISmR7umc76DwVacmhL6YfQtev85NbYSrlSURDCrhNqUEIvMmGU3pEr/g==", "dependencies": { "@toruslabs/http-helpers": "^7.0.0", - "@web3auth/auth": "^9.4.1", - "@web3auth/base": "^9.3.0", + "@web3auth/auth": "^9.5.0", + "@web3auth/base": "^9.4.0", "bowser": "^2.11.0", "classnames": "^2.5.1", "copy-to-clipboard": "^3.3.3", "deepmerge": "^4.3.1", - "i18next": "^23.16.2", - "react-i18next": "^15.1.0", + "i18next": "^23.16.5", + "react-i18next": "^15.1.1", "react-qrcode-logo": "^3.0.0" }, "engines": { @@ -6243,21 +6261,20 @@ } }, "node_modules/@web3auth/wallet-connect-v2-adapter": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@web3auth/wallet-connect-v2-adapter/-/wallet-connect-v2-adapter-9.3.0.tgz", - "integrity": "sha512-AyJf2KA1dvvPtepG6ux2nNb6ffo+/XAlYnGPRyuqwf0N++TAHNjbTnps5mejndoUCkfhatlYuSSWx/71LBwOXA==", - "license": "ISC", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@web3auth/wallet-connect-v2-adapter/-/wallet-connect-v2-adapter-9.4.0.tgz", + "integrity": "sha512-fXH8Ery9356x/r8b7Q2ZcRudAfSAlb0+gyzJ90ELvDCs9oL6dwfNBiRYY3qeu2lRVgeu+3Un7N05o/t9bbeRFg==", "dependencies": { "@solana/web3.js": "^1.95.4", - "@toruslabs/base-controllers": "^6.2.2", - "@walletconnect/sign-client": "^2.17.1", - "@walletconnect/types": "^2.17.1", - "@walletconnect/utils": "^2.17.1", - "@web3auth/auth": "^9.4.1", - "@web3auth/base": "^9.3.0", - "@web3auth/base-provider": "^9.3.0", - "@web3auth/ethereum-provider": "^9.3.0", - "@web3auth/solana-provider": "^9.3.0", + "@toruslabs/base-controllers": "^6.2.4", + "@walletconnect/sign-client": "^2.17.2", + "@walletconnect/types": "^2.17.2", + "@walletconnect/utils": "^2.17.2", + "@web3auth/auth": "^9.5.0", + "@web3auth/base": "^9.4.0", + "@web3auth/base-provider": "^9.4.0", + "@web3auth/ethereum-provider": "^9.4.0", + "@web3auth/solana-provider": "^9.4.0", "bs58": "^5.0.0", "deepmerge": "^4.3.1" }, @@ -6270,14 +6287,13 @@ } }, "node_modules/@web3auth/wallet-services-plugin": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@web3auth/wallet-services-plugin/-/wallet-services-plugin-9.3.0.tgz", - "integrity": "sha512-27oivvJW2qx5BjvGM41GxBMSaefwVxfHN7BsSAZhuVVNXE8x/DK1Dl3/w00YCnayPCqYXjqiDoPYhMzN5AcngQ==", - "license": "ISC", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@web3auth/wallet-services-plugin/-/wallet-services-plugin-9.4.0.tgz", + "integrity": "sha512-B3TJwZM+e9nmTral6XcIZitOizVyrPhXcdPhOsfFDBn94kZ+7CZOqVK35+UEPuzJna9SqVsqaAheJnufYusUwQ==", "dependencies": { - "@web3auth/auth": "^9.4.1", - "@web3auth/base": "^9.3.0", - "@web3auth/no-modal": "^9.3.0", + "@web3auth/auth": "^9.5.0", + "@web3auth/base": "^9.4.0", + "@web3auth/no-modal": "^9.4.0", "@web3auth/ws-embed": "^3.1.0", "loglevel": "^1.9.2" }, @@ -6290,13 +6306,12 @@ } }, "node_modules/@web3auth/wallet-services-plugin-react-hooks": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@web3auth/wallet-services-plugin-react-hooks/-/wallet-services-plugin-react-hooks-9.3.0.tgz", - "integrity": "sha512-ifsw4CqTe5fYhOqLHqB0PVwJ/dbJrv3TdyYCHIGGoZUAgPabA9+GWCOTHCOfnzfZrAU5uyjUW7WEftKC/xv17A==", - "license": "ISC", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@web3auth/wallet-services-plugin-react-hooks/-/wallet-services-plugin-react-hooks-9.4.0.tgz", + "integrity": "sha512-Ap2nvsITn/bFs11eTw4Uc+BVIcP+IRysvwfmROMblLFz2vAnXGs53B4fqVmVMQj3rAZV5jz0GqymzyqcNPFLBA==", "dependencies": { - "@web3auth/base": "^9.3.0", - "@web3auth/wallet-services-plugin": "^9.3.0" + "@web3auth/base": "^9.4.0", + "@web3auth/wallet-services-plugin": "^9.4.0" }, "engines": { "node": ">=18.x", @@ -6536,9 +6551,9 @@ } }, "node_modules/acorn": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", - "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "bin": { "acorn": "bin/acorn" }, @@ -6587,7 +6602,6 @@ "version": "4.5.0", "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.5.0.tgz", "integrity": "sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==", - "license": "MIT", "dependencies": { "humanize-ms": "^1.2.1" }, @@ -7023,8 +7037,7 @@ "node_modules/base-x": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/base-x/-/base-x-4.0.0.tgz", - "integrity": "sha512-FuwxlW4H5kh37X/oW59pwTzzTKRzfrrQwhmyspRM7swOEZcHtDZSCt45U6oKgtuFE+WYPblePMVIPR4RZrh/hw==", - "license": "MIT" + "integrity": "sha512-FuwxlW4H5kh37X/oW59pwTzzTKRzfrrQwhmyspRM7swOEZcHtDZSCt45U6oKgtuFE+WYPblePMVIPR4RZrh/hw==" }, "node_modules/base64-js": { "version": "1.5.1", @@ -7058,7 +7071,6 @@ "resolved": "https://registry.npmjs.org/bigint-buffer/-/bigint-buffer-1.1.5.tgz", "integrity": "sha512-trfYco6AoZ+rKhKnxA0hgX0HAbVP/s808/EuDSe2JDzUnCp/xAsli35Orvk67UrTEcwuxZqYZDmfA2RXJgxVvA==", "hasInstallScript": true, - "license": "Apache-2.0", "dependencies": { "bindings": "^1.3.0" }, @@ -7089,7 +7101,6 @@ "version": "1.5.0", "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", - "license": "MIT", "dependencies": { "file-uri-to-path": "1.0.0" } @@ -7112,7 +7123,6 @@ "version": "0.7.0", "resolved": "https://registry.npmjs.org/borsh/-/borsh-0.7.0.tgz", "integrity": "sha512-CLCsZGIBCFnPtkNnieW/a8wmreDmfUtjU2m9yHrzPXIlNbqVs0AQrSatSG6vdNYUqdc83tkQi2eHfF98ubzQLA==", - "license": "Apache-2.0", "dependencies": { "bn.js": "^5.2.0", "bs58": "^4.0.0", @@ -7123,7 +7133,6 @@ "version": "3.0.10", "resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.10.tgz", "integrity": "sha512-7d0s06rR9rYaIWHkpfLIFICM/tkSVdoPC9qYAQRpxn9DdKNWNsKC0uk++akckyLq16Tx2WIinnZ6WRriAt6njQ==", - "license": "MIT", "dependencies": { "safe-buffer": "^5.0.1" } @@ -7132,7 +7141,6 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz", "integrity": "sha512-Ok3Wdf5vOIlBrgCvTq96gBkJw+JUEzdBgyaza5HLtPm7yTHkjRy8+JzNyHF7BHa0bNWOQIp3m5YF0nnFcOIKLw==", - "license": "MIT", "dependencies": { "base-x": "^3.0.2" } @@ -7313,7 +7321,6 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/bs58/-/bs58-5.0.0.tgz", "integrity": "sha512-r+ihvQJvahgYT50JD05dyJNKlmmSlMoOGwn1lCcEzanPglg7TxYjioQUYehQ9mAR/+hOSd2jRc/Z2y5UxBymvQ==", - "license": "MIT", "dependencies": { "base-x": "^4.0.0" } @@ -7557,8 +7564,7 @@ "node_modules/classnames": { "version": "2.5.1", "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", - "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==", - "license": "MIT" + "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" }, "node_modules/clipboardy": { "version": "4.0.0", @@ -7678,7 +7684,6 @@ "version": "3.3.3", "resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz", "integrity": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==", - "license": "MIT", "dependencies": { "toggle-selection": "^1.0.6" } @@ -8053,7 +8058,6 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/delay/-/delay-5.0.0.tgz", "integrity": "sha512-ReEBKkIfe4ya47wlPYf/gu5ib6yUG0/Aez0JQZQz94kiWtRQvZIQbTiehsnwHvLSWJnQdhVeqYue7Id1dKr0qw==", - "license": "MIT", "engines": { "node": ">=10" }, @@ -8521,14 +8525,12 @@ "node_modules/es6-promise": { "version": "4.2.8", "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", - "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==", - "license": "MIT" + "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==" }, "node_modules/es6-promisify": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz", "integrity": "sha512-C+d6UdsYDk0lMebHNR4S2NybQMMngAOnOwYBQjTOiv0MkoJMP0Myw2mgpDLBcpfCmRLxyFqYhS/CfOENq4SJhQ==", - "license": "MIT", "dependencies": { "es6-promise": "^4.0.3" } @@ -9297,8 +9299,7 @@ "node_modules/fast-stable-stringify": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fast-stable-stringify/-/fast-stable-stringify-1.0.0.tgz", - "integrity": "sha512-wpYMUmFu5f00Sm0cj2pfivpmawLZ0NKdviQ4w9zJeR8JVtOpOxHmLaJuj0vxvGqMJQWyP/COUkF75/57OKyRag==", - "license": "MIT" + "integrity": "sha512-wpYMUmFu5f00Sm0cj2pfivpmawLZ0NKdviQ4w9zJeR8JVtOpOxHmLaJuj0vxvGqMJQWyP/COUkF75/57OKyRag==" }, "node_modules/fastq": { "version": "1.17.1", @@ -9325,8 +9326,7 @@ "node_modules/file-uri-to-path": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", - "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", - "license": "MIT" + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==" }, "node_modules/fill-range": { "version": "7.1.1", @@ -9804,7 +9804,6 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.1.tgz", "integrity": "sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==", - "license": "MIT", "dependencies": { "void-elements": "3.1.0" } @@ -9862,15 +9861,14 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==", - "license": "MIT", "dependencies": { "ms": "^2.0.0" } }, "node_modules/i18next": { - "version": "23.16.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.2.tgz", - "integrity": "sha512-dFyxwLXxEQK32f6tITBMaRht25mZPJhQ0WbC0p3bO2mWBal9lABTMqSka5k+GLSRWLzeJBKDpH7BeIA9TZI7Jg==", + "version": "23.16.8", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.8.tgz", + "integrity": "sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg==", "funding": [ { "type": "individual", @@ -9885,7 +9883,6 @@ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" } ], - "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.2" } @@ -10588,7 +10585,6 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/jayson/-/jayson-4.1.2.tgz", "integrity": "sha512-5nzMWDHy6f+koZOuYsArh2AXs73NfWYVlFyJJuCedr93GpY+Ku8qq10ropSXVfHK+H0T6paA88ww+/dV+1fBNA==", - "license": "MIT", "dependencies": { "@types/connect": "^3.4.33", "@types/node": "^12.12.54", @@ -10613,14 +10609,12 @@ "node_modules/jayson/node_modules/@types/node": { "version": "12.20.55", "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz", - "integrity": "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==", - "license": "MIT" + "integrity": "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==" }, "node_modules/jayson/node_modules/@types/ws": { "version": "7.4.7", "resolved": "https://registry.npmjs.org/@types/ws/-/ws-7.4.7.tgz", "integrity": "sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==", - "license": "MIT", "dependencies": { "@types/node": "*" } @@ -10629,7 +10623,6 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-4.0.1.tgz", "integrity": "sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==", - "license": "MIT", "peerDependencies": { "ws": "*" } @@ -10638,7 +10631,6 @@ "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } @@ -10833,9 +10825,9 @@ } }, "node_modules/jiti": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.3.3.tgz", - "integrity": "sha512-EX4oNDwcXSivPrw2qKH2LB5PoFxEvgtv2JgwW0bU858HoLQ+kutSvjLMUqBd0PeJYEinLWhoI9Ol0eYMqj/wNQ==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.4.0.tgz", + "integrity": "sha512-H5UpaUI+aHOqZXlYOaFP/8AzKsg+guWu+Pr3Y8i7+Y3zr1aXAvCvTAQ1RxSc6oVD8R8c7brgNtTVP91E7upH/g==", "bin": { "jiti": "lib/jiti-cli.mjs" } @@ -10948,8 +10940,7 @@ "node_modules/json-rpc-random-id": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-rpc-random-id/-/json-rpc-random-id-1.0.1.tgz", - "integrity": "sha512-RJ9YYNCkhVDBuP4zN5BBtYAzEl03yq/jIIsyif0JY9qyJuQQZNeDK7anAPKKlyEtLSj2s8h6hNh2F8zO5q7ScA==", - "license": "ISC" + "integrity": "sha512-RJ9YYNCkhVDBuP4zN5BBtYAzEl03yq/jIIsyif0JY9qyJuQQZNeDK7anAPKKlyEtLSj2s8h6hNh2F8zO5q7ScA==" }, "node_modules/json-schema-traverse": { "version": "0.4.1", @@ -10985,8 +10976,7 @@ "node_modules/json-stringify-safe": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", - "license": "ISC" + "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" }, "node_modules/json5": { "version": "2.2.3", @@ -11013,8 +11003,7 @@ "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", "engines": [ "node >= 0.2.0" - ], - "license": "MIT" + ] }, "node_modules/jsonschema": { "version": "1.4.1", @@ -11028,7 +11017,6 @@ "version": "1.3.5", "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", - "license": "(MIT OR Apache-2.0)", "dependencies": { "jsonparse": "^1.2.0", "through": ">=2.2.7 <3" @@ -11502,24 +11490,16 @@ } }, "node_modules/mlly": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.2.tgz", - "integrity": "sha512-tN3dvVHYVz4DhSXinXIk7u9syPYaJvio118uomkovAtWBT+RdbP6Lfh/5Lvo519YMmwBafwlh20IPTXIStscpA==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.3.tgz", + "integrity": "sha512-xUsx5n/mN0uQf4V548PKQ+YShA4/IW0KI1dZhrNrPCLG+xizETbHTkOa1f8/xut9JRPp8kQuMnz0oqwkTiLo/A==", "dependencies": { - "acorn": "^8.12.1", + "acorn": "^8.14.0", "pathe": "^1.1.2", - "pkg-types": "^1.2.0", + "pkg-types": "^1.2.1", "ufo": "^1.5.4" } }, - "node_modules/mri": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", - "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", - "engines": { - "node": ">=4" - } - }, "node_modules/ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", @@ -12315,8 +12295,7 @@ "node_modules/qrcode-generator": { "version": "1.4.4", "resolved": "https://registry.npmjs.org/qrcode-generator/-/qrcode-generator-1.4.4.tgz", - "integrity": "sha512-HM7yY8O2ilqhmULxGMpcHSF1EhJJ9yBj8gvDEuZ6M+KGJ0YY2hKpnXvRD+hZPLrDVck3ExIGhmPtSdcjC+guuw==", - "license": "MIT" + "integrity": "sha512-HM7yY8O2ilqhmULxGMpcHSF1EhJJ9yBj8gvDEuZ6M+KGJ0YY2hKpnXvRD+hZPLrDVck3ExIGhmPtSdcjC+guuw==" }, "node_modules/qs": { "version": "6.13.0", @@ -12429,10 +12408,9 @@ } }, "node_modules/react-i18next": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.0.tgz", - "integrity": "sha512-zj3nJynMnZsy2gPZiOTC7XctCY5eQGqT3tcKMmfJWC9FMvgd+960w/adq61j8iPzpwmsXejqID9qC3Mqu1Xu2Q==", - "license": "MIT", + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.1.tgz", + "integrity": "sha512-R/Vg9wIli2P3FfeI8o1eNJUJue5LWpFsQePCHdQDmX0Co3zkr6kdT8gAseb/yGeWbNz1Txc4bKDQuZYsC0kQfw==", "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" @@ -12459,7 +12437,6 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/react-qrcode-logo/-/react-qrcode-logo-3.0.0.tgz", "integrity": "sha512-2+vZ3GNBdUpYxIKyt6SFZsDGXa0xniyUQ0wPI4O0hJTzRjttPIx1pPnH9IWQmp/4nDMoN47IBhi3Breu1KudYw==", - "license": "MIT", "dependencies": { "lodash.isequal": "^4.5.0", "qrcode-generator": "^1.4.4" @@ -12737,7 +12714,6 @@ "version": "9.0.4", "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-9.0.4.tgz", "integrity": "sha512-yWZWN0M+bivtoNLnaDbtny4XchdAIF5Q4g/ZsC5UC61Ckbp0QczwO8fg44rV3uYmY4WHd+EZQbn90W1d8ojzqQ==", - "license": "LGPL-3.0-only", "dependencies": { "@swc/helpers": "^0.5.11", "@types/uuid": "^8.3.4", @@ -12760,7 +12736,6 @@ "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } @@ -12769,7 +12744,6 @@ "version": "8.18.0", "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", - "license": "MIT", "engines": { "node": ">=10.0.0" }, @@ -13543,7 +13517,6 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-2.0.2.tgz", "integrity": "sha512-uV+TFRZdXsqXTL2pRvujROjdZQ4RAlBUS5BTh9IGm+jTqQntYThciG/qu57Gs69yjnVUSqdxF9YLmSnpupBW9A==", - "license": "MIT", "engines": { "node": ">=14.0.0" } @@ -13758,8 +13731,7 @@ "node_modules/through": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", - "license": "MIT" + "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" }, "node_modules/tinybench": { "version": "2.9.0", @@ -13816,8 +13788,7 @@ "node_modules/toggle-selection": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/toggle-selection/-/toggle-selection-1.0.6.tgz", - "integrity": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==", - "license": "MIT" + "integrity": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==" }, "node_modules/tough-cookie": { "version": "4.1.4", @@ -14155,32 +14126,32 @@ } }, "node_modules/unstorage": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.12.0.tgz", - "integrity": "sha512-ARZYTXiC+e8z3lRM7/qY9oyaOkaozCeNd2xoz7sYK9fv7OLGhVsf+BZbmASqiK/HTZ7T6eAlnVq9JynZppyk3w==", + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.13.1.tgz", + "integrity": "sha512-ELexQHUrG05QVIM/iUeQNdl9FXDZhqLJ4yP59fnmn2jGUh0TEulwOgov1ubOb3Gt2ZGK/VMchJwPDNVEGWQpRg==", "dependencies": { "anymatch": "^3.1.3", "chokidar": "^3.6.0", + "citty": "^0.1.6", "destr": "^2.0.3", - "h3": "^1.12.0", - "listhen": "^1.7.2", + "h3": "^1.13.0", + "listhen": "^1.9.0", "lru-cache": "^10.4.3", - "mri": "^1.2.0", "node-fetch-native": "^1.6.4", - "ofetch": "^1.3.4", + "ofetch": "^1.4.1", "ufo": "^1.5.4" }, "peerDependencies": { "@azure/app-configuration": "^1.7.0", "@azure/cosmos": "^4.1.1", "@azure/data-tables": "^13.2.2", - "@azure/identity": "^4.4.1", - "@azure/keyvault-secrets": "^4.8.0", - "@azure/storage-blob": "^12.24.0", + "@azure/identity": "^4.5.0", + "@azure/keyvault-secrets": "^4.9.0", + "@azure/storage-blob": "^12.25.0", "@capacitor/preferences": "^6.0.2", - "@netlify/blobs": "^6.5.0 || ^7.0.0", + "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0", "@planetscale/database": "^1.19.0", - "@upstash/redis": "^1.34.0", + "@upstash/redis": "^1.34.3", "@vercel/kv": "^1.0.1", "idb-keyval": "^6.2.1", "ioredis": "^5.4.1" @@ -14607,7 +14578,6 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz", "integrity": "sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==", - "license": "MIT", "engines": { "node": ">=0.10.0" } diff --git a/web-modal-sdk/blockchain-connection-examples/evm-modal-example/package.json b/web-modal-sdk/blockchain-connection-examples/evm-modal-example/package.json index eac42200f..3a42c9875 100644 --- a/web-modal-sdk/blockchain-connection-examples/evm-modal-example/package.json +++ b/web-modal-sdk/blockchain-connection-examples/evm-modal-example/package.json @@ -33,16 +33,16 @@ "@vitejs/plugin-react": "^4.3.1", "@vitejs/plugin-react-swc": "^3.7.0", "@walletconnect/sign-client": "^2.16.2", - "@web3auth/base": "^9.3.0", - "@web3auth/coinbase-adapter": "^9.3.0", - "@web3auth/default-evm-adapter": "^9.3.0", - "@web3auth/ethereum-provider": "^9.3.0", - "@web3auth/modal": "^9.3.0", - "@web3auth/modal-react-hooks": "^9.3.0", - "@web3auth/torus-evm-adapter": "^9.3.0", - "@web3auth/wallet-connect-v2-adapter": "^9.3.0", - "@web3auth/wallet-services-plugin": "^9.3.0", - "@web3auth/wallet-services-plugin-react-hooks": "^9.3.0", + "@web3auth/base": "^9.4.0", + "@web3auth/coinbase-adapter": "^9.4.0", + "@web3auth/default-evm-adapter": "^9.4.0", + "@web3auth/ethereum-provider": "^9.4.0", + "@web3auth/modal": "^9.4.0", + "@web3auth/modal-react-hooks": "^9.4.0", + "@web3auth/torus-evm-adapter": "^9.4.0", + "@web3auth/wallet-connect-v2-adapter": "^9.4.0", + "@web3auth/wallet-services-plugin": "^9.4.0", + "@web3auth/wallet-services-plugin-react-hooks": "^9.4.0", "ethers": "^6.13.2", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/web-modal-sdk/blockchain-connection-examples/evm-modal-example/src/App.tsx b/web-modal-sdk/blockchain-connection-examples/evm-modal-example/src/App.tsx index 1fe1a8ac0..0eb4bc336 100644 --- a/web-modal-sdk/blockchain-connection-examples/evm-modal-example/src/App.tsx +++ b/web-modal-sdk/blockchain-connection-examples/evm-modal-example/src/App.tsx @@ -16,8 +16,8 @@ const newChain = { // Use services like Infura, Quicknode etc displayName: "Polygon Mainnet", blockExplorerUrl: "https://polygonscan.com", - ticker: "MATIC", - tickerName: "MATIC", + ticker: "POL", + tickerName: "Polygon Ecosystem token", logo: "https://images.toruswallet.io/polygon.svg", }; diff --git a/web-modal-sdk/blockchain-connection-examples/evm-modal-example/src/web3AuthProviderProps.ts b/web-modal-sdk/blockchain-connection-examples/evm-modal-example/src/web3AuthProviderProps.ts index 4b18ef98b..09ec25d26 100644 --- a/web-modal-sdk/blockchain-connection-examples/evm-modal-example/src/web3AuthProviderProps.ts +++ b/web-modal-sdk/blockchain-connection-examples/evm-modal-example/src/web3AuthProviderProps.ts @@ -4,7 +4,7 @@ import { EthereumPrivateKeyProvider } from "@web3auth/ethereum-provider"; import { CHAIN_NAMESPACES, WEB3AUTH_NETWORK } from "@web3auth/base"; import { AuthAdapter } from "@web3auth/auth-adapter"; import { WalletServicesPlugin } from "@web3auth/wallet-services-plugin"; -// import { getDefaultExternalAdapters, getInjectedAdapters } from "@web3auth/default-evm-adapter"; +import { getDefaultExternalAdapters } from "@web3auth/default-evm-adapter"; const chainConfig = { chainId: "0xaa36a7", // for wallet connect make sure to pass in this chain in the loginSettings of the adapter. @@ -85,10 +85,10 @@ const authAdapter = new AuthAdapter({ const walletServicesPlugin = new WalletServicesPlugin(); // const adapters = await getInjectedAdapters({options: web3AuthOptions}); -// const adapters = await getDefaultExternalAdapters({ options: web3AuthOptions }); +const adapters = getDefaultExternalAdapters({ options: web3AuthOptions }); export const web3AuthContextConfig: Web3AuthContextConfig = { web3AuthOptions, - adapters: [authAdapter], + adapters: [authAdapter, ...adapters], plugins: [walletServicesPlugin], }; diff --git a/web-no-modal-sdk/blockchain-connection-examples/evm-no-modal-hooks-example/src/App.tsx b/web-no-modal-sdk/blockchain-connection-examples/evm-no-modal-hooks-example/src/App.tsx index 2850245fa..9b108e376 100644 --- a/web-no-modal-sdk/blockchain-connection-examples/evm-no-modal-hooks-example/src/App.tsx +++ b/web-no-modal-sdk/blockchain-connection-examples/evm-no-modal-hooks-example/src/App.tsx @@ -12,8 +12,8 @@ const newChain = { rpcTarget: "https://rpc.ankr.com/polygon", displayName: "Polygon Mainnet", blockExplorerUrl: "https://polygonscan.com", - ticker: "MATIC", - tickerName: "MATIC", + ticker: "POL", + tickerName: "Polygon Ecosystem token", logo: "https://images.toruswallet.io/polygon.svg", }; diff --git a/web-no-modal-sdk/blockchain-connection-examples/multi-chain-no-modal-example/src/App.tsx b/web-no-modal-sdk/blockchain-connection-examples/multi-chain-no-modal-example/src/App.tsx index 3f5c78bd0..135d9d79f 100644 --- a/web-no-modal-sdk/blockchain-connection-examples/multi-chain-no-modal-example/src/App.tsx +++ b/web-no-modal-sdk/blockchain-connection-examples/multi-chain-no-modal-example/src/App.tsx @@ -204,8 +204,8 @@ function App() { rpcTarget: "https://rpc.ankr.com/polygon_amoy", displayName: "Polygon Amoy Testnet", blockExplorerUrl: "https://amoy.polygonscan.com", - ticker: "MATIC", - tickerName: "MATIC", + ticker: "POL", + tickerName: "Polygon Ecosystem token", logo: "https://cryptologos.cc/logos/polygon-matic-logo.png", }, },