Skip to content

Commit

Permalink
fix(deps): update dependency @web3inbox/core to v1.4.0 (#576)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @web3inbox/core to v1.4.0

* chore: update naming

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Celine Sarafa <[email protected]>
  • Loading branch information
renovate[bot] and devceline authored Jun 19, 2024
1 parent 5a1601e commit 89c7bae
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@tanstack/react-query": "^5.20.1",
"@walletconnect/identity-keys": "^2.0.1",
"@walletconnect/notify-message-decrypter": "^0.1.0",
"@web3inbox/core": "1.4.0-16773f4",
"@web3inbox/core": "1.4.0",
"@web3inbox/react": "^1.4.0-efaaba3",
"@web3modal/wagmi": "4.2.3",
"classnames": "^2.3.2",
Expand Down
4 changes: 2 additions & 2 deletions src/utils/siwe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ import {
import { waitFor } from '@/utils/general'
import { wagmiConfig } from '@/utils/wagmiConfig'

let registerParams: Awaited<ReturnType<Web3InboxClient['prepareRegistrationViaRecaps']>> | null =
let registerParams: Awaited<ReturnType<Web3InboxClient['prepareRegistrationWithRecaps']>> | null =
null

export const getMessageParams = async (client: Web3InboxClient | null) => {
if (!client) {
throw new Error('Client not ready yet')
}

registerParams = await client.prepareRegistrationViaRecaps({
registerParams = await client.prepareRegistrationWithRecaps({
domain: window.location.hostname,
allApps: true
})
Expand Down
38 changes: 24 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4476,6 +4476,15 @@
bs58 "5.0.0"
multiformats "^9.9.0"

"@walletconnect/[email protected]":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@walletconnect/did-jwt/-/did-jwt-2.1.0.tgz#a5a3f2feb652bd3c4c98aee25b88f071309c3964"
integrity sha512-4K1uZpiFS/wk4zSbB2PWGdQPtVnM3DQokyAVLJSHDg+91vF47qG0jdlr2WRTgXasXcZbRhVRHWLdhWbzznt1dA==
dependencies:
"@noble/ed25519" "1.7.3"
bs58 "5.0.0"
multiformats "^9.9.0"

"@walletconnect/environment@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@walletconnect/environment/-/environment-1.0.1.tgz#1d7f82f0009ab821a2ba5ad5e5a7b8ae3b214cd7"
Expand Down Expand Up @@ -4516,16 +4525,17 @@
"@walletconnect/time" "^1.0.2"
tslib "1.14.1"

"@walletconnect/[email protected]-4f45f75":
version "2.1.0-4f45f75"
resolved "https://registry.yarnpkg.com/@walletconnect/identity-keys/-/identity-keys-2.1.0-4f45f75.tgz#475a0e59f46d7fe5293cd84121657c7e82a88ffc"
integrity sha512-HqTUaLeegB5vINKh+m0AidJHGouyNFhiToRqe4KYOzWsgKuawODfK3Y30K91CWJ72TppcViJHtN+p9Tjzcs5pA==
"@walletconnect/[email protected]":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@walletconnect/identity-keys/-/identity-keys-2.1.0.tgz#a4673f12b16879f0a4d3f9fea874ead09bac3cb3"
integrity sha512-cBW0afKS+JCBLypfmuSuODrhTinKveeKL2FRIkHfBDS12zaqONS4HR+EZAFNo9gXA0P2yei8BG2r581VbTwHJw==
dependencies:
"@ethersproject/hash" "^5.7.0"
"@ethersproject/transactions" "^5.7.0"
"@noble/ed25519" "^1.7.1"
"@walletconnect/cacao" "1.0.2"
"@walletconnect/core" "^2.10.1"
"@walletconnect/did-jwt" "2.1.0"
"@walletconnect/types" "^2.10.1"
"@walletconnect/utils" "^2.10.1"
axios "^1.3.5"
Expand Down Expand Up @@ -4661,16 +4671,16 @@
"@walletconnect/modal-core" "2.6.2"
"@walletconnect/modal-ui" "2.6.2"

"@walletconnect/[email protected].0-e2300fe":
version "1.4.0-e2300fe"
resolved "https://registry.yarnpkg.com/@walletconnect/notify-client/-/notify-client-1.4.0-e2300fe.tgz#3d904243fe0660c3c6ee936fff906cd0d66a1450"
integrity sha512-6X9jJ48QK8h5f8Jc3pJLv4Kcc9QZ+wax/neKFrKDMiDFNUYVKHXs8YCYW6iJ9u5HSA1t1AuNXaFtLdMztib+LA==
"@walletconnect/[email protected].1":
version "1.4.1"
resolved "https://registry.yarnpkg.com/@walletconnect/notify-client/-/notify-client-1.4.1.tgz#a79da37b0af519239f110b6787f12d5913ed16d4"
integrity sha512-+1ZwPjaleDYJpoeqAGsBRPv385D+RyXvIbt+0pMiezZDxg2zGfMOu4FBA1VkQmQFQqjzzImTA9a1/LxtbWF4Og==
dependencies:
"@noble/ed25519" "1.7.3"
"@walletconnect/cacao" "1.0.2"
"@walletconnect/core" "2.12.2"
"@walletconnect/did-jwt" "2.0.1"
"@walletconnect/identity-keys" "2.1.0-4f45f75"
"@walletconnect/identity-keys" "2.1.0"
"@walletconnect/jsonrpc-utils" "1.0.7"
"@walletconnect/time" "1.0.2"
"@walletconnect/utils" "2.12.2"
Expand Down Expand Up @@ -4924,13 +4934,13 @@
"@walletconnect/window-getters" "^1.0.1"
tslib "1.14.1"

"@web3inbox/[email protected]-16773f4":
version "1.4.0-16773f4"
resolved "https://registry.yarnpkg.com/@web3inbox/core/-/core-1.4.0-16773f4.tgz#fc641f0ce9350e1011e035ae4d4f105da8cffb7c"
integrity sha512-AHd+hpgLJ3rUG/0+1f9NVsq3bukngZuZ5dOP+eL2zaymTBW4QTSgskG+mj87KotfSjV3VAlWg9VwE00lNdOCoQ==
"@web3inbox/[email protected]":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@web3inbox/core/-/core-1.4.0.tgz#350dc90d0b82b3a7694360d0933bfdeb7220f017"
integrity sha512-DoegP0ngxyF2aW9Kp/GMdYZQHXxO/hcuq5/GdvgXh20VcazJjyDLNBQ1NmKQVjI/+ZYNLS8pSBzjbOK+EnND+A==
dependencies:
"@walletconnect/core" "2.12.2"
"@walletconnect/notify-client" "1.4.0-e2300fe"
"@walletconnect/notify-client" "1.4.1"
valtio "1.11.2"

"@web3inbox/react@^1.4.0-efaaba3":
Expand Down

0 comments on commit 89c7bae

Please sign in to comment.