Skip to content

Commit

Permalink
add ripemd types
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladinlight committed Oct 18, 2023
1 parent 6da33ae commit bb48842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 42 deletions.
1 change: 1 addition & 0 deletions packages/hdwallet-ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@types/bs58check": "^2.1.0",
"@types/ethereumjs-tx": "1.0.1",
"@types/ethereumjs-util": "^6.1.0",
"@types/ripemd160": "^2.0.2",
"typedoc": "^0.20.36"
}
}
43 changes: 1 addition & 42 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5557,18 +5557,6 @@
web-encoding "^1.1.0"
wif "^2.0.6"

"@shapeshiftoss/[email protected]", "@shapeshiftoss/hdwallet-core@^1.50.4":
version "1.52.2"
resolved "https://registry.yarnpkg.com/@shapeshiftoss/hdwallet-core/-/hdwallet-core-1.52.2.tgz#2d6c28ae62a062dea6825403d4a5b65227426a2b"
integrity sha512-ztCQJkcU/g+1ZG+X2HQFRW1pJma8zRm1A3hl1rmk4lG+zkT88YxDQbzzLCoaGDp6P18vP3ou/oQwhee1O+sNVQ==
dependencies:
"@shapeshiftoss/proto-tx-builder" "^0.8.0"
eip-712 "^1.0.0"
eventemitter2 "^5.0.1"
lodash "^4.17.21"
rxjs "^6.4.0"
type-assertions "^1.1.0"

"@shapeshiftoss/hdwallet-core@latest":
version "1.18.4"
resolved "https://registry.yarnpkg.com/@shapeshiftoss/hdwallet-core/-/hdwallet-core-1.18.4.tgz#7272baa4b43de0fbb5e651d47cdeb9554f4ddd33"
Expand All @@ -5579,35 +5567,6 @@
rxjs "^6.4.0"
type-assertions "^1.1.0"

"@shapeshiftoss/hdwallet-native@^1.50.4":
version "1.52.2"
resolved "https://registry.yarnpkg.com/@shapeshiftoss/hdwallet-native/-/hdwallet-native-1.52.2.tgz#b69201d7c96b67a47ffb4588ea284aeab8d4bc31"
integrity sha512-cfPZg4WJhaMktwlPdGZHsuCsJKiDQcSgbjKDMjsojk680b/tgPaJ+nzTuihTo7Flp6lITxpcXTXM1Da3e/GdSQ==
dependencies:
"@shapeshiftoss/bitcoinjs-lib" "5.2.0-shapeshift.2"
"@shapeshiftoss/fiosdk" "1.2.1-shapeshift.6"
"@shapeshiftoss/hdwallet-core" "1.52.2"
"@shapeshiftoss/proto-tx-builder" "^0.8.0"
"@zxing/text-encoding" "^0.9.0"
bchaddrjs "^0.4.9"
bech32 "^1.1.4"
bignumber.js "^9.0.1"
bip32 "^2.0.5"
bip39 "^3.0.2"
bnb-javascript-sdk-nobroadcast "^2.16.14"
crypto-js "^4.0.0"
eip-712 "^1.0.0"
ethers "5.7.2"
eventemitter2 "^5.0.1"
funtypes "^3.0.1"
lodash "^4.17.21"
node-fetch "^2.6.1"
p-lazy "^3.1.0"
scrypt-js "^3.0.1"
tendermint-tx-builder "^1.0.9"
tiny-secp256k1 "^1.1.6"
web-encoding "^1.1.0"

"@shapeshiftoss/logger@^1.1.2", "@shapeshiftoss/logger@^1.1.3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@shapeshiftoss/logger/-/logger-1.1.3.tgz#ff05765775351c8adc99cf747f14b5619311e023"
Expand Down Expand Up @@ -6472,7 +6431,7 @@
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==

"@types/ripemd160@^2.0.1":
"@types/ripemd160@^2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@types/ripemd160/-/ripemd160-2.0.2.tgz#e8ec7b1572e25fff9b3d0c4bc79022df4e037d12"
integrity sha512-hv3Oh/+ldCqp1xBRGi/1G6y2fxV6wUiiwjPt2Q7fe4UgmbD52ChdmxJyjDsGCRb9yuTBS9281UhH4D9gO85k7A==
Expand Down

0 comments on commit bb48842

Please sign in to comment.