Skip to content

Commit

Permalink
patch cbwsdk
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-jake committed Feb 8, 2025
1 parent 417e048 commit 7928570
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/coinbase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@coinbase/wallet-sdk": "4.0.3",
"@coinbase/wallet-sdk": "4.3.0",
"@web3-onboard/common": "^2.4.1"
}
}
2 changes: 1 addition & 1 deletion packages/coinbase/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function coinbaseWallet({
if (isHex(val)) {
hexVal = val
} else {
hexVal = toHex(val)
hexVal = toHex(val as string)
}

// @ts-ignore
Expand Down
19 changes: 11 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -791,17 +791,15 @@
preact "^10.16.0"
sha.js "^2.4.11"

"@coinbase/wallet-sdk@4.0.3":
version "4.0.3"
resolved "https://registry.yarnpkg.com/@coinbase/wallet-sdk/-/wallet-sdk-4.0.3.tgz#fd52dd4c168c35979c7b3294018a6f78d163a593"
integrity sha512-y/OGEjlvosikjfB+wk+4CVb9OxD1ob9cidEBLI5h8Hxaf/Qoob2XoVT1uvhtAzBx34KpGYSd+alKvh/GCRre4Q==
"@coinbase/wallet-sdk@4.3.0":
version "4.3.0"
resolved "https://registry.yarnpkg.com/@coinbase/wallet-sdk/-/wallet-sdk-4.3.0.tgz#03b8fce92ac2b3b7cf132f64d6008ac081569b4e"
integrity sha512-T3+SNmiCw4HzDm4we9wCHCxlP0pqCiwKe4sOwPH3YAK2KSKjxPRydKu6UQJrdONFVLG7ujXvbd/6ZqmvJb8rkw==
dependencies:
buffer "^6.0.3"
"@noble/hashes" "^1.4.0"
clsx "^1.2.1"
eventemitter3 "^5.0.1"
keccak "^3.0.3"
preact "^10.16.0"
sha.js "^2.4.11"
preact "^10.24.2"

"@cosmjs/encoding@^0.32.4":
version "0.32.4"
Expand Down Expand Up @@ -13132,6 +13130,11 @@ preact@^10.16.0:
resolved "https://registry.yarnpkg.com/preact/-/preact-10.19.7.tgz#92495eead60ab42689bcddd8428d30d51ee4a489"
integrity sha512-IJOW6cQN1fwfC17HfNOqUtAGyB8wAYshuC+jG1JiL/1+sC4yVyuA3IcF0N9vdodMJjW/lbuEF5qFsJqGNcbHbw==

preact@^10.24.2:
version "10.25.4"
resolved "https://registry.yarnpkg.com/preact/-/preact-10.25.4.tgz#c1d00bee9d7b9dcd06a2311d9951973b506ae8ac"
integrity sha512-jLdZDb+Q+odkHJ+MpW/9U5cODzqnB+fy2EiHSZES7ldV5LK7yjlVzTp7R8Xy6W6y75kfK8iWYtFVH7lvjwrCMA==

preact@^10.5.9:
version "10.6.6"
resolved "https://registry.yarnpkg.com/preact/-/preact-10.6.6.tgz#f1899bc8dab7c0788b858481532cb3b5d764a520"
Expand Down

0 comments on commit 7928570

Please sign in to comment.