-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
131 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -708,9 +708,9 @@ | |
integrity sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA== | ||
|
||
"@humanwhocodes/retry@^0.4.0": | ||
version "0.4.0" | ||
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.0.tgz#b57438cab2a2381b4b597b0ab17339be381bd755" | ||
integrity sha512-xnRgu9DxZbkWak/te3fcytNyp8MTbuiZIaueg2rgEvBuN55n04nwLYLU9TX/VVlusc9L2ZNXi99nUFNkHXtr5g== | ||
version "0.4.1" | ||
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.1.tgz#9a96ce501bc62df46c4031fbd970e3cc6b10f07b" | ||
integrity sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA== | ||
|
||
"@isaacs/cliui@^8.0.2": | ||
version "8.0.2" | ||
|
@@ -1238,9 +1238,9 @@ | |
integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g== | ||
|
||
"@safe-global/safe-deployments@^1.37.0": | ||
version "1.37.13" | ||
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.37.13.tgz#9965d6c5669db526a472a0576828063aa50234df" | ||
integrity sha512-DXDbyW+pSK5W+eyrT7I2VHgHjCUhiXgcmSjekCzwmzrRXB5sW36DLLDwfC5c1gvo26ix6NcIGRSk2sf68BHdeg== | ||
version "1.37.14" | ||
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.37.14.tgz#31c1d1ff924d94ce639c136bef154de3adf5f75e" | ||
integrity sha512-uHpYizq52j1arwWRxHbEbrZsECD5tG87NwLo/xDViRVw/GIrkRC6HerkzfZwiHVjVrC8gN8o3ApLsknYbxrF4w== | ||
dependencies: | ||
semver "^7.6.2" | ||
|
||
|
@@ -1512,9 +1512,9 @@ | |
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== | ||
|
||
"@types/node@*", "@types/node@^22.3.0": | ||
version "22.8.7" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.7.tgz#04ab7a073d95b4a6ee899f235d43f3c320a976f4" | ||
integrity sha512-LidcG+2UeYIWcMuMUpBKOnryBWG/rnmOHQR5apjn8myTQcx3rinFRn7DcIFhMnS0PPFSC6OafdIKEad0lj6U0Q== | ||
version "22.9.0" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.0.tgz#b7f16e5c3384788542c72dc3d561a7ceae2c0365" | ||
integrity sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ== | ||
dependencies: | ||
undici-types "~6.19.8" | ||
|
||
|
@@ -1548,84 +1548,84 @@ | |
"@types/yargs-parser" "*" | ||
|
||
"@typescript-eslint/eslint-plugin@^8.1.0": | ||
version "8.12.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.12.2.tgz#c2ef660bb83fd1432368319312a2581fc92ccac1" | ||
integrity sha512-gQxbxM8mcxBwaEmWdtLCIGLfixBMHhQjBqR8sVWNTPpcj45WlYL2IObS/DNMLH1DBP0n8qz+aiiLTGfopPEebw== | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.13.0.tgz#650c50b8c795b5d092189f139f6d00535b5b0f3d" | ||
integrity sha512-nQtBLiZYMUPkclSeC3id+x4uVd1SGtHuElTxL++SfP47jR0zfkZBJHc+gL4qPsgTuypz0k8Y2GheaDYn6Gy3rg== | ||
dependencies: | ||
"@eslint-community/regexpp" "^4.10.0" | ||
"@typescript-eslint/scope-manager" "8.12.2" | ||
"@typescript-eslint/type-utils" "8.12.2" | ||
"@typescript-eslint/utils" "8.12.2" | ||
"@typescript-eslint/visitor-keys" "8.12.2" | ||
"@typescript-eslint/scope-manager" "8.13.0" | ||
"@typescript-eslint/type-utils" "8.13.0" | ||
"@typescript-eslint/utils" "8.13.0" | ||
"@typescript-eslint/visitor-keys" "8.13.0" | ||
graphemer "^1.4.0" | ||
ignore "^5.3.1" | ||
natural-compare "^1.4.0" | ||
ts-api-utils "^1.3.0" | ||
|
||
"@typescript-eslint/parser@^8.1.0": | ||
version "8.12.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.12.2.tgz#2e8173b34e1685e918b2d571c16c906d3747bad2" | ||
integrity sha512-MrvlXNfGPLH3Z+r7Tk+Z5moZAc0dzdVjTgUgwsdGweH7lydysQsnSww3nAmsq8blFuRD5VRlAr9YdEFw3e6PBw== | ||
dependencies: | ||
"@typescript-eslint/scope-manager" "8.12.2" | ||
"@typescript-eslint/types" "8.12.2" | ||
"@typescript-eslint/typescript-estree" "8.12.2" | ||
"@typescript-eslint/visitor-keys" "8.12.2" | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.13.0.tgz#ef76203b7cac515aa3ccc4f7ce5320dd61c46b29" | ||
integrity sha512-w0xp+xGg8u/nONcGw1UXAr6cjCPU1w0XVyBs6Zqaj5eLmxkKQAByTdV/uGgNN5tVvN/kKpoQlP2cL7R+ajZZIQ== | ||
dependencies: | ||
"@typescript-eslint/scope-manager" "8.13.0" | ||
"@typescript-eslint/types" "8.13.0" | ||
"@typescript-eslint/typescript-estree" "8.13.0" | ||
"@typescript-eslint/visitor-keys" "8.13.0" | ||
debug "^4.3.4" | ||
|
||
"@typescript-eslint/scope-manager@8.12.2": | ||
version "8.12.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.12.2.tgz#6db0213745e6392c8e90fe9af5915e6da32eb94a" | ||
integrity sha512-gPLpLtrj9aMHOvxJkSbDBmbRuYdtiEbnvO25bCMza3DhMjTQw0u7Y1M+YR5JPbMsXXnSPuCf5hfq0nEkQDL/JQ== | ||
"@typescript-eslint/scope-manager@8.13.0": | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.13.0.tgz#2f4aed0b87d72360e64e4ea194b1fde14a59082e" | ||
integrity sha512-XsGWww0odcUT0gJoBZ1DeulY1+jkaHUciUq4jKNv4cpInbvvrtDoyBH9rE/n2V29wQJPk8iCH1wipra9BhmiMA== | ||
dependencies: | ||
"@typescript-eslint/types" "8.12.2" | ||
"@typescript-eslint/visitor-keys" "8.12.2" | ||
"@typescript-eslint/types" "8.13.0" | ||
"@typescript-eslint/visitor-keys" "8.13.0" | ||
|
||
"@typescript-eslint/type-utils@8.12.2": | ||
version "8.12.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.12.2.tgz#132b0c52d45f6814e6f2e32416c7951ed480b016" | ||
integrity sha512-bwuU4TAogPI+1q/IJSKuD4shBLc/d2vGcRT588q+jzayQyjVK2X6v/fbR4InY2U2sgf8MEvVCqEWUzYzgBNcGQ== | ||
"@typescript-eslint/type-utils@8.13.0": | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.13.0.tgz#8c8fa68490dcb9ae1687ffc7de8fbe23c26417bd" | ||
integrity sha512-Rqnn6xXTR316fP4D2pohZenJnp+NwQ1mo7/JM+J1LWZENSLkJI8ID8QNtlvFeb0HnFSK94D6q0cnMX6SbE5/vA== | ||
dependencies: | ||
"@typescript-eslint/typescript-estree" "8.12.2" | ||
"@typescript-eslint/utils" "8.12.2" | ||
"@typescript-eslint/typescript-estree" "8.13.0" | ||
"@typescript-eslint/utils" "8.13.0" | ||
debug "^4.3.4" | ||
ts-api-utils "^1.3.0" | ||
|
||
"@typescript-eslint/types@8.12.2": | ||
version "8.12.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.12.2.tgz#8d70098c0e90442495b53d0296acdca6d0f3f73c" | ||
integrity sha512-VwDwMF1SZ7wPBUZwmMdnDJ6sIFk4K4s+ALKLP6aIQsISkPv8jhiw65sAK6SuWODN/ix+m+HgbYDkH+zLjrzvOA== | ||
"@typescript-eslint/types@8.13.0": | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.13.0.tgz#3f35dead2b2491a04339370dcbcd17bbdfc204d8" | ||
integrity sha512-4cyFErJetFLckcThRUFdReWJjVsPCqyBlJTi6IDEpc1GWCIIZRFxVppjWLIMcQhNGhdWJJRYFHpHoDWvMlDzng== | ||
|
||
"@typescript-eslint/typescript-estree@8.12.2": | ||
version "8.12.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.12.2.tgz#206df9b1cbff212aaa9401985ef99f04daa84da5" | ||
integrity sha512-mME5MDwGe30Pq9zKPvyduyU86PH7aixwqYR2grTglAdB+AN8xXQ1vFGpYaUSJ5o5P/5znsSBeNcs5g5/2aQwow== | ||
"@typescript-eslint/typescript-estree@8.13.0": | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.13.0.tgz#db8c93dd5437ca3ce417a255fb35ddc3c12c3e95" | ||
integrity sha512-v7SCIGmVsRK2Cy/LTLGN22uea6SaUIlpBcO/gnMGT/7zPtxp90bphcGf4fyrCQl3ZtiBKqVTG32hb668oIYy1g== | ||
dependencies: | ||
"@typescript-eslint/types" "8.12.2" | ||
"@typescript-eslint/visitor-keys" "8.12.2" | ||
"@typescript-eslint/types" "8.13.0" | ||
"@typescript-eslint/visitor-keys" "8.13.0" | ||
debug "^4.3.4" | ||
fast-glob "^3.3.2" | ||
is-glob "^4.0.3" | ||
minimatch "^9.0.4" | ||
semver "^7.6.0" | ||
ts-api-utils "^1.3.0" | ||
|
||
"@typescript-eslint/utils@8.12.2": | ||
version "8.12.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.12.2.tgz#726cc9f49f5866605bd15bbc1768ffc15637930e" | ||
integrity sha512-UTTuDIX3fkfAz6iSVa5rTuSfWIYZ6ATtEocQ/umkRSyC9O919lbZ8dcH7mysshrCdrAM03skJOEYaBugxN+M6A== | ||
"@typescript-eslint/utils@8.13.0": | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.13.0.tgz#f6d40e8b5053dcaeabbd2e26463857abf27d62c0" | ||
integrity sha512-A1EeYOND6Uv250nybnLZapeXpYMl8tkzYUxqmoKAWnI4sei3ihf2XdZVd+vVOmHGcp3t+P7yRrNsyyiXTvShFQ== | ||
dependencies: | ||
"@eslint-community/eslint-utils" "^4.4.0" | ||
"@typescript-eslint/scope-manager" "8.12.2" | ||
"@typescript-eslint/types" "8.12.2" | ||
"@typescript-eslint/typescript-estree" "8.12.2" | ||
"@typescript-eslint/scope-manager" "8.13.0" | ||
"@typescript-eslint/types" "8.13.0" | ||
"@typescript-eslint/typescript-estree" "8.13.0" | ||
|
||
"@typescript-eslint/visitor-keys@8.12.2": | ||
version "8.12.2" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.12.2.tgz#94d7410f78eb6d134b9fcabaf1eeedb910ba8c38" | ||
integrity sha512-PChz8UaKQAVNHghsHcPyx1OMHoFRUEA7rJSK/mDhdq85bk+PLsUHUBqTQTFt18VJZbmxBovM65fezlheQRsSDA== | ||
"@typescript-eslint/visitor-keys@8.13.0": | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.13.0.tgz#e97b0d92b266ef38a1faf40a74da289b66683a5b" | ||
integrity sha512-7N/+lztJqH4Mrf0lb10R/CbI1EaAMMGyF5y0oJvFoAhafwgiRA7TXyd8TFn8FC8k5y2dTsYogg238qavRGNnlw== | ||
dependencies: | ||
"@typescript-eslint/types" "8.12.2" | ||
"@typescript-eslint/types" "8.13.0" | ||
eslint-visitor-keys "^3.4.3" | ||
|
||
"@walletconnect/[email protected]": | ||
|
@@ -1647,7 +1647,7 @@ | |
events "^3.3.0" | ||
isomorphic-unfetch "^3.1.0" | ||
|
||
"@walletconnect/[email protected]", "@walletconnect/core@^2.10.1": | ||
"@walletconnect/[email protected]": | ||
version "2.17.1" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.17.1.tgz#8ee51d630068e4450014fe62a76af895ab1d349d" | ||
integrity sha512-SMgJR5hEyEE/tENIuvlEb4aB9tmMXPzQ38Y61VgYBmwAFEhOHtpt8EDfnfRWqEhMyXuBXG4K70Yh8c67Yry+Xw== | ||
|
@@ -1670,6 +1670,29 @@ | |
lodash.isequal "4.5.0" | ||
uint8arrays "3.1.0" | ||
|
||
"@walletconnect/core@^2.10.1": | ||
version "2.17.2" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.17.2.tgz#877dc03f190d7b262bff8ce346330fdf1019cd83" | ||
integrity sha512-O9VUsFg78CbvIaxfQuZMsHcJ4a2Z16DRz/O4S+uOAcGKhH/i/ln8hp864Tb+xRvifWSzaZ6CeAVxk657F+pscA== | ||
dependencies: | ||
"@walletconnect/heartbeat" "1.2.2" | ||
"@walletconnect/jsonrpc-provider" "1.0.14" | ||
"@walletconnect/jsonrpc-types" "1.0.4" | ||
"@walletconnect/jsonrpc-utils" "1.0.8" | ||
"@walletconnect/jsonrpc-ws-connection" "1.0.14" | ||
"@walletconnect/keyvaluestorage" "1.1.1" | ||
"@walletconnect/logger" "2.1.2" | ||
"@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.17.2" | ||
"@walletconnect/utils" "2.17.2" | ||
"@walletconnect/window-getters" "1.0.1" | ||
events "3.3.0" | ||
lodash.isequal "4.5.0" | ||
uint8arrays "3.1.0" | ||
|
||
"@walletconnect/environment@^1.0.1": | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/environment/-/environment-1.0.1.tgz#1d7f82f0009ab821a2ba5ad5e5a7b8ae3b214cd7" | ||
|
@@ -1807,7 +1830,19 @@ | |
"@walletconnect/logger" "2.1.2" | ||
events "3.3.0" | ||
|
||
"@walletconnect/[email protected]", "@walletconnect/utils@^2.10.1": | ||
"@walletconnect/[email protected]": | ||
version "2.17.2" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.17.2.tgz#f9afff242563be33f377de689b03b482f5b20aee" | ||
integrity sha512-j/+0WuO00lR8ntu7b1+MKe/r59hNwYLFzW0tTmozzhfAlDL+dYwWasDBNq4AH8NbVd7vlPCQWmncH7/6FVtOfQ== | ||
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/[email protected]": | ||
version "2.17.1" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.17.1.tgz#fc57ffb89fc101fa1bf015de016ea01091d10ae0" | ||
integrity sha512-KL7pPwq7qUC+zcTmvxGqIyYanfHgBQ+PFd0TEblg88jM7EjuDLhjyyjtkhyE/2q7QgR7OanIK7pCpilhWvBsBQ== | ||
|
@@ -1833,6 +1868,32 @@ | |
query-string "7.1.3" | ||
uint8arrays "3.1.0" | ||
|
||
"@walletconnect/[email protected]", "@walletconnect/utils@^2.10.1": | ||
version "2.17.2" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.17.2.tgz#b4b12e3f5ebbfd883b2a5c87fb818e53501dc7ea" | ||
integrity sha512-T7eLRiuw96fgwUy2A5NZB5Eu87ukX8RCVoO9lji34RFV4o2IGU9FhTEWyd4QQKI8OuQRjSknhbJs0tU0r0faPw== | ||
dependencies: | ||
"@ethersproject/hash" "5.7.0" | ||
"@ethersproject/transactions" "5.7.0" | ||
"@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/jsonrpc-utils" "1.0.8" | ||
"@walletconnect/keyvaluestorage" "1.1.1" | ||
"@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.17.2" | ||
"@walletconnect/window-getters" "1.0.1" | ||
"@walletconnect/window-metadata" "1.0.1" | ||
detect-browser "5.3.0" | ||
elliptic "6.6.0" | ||
query-string "7.1.3" | ||
uint8arrays "3.1.0" | ||
|
||
"@walletconnect/web3wallet@^1.13.0": | ||
version "1.16.1" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/web3wallet/-/web3wallet-1.16.1.tgz#53abb98fea6f1ac77704d4e4c91288e0300f2fb9" | ||
|
@@ -2511,9 +2572,9 @@ ejs@^3.1.10: | |
jake "^10.8.5" | ||
|
||
electron-to-chromium@^1.5.41: | ||
version "1.5.50" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.50.tgz#d9ba818da7b2b5ef1f3dd32bce7046feb7e93234" | ||
integrity sha512-eMVObiUQ2LdgeO1F/ySTXsvqvxb6ZH2zPGaMYsWzRDdOddUa77tdmI0ltg+L16UpbWdhPmuF3wIQYyQq65WfZw== | ||
version "1.5.52" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.52.tgz#2bed832c95a56a195504f918150e548474687da8" | ||
integrity sha512-xtoijJTZ+qeucLBDNztDOuQBE1ksqjvNjvqFoST3nGC7fSpqJ+X6BdTBaY5BHG+IhWWmpc6b/KfpeuEDupEPOQ== | ||
|
||
[email protected]: | ||
version "6.5.4" | ||
|
@@ -2541,7 +2602,7 @@ [email protected]: | |
minimalistic-assert "^1.0.1" | ||
minimalistic-crypto-utils "^1.0.1" | ||
|
||
elliptic@^6.5.4, elliptic@^6.5.6: | ||
elliptic@6.6.0, elliptic@^6.5.4, elliptic@^6.5.6: | ||
version "6.6.0" | ||
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.6.0.tgz#5919ec723286c1edf28685aa89261d4761afa210" | ||
integrity sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA== | ||
|
@@ -5462,10 +5523,10 @@ v8-to-istanbul@^9.0.1: | |
"@types/istanbul-lib-coverage" "^2.0.1" | ||
convert-source-map "^2.0.0" | ||
|
||
viem@^2.16.5, viem@^2.21.37: | ||
version "2.21.40" | ||
resolved "https://registry.yarnpkg.com/viem/-/viem-2.21.40.tgz#d73a515e3eaf2a7ec2394d1de3d8409bf4bd2e21" | ||
integrity sha512-no/mE3l7B0mdUTtvO7z/cTLENttQ/M7+ombqFGXJqsQrxv9wrYsTIGpS3za+FA5a447hY+x9D8Wxny84q1zAaA== | ||
viem@^2.21.37, viem@^2.21.41: | ||
version "2.21.41" | ||
resolved "https://registry.yarnpkg.com/viem/-/viem-2.21.41.tgz#40c9af3f6e0fdbb45b532838b4e1be2418d1b0de" | ||
integrity sha512-FxDALzW6I9lGSISbGKqGLfsc4GCtALrgm3mpQcOi7gpyTBkKkl39IWgRjAK1KGNOOvqneQmUKSxWsApkUYSn5w== | ||
dependencies: | ||
"@adraffy/ens-normalize" "1.11.0" | ||
"@noble/curves" "1.6.0" | ||
|