File tree 3 files changed +13
-10
lines changed
3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 59
59
"typescript" : " ^5.4.5"
60
60
},
61
61
"dependencies" : {
62
- "@coinbase/wallet-sdk" : " 4.0.3 " ,
62
+ "@coinbase/wallet-sdk" : " 4.3.0 " ,
63
63
"@web3-onboard/common" : " ^2.4.1"
64
64
}
65
65
}
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ function coinbaseWallet({
73
73
if ( isHex ( val ) ) {
74
74
hexVal = val
75
75
} else {
76
- hexVal = toHex ( val )
76
+ hexVal = toHex ( val as string )
77
77
}
78
78
79
79
// @ts -ignore
Original file line number Diff line number Diff line change 791
791
preact "^10.16.0"
792
792
sha.js "^2.4.11"
793
793
794
- "@coinbase/wallet-sdk@4.0.3 ":
795
- version "4.0.3 "
796
- resolved "https://registry.yarnpkg.com/@coinbase/wallet-sdk/-/wallet-sdk-4.0.3. tgz#fd52dd4c168c35979c7b3294018a6f78d163a593 "
797
- integrity sha512-y/OGEjlvosikjfB+wk+4CVb9OxD1ob9cidEBLI5h8Hxaf/Qoob2XoVT1uvhtAzBx34KpGYSd+alKvh/GCRre4Q ==
794
+ "@coinbase/wallet-sdk@4.3.0 ":
795
+ version "4.3.0 "
796
+ resolved "https://registry.yarnpkg.com/@coinbase/wallet-sdk/-/wallet-sdk-4.3.0. tgz#03b8fce92ac2b3b7cf132f64d6008ac081569b4e "
797
+ integrity sha512-T3+SNmiCw4HzDm4we9wCHCxlP0pqCiwKe4sOwPH3YAK2KSKjxPRydKu6UQJrdONFVLG7ujXvbd/6ZqmvJb8rkw ==
798
798
dependencies:
799
- buffer "^6.0.3 "
799
+ "@noble/hashes" "^1.4.0 "
800
800
clsx "^1.2.1"
801
801
eventemitter3 "^5.0.1"
802
- keccak "^3.0.3"
803
- preact "^10.16.0"
804
- sha.js "^2.4.11"
802
+ preact "^10.24.2"
805
803
806
804
"@cosmjs/encoding@^0.32.4":
807
805
version "0.32.4"
@@ -13132,6 +13130,11 @@ preact@^10.16.0:
13132
13130
resolved "https://registry.yarnpkg.com/preact/-/preact-10.19.7.tgz#92495eead60ab42689bcddd8428d30d51ee4a489"
13133
13131
integrity sha512-IJOW6cQN1fwfC17HfNOqUtAGyB8wAYshuC+jG1JiL/1+sC4yVyuA3IcF0N9vdodMJjW/lbuEF5qFsJqGNcbHbw==
13134
13132
13133
+ preact@^10.24.2:
13134
+ version "10.25.4"
13135
+ resolved "https://registry.yarnpkg.com/preact/-/preact-10.25.4.tgz#c1d00bee9d7b9dcd06a2311d9951973b506ae8ac"
13136
+ integrity sha512-jLdZDb+Q+odkHJ+MpW/9U5cODzqnB+fy2EiHSZES7ldV5LK7yjlVzTp7R8Xy6W6y75kfK8iWYtFVH7lvjwrCMA==
13137
+
13135
13138
preact@^10.5.9:
13136
13139
version "10.6.6"
13137
13140
resolved "https://registry.yarnpkg.com/preact/-/preact-10.6.6.tgz#f1899bc8dab7c0788b858481532cb3b5d764a520"
You can’t perform that action at this time.
0 commit comments