diff --git a/package.json b/package.json index 4fc6e8ee322..8959fc4ca24 100644 --- a/package.json +++ b/package.json @@ -100,24 +100,24 @@ "@shapeshiftoss/chain-adapters": "workspace:^", "@shapeshiftoss/contracts": "workspace:^", "@shapeshiftoss/errors": "workspace:^", - "@shapeshiftoss/hdwallet-coinbase": "1.62.30", - "@shapeshiftoss/hdwallet-core": "1.62.30", - "@shapeshiftoss/hdwallet-gridplus": "1.62.30", - "@shapeshiftoss/hdwallet-keepkey": "1.62.30", - "@shapeshiftoss/hdwallet-keepkey-webusb": "1.62.30", - "@shapeshiftoss/hdwallet-keplr": "1.62.30", - "@shapeshiftoss/hdwallet-ledger": "1.62.30", - "@shapeshiftoss/hdwallet-ledger-webhid": "1.62.30", - "@shapeshiftoss/hdwallet-ledger-webusb": "1.62.30", - "@shapeshiftoss/hdwallet-metamask-multichain": "1.62.30", - "@shapeshiftoss/hdwallet-native": "1.62.30", - "@shapeshiftoss/hdwallet-native-vault": "1.62.30", - "@shapeshiftoss/hdwallet-phantom": "1.62.30", - "@shapeshiftoss/hdwallet-trezor": "1.62.30", - "@shapeshiftoss/hdwallet-trezor-connect": "1.62.30", - "@shapeshiftoss/hdwallet-vultisig": "1.62.30", - "@shapeshiftoss/hdwallet-walletconnect": "1.62.30", - "@shapeshiftoss/hdwallet-walletconnectv2": "1.62.30", + "@shapeshiftoss/hdwallet-coinbase": "1.62.31", + "@shapeshiftoss/hdwallet-core": "1.62.31", + "@shapeshiftoss/hdwallet-gridplus": "1.62.31", + "@shapeshiftoss/hdwallet-keepkey": "1.62.31", + "@shapeshiftoss/hdwallet-keepkey-webusb": "1.62.31", + "@shapeshiftoss/hdwallet-keplr": "1.62.31", + "@shapeshiftoss/hdwallet-ledger": "1.62.31", + "@shapeshiftoss/hdwallet-ledger-webhid": "1.62.31", + "@shapeshiftoss/hdwallet-ledger-webusb": "1.62.31", + "@shapeshiftoss/hdwallet-metamask-multichain": "1.62.31", + "@shapeshiftoss/hdwallet-native": "1.62.31", + "@shapeshiftoss/hdwallet-native-vault": "1.62.31", + "@shapeshiftoss/hdwallet-phantom": "1.62.31", + "@shapeshiftoss/hdwallet-trezor": "1.62.31", + "@shapeshiftoss/hdwallet-trezor-connect": "1.62.31", + "@shapeshiftoss/hdwallet-vultisig": "1.62.31", + "@shapeshiftoss/hdwallet-walletconnect": "1.62.31", + "@shapeshiftoss/hdwallet-walletconnectv2": "1.62.31", "@shapeshiftoss/swapper": "workspace:^", "@shapeshiftoss/types": "workspace:^", "@shapeshiftoss/unchained-client": "workspace:^", diff --git a/packages/chain-adapters/package.json b/packages/chain-adapters/package.json index 7bbd13e9bb5..ee23024106a 100644 --- a/packages/chain-adapters/package.json +++ b/packages/chain-adapters/package.json @@ -31,8 +31,8 @@ "dependencies": { "@mysten/sui": "1.45.0", "@shapeshiftoss/caip": "workspace:^", - "@shapeshiftoss/hdwallet-core": "1.62.30", - "@shapeshiftoss/hdwallet-ledger": "1.62.30", + "@shapeshiftoss/hdwallet-core": "1.62.31", + "@shapeshiftoss/hdwallet-ledger": "1.62.31", "@shapeshiftoss/types": "workspace:^", "@shapeshiftoss/unchained-client": "workspace:^", "@shapeshiftoss/utils": "workspace:^", diff --git a/packages/chain-adapters/src/error/ErrorHandler.ts b/packages/chain-adapters/src/error/ErrorHandler.ts index 1cc75e12dd0..8ab4000b2b7 100644 --- a/packages/chain-adapters/src/error/ErrorHandler.ts +++ b/packages/chain-adapters/src/error/ErrorHandler.ts @@ -32,6 +32,12 @@ export const ErrorHandler = async (err: unknown, metadata?: ErrorMetadata): Prom }) } + if ((err as Error).name === 'LedgerTronAllowDataDisabled') { + throw new ChainAdapterError(err, { + translation: 'chainAdapters.errors.ledgerTronAllowDataDisabled', + }) + } + if ( err instanceof Error && err.message.includes('Remove inserted SafeCard to access internal GridPlus wallet') diff --git a/packages/swapper/package.json b/packages/swapper/package.json index e2bbf6161ab..30354958e02 100644 --- a/packages/swapper/package.json +++ b/packages/swapper/package.json @@ -39,7 +39,7 @@ "@shapeshiftoss/caip": "workspace:^", "@shapeshiftoss/chain-adapters": "workspace:^", "@shapeshiftoss/contracts": "workspace:^", - "@shapeshiftoss/hdwallet-core": "1.62.30", + "@shapeshiftoss/hdwallet-core": "1.62.31", "@shapeshiftoss/types": "workspace:^", "@shapeshiftoss/unchained-client": "workspace:^", "@shapeshiftoss/utils": "workspace:^", diff --git a/src/assets/translations/en/main.json b/src/assets/translations/en/main.json index 5135806e2e9..1d4107fdfc0 100644 --- a/src/assets/translations/en/main.json +++ b/src/assets/translations/en/main.json @@ -2524,6 +2524,7 @@ "buildTransaction": "Failed to build transaction.", "signTransaction": "Failed to sign transaction.", "blindSigningRequired": "Transaction requires blind signing. Please enable Blind signing or Contract Data in your Ledger app settings and try again.", + "ledgerTronAllowDataDisabled": "Please enable Transactions Data in your Ledger TRON app settings and try again.", "signAndBroadcastTransaction": "Failed to sign and broadcast transaction.", "signMessage": "Failed to sign message.", "broadcastTransaction": "Failed to broadcast transaction.", diff --git a/src/state/helpers.ts b/src/state/helpers.ts index a88346b5820..4997f6a590d 100644 --- a/src/state/helpers.ts +++ b/src/state/helpers.ts @@ -1,6 +1,7 @@ import type { AssetId } from '@shapeshiftoss/caip' import { fromAssetId } from '@shapeshiftoss/caip' import { SwapperName } from '@shapeshiftoss/swapper' +import { KnownChainIds } from '@shapeshiftoss/types' import type { FeatureFlags } from './slices/preferencesSlice/preferencesSlice' @@ -57,6 +58,11 @@ export const getEnabledSwappers = ( const isGridPlusUtxoSell = walletName === 'GridPlus' && sellAssetId && isUtxoChainId(fromAssetId(sellAssetId).chainId) + const isLedgerTronSell = + walletName === 'Ledger' && + sellAssetId && + fromAssetId(sellAssetId).chainId === KnownChainIds.TronMainnet + return { [SwapperName.Thorchain]: ThorSwap && @@ -94,7 +100,9 @@ export const getEnabledSwappers = ( [SwapperName.Cetus]: CetusSwap && (!isCrossAccountTrade || isCrossAccountTradeSupported(SwapperName.Cetus)), [SwapperName.Sunio]: - SunioSwap && (!isCrossAccountTrade || isCrossAccountTradeSupported(SwapperName.Sunio)), + SunioSwap && + (!isCrossAccountTrade || isCrossAccountTradeSupported(SwapperName.Sunio)) && + !isLedgerTronSell, [SwapperName.Test]: false, } } diff --git a/yarn.lock b/yarn.lock index c5a78fc2aa9..5a8c6354355 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11165,8 +11165,8 @@ __metadata: dependencies: "@mysten/sui": 1.45.0 "@shapeshiftoss/caip": "workspace:^" - "@shapeshiftoss/hdwallet-core": 1.62.30 - "@shapeshiftoss/hdwallet-ledger": 1.62.30 + "@shapeshiftoss/hdwallet-core": 1.62.31 + "@shapeshiftoss/hdwallet-ledger": 1.62.31 "@shapeshiftoss/types": "workspace:^" "@shapeshiftoss/unchained-client": "workspace:^" "@shapeshiftoss/utils": "workspace:^" @@ -11229,15 +11229,15 @@ __metadata: languageName: unknown linkType: soft -"@shapeshiftoss/hdwallet-coinbase@npm:1.62.30": - version: 1.62.30 - resolution: "@shapeshiftoss/hdwallet-coinbase@npm:1.62.30" +"@shapeshiftoss/hdwallet-coinbase@npm:1.62.31": + version: 1.62.31 + resolution: "@shapeshiftoss/hdwallet-coinbase@npm:1.62.31" dependencies: "@coinbase/wallet-sdk": ^3.6.6 - "@shapeshiftoss/hdwallet-core": 1.62.30 + "@shapeshiftoss/hdwallet-core": 1.62.31 eth-rpc-errors: ^4.0.3 lodash: ^4.17.21 - checksum: d532b242e04da15ad6a7222134819766a1ea9087658c2be703bcc3324679870064740d98ef260b6a371f210903c19df1e4e3f363d5d204e8a537723368c4930e + checksum: ac0842bbc9237bff86b8711c37ec0b71df478301bfd03738f1c455fdfb29d8a02607f0fa935f6d4cdda9c0d6cbb5bcda721c6f5026f1da455f0a5c2bc7860ebf languageName: node linkType: hard @@ -11259,9 +11259,9 @@ __metadata: languageName: node linkType: hard -"@shapeshiftoss/hdwallet-core@npm:1.62.30": - version: 1.62.30 - resolution: "@shapeshiftoss/hdwallet-core@npm:1.62.30" +"@shapeshiftoss/hdwallet-core@npm:1.62.31": + version: 1.62.31 + resolution: "@shapeshiftoss/hdwallet-core@npm:1.62.31" dependencies: "@shapeshiftoss/bitcoinjs-lib": 7.0.0-shapeshift.2 "@shapeshiftoss/proto-tx-builder": 0.10.0 @@ -11273,7 +11273,7 @@ __metadata: lodash: ^4.17.21 rxjs: ^6.4.0 type-assertions: ^1.1.0 - checksum: b743b04d54bf9d9be8627a27543da547206df6c2d3b69858405a419945586002f3eee9410e8ca9430161e2d479b90cac701cba15cb9dce60e531a0c4c0666036 + checksum: 38ed7edb7ba3e1550666bd5034be4d7fab6b5e7a5b7c3b5f7193b9840dfcdc94b1b8debd3c06c7d6725da724bfbf53cf3ad2b5a5340f34ba54e9675458488d76 languageName: node linkType: hard @@ -11295,39 +11295,39 @@ __metadata: languageName: node linkType: hard -"@shapeshiftoss/hdwallet-gridplus@npm:1.62.30": - version: 1.62.30 - resolution: "@shapeshiftoss/hdwallet-gridplus@npm:1.62.30" +"@shapeshiftoss/hdwallet-gridplus@npm:1.62.31": + version: 1.62.31 + resolution: "@shapeshiftoss/hdwallet-gridplus@npm:1.62.31" dependencies: "@bitcoinerlab/secp256k1": ^1.1.1 "@ethereumjs/common": 4.4.0 "@ethereumjs/rlp": 5.0.2 "@ethereumjs/tx": 5.4.0 "@metamask/eth-sig-util": ^7.0.0 - "@shapeshiftoss/hdwallet-core": 1.62.30 + "@shapeshiftoss/hdwallet-core": 1.62.31 bech32: ^1.1.4 bs58: ^5.0.0 bs58check: ^4.0.0 crypto-js: ^4.2.0 gridplus-sdk: ^3.2.0 lodash: ^4.17.21 - checksum: 9fdf90b435999a8920c8a12108d5bc50cfa200e77dcec064c1881de9a4c5713114fb571003541a06207469235e5f2b698b7c06de25aea909c994715942fa9353 + checksum: bafcdf13135217e7b51f9b36916a47c3d8080dc1f87cab8842fb1ead24acbefd98fd3eb9bbe63e619a6136a5671c08436059f194116066729362ff7b40e2620b languageName: node linkType: hard -"@shapeshiftoss/hdwallet-keepkey-webusb@npm:1.62.30": - version: 1.62.30 - resolution: "@shapeshiftoss/hdwallet-keepkey-webusb@npm:1.62.30" +"@shapeshiftoss/hdwallet-keepkey-webusb@npm:1.62.31": + version: 1.62.31 + resolution: "@shapeshiftoss/hdwallet-keepkey-webusb@npm:1.62.31" dependencies: - "@shapeshiftoss/hdwallet-core": 1.62.30 - "@shapeshiftoss/hdwallet-keepkey": 1.62.30 - checksum: d111a2f03a7f2dcfef81bd3feaa4c985dd4d394b2adad5b094b6d734e39526fd7cfbc2bf99653423eed7bcb7f5b288cc1e6f081f7d30bffae31d2fd2e5d2aa31 + "@shapeshiftoss/hdwallet-core": 1.62.31 + "@shapeshiftoss/hdwallet-keepkey": 1.62.31 + checksum: a4887e8020a61e362a7ffbaa7238820df20079d15e74b110113d518b6049918b33ab6f813b660b88bd2357f0f6a49f27326dc4a8cd24c7dd3b3eb34e0d10e6df languageName: node linkType: hard -"@shapeshiftoss/hdwallet-keepkey@npm:1.62.30": - version: 1.62.30 - resolution: "@shapeshiftoss/hdwallet-keepkey@npm:1.62.30" +"@shapeshiftoss/hdwallet-keepkey@npm:1.62.31": + version: 1.62.31 + resolution: "@shapeshiftoss/hdwallet-keepkey@npm:1.62.31" dependencies: "@bitcoinerlab/secp256k1": ^1.1.1 "@ethereumjs/common": 3.2.0 @@ -11335,7 +11335,7 @@ __metadata: "@keepkey/device-protocol": 7.13.4 "@metamask/eth-sig-util": ^7.0.0 "@shapeshiftoss/bitcoinjs-lib": 7.0.0-shapeshift.2 - "@shapeshiftoss/hdwallet-core": 1.62.30 + "@shapeshiftoss/hdwallet-core": 1.62.31 "@shapeshiftoss/proto-tx-builder": 0.10.0 bignumber.js: ^9.0.1 bnb-javascript-sdk-nobroadcast: 2.16.15 @@ -11348,44 +11348,44 @@ __metadata: lodash: ^4.17.21 p-lazy: ^3.1.0 semver: ^7.3.8 - checksum: e54937e6b9602bb3c3ed439db0e752ec4b1ea6cd5ae146bb76c977eaa9cbc2824a87124649ca7a74885286f0f8ac0567ef8846b499024f9d09b5c63e17911223 + checksum: 4baa76b763fd0653fcedaeb9811e01140eecf41586655f211973e6cb377a128525ad97ab81f5508b9dfe8c64bc360882f60ae2bbfeb6296efe0f63f1c7992f1c languageName: node linkType: hard -"@shapeshiftoss/hdwallet-keplr@npm:1.62.30": - version: 1.62.30 - resolution: "@shapeshiftoss/hdwallet-keplr@npm:1.62.30" +"@shapeshiftoss/hdwallet-keplr@npm:1.62.31": + version: 1.62.31 + resolution: "@shapeshiftoss/hdwallet-keplr@npm:1.62.31" dependencies: "@cosmjs/amino": ^0.28.13 "@cosmjs/stargate": ^0.28.13 "@shapeshiftoss/caip": 8.15.0 - "@shapeshiftoss/hdwallet-core": 1.62.30 + "@shapeshiftoss/hdwallet-core": 1.62.31 "@shapeshiftoss/proto-tx-builder": 0.10.0 "@shapeshiftoss/types": 3.1.3 base64-js: ^1.5.1 lodash: ^4.17.21 - checksum: c3b889655c2e2526836dd414ed099d599feca13be258af3a72023494d4aca7fa362a729cae44be0b88f77644fecc693272d656fe810d8f8384de51e2cbb7998e + checksum: e161a5bc573659c662c63d4f710472428ecf89c5aac918d2bcd4551d8b06bfdfff53e725268da1bdbea802a4aeea51feb6bee398766f995777758def7921c5c6 languageName: node linkType: hard -"@shapeshiftoss/hdwallet-ledger-webhid@npm:1.62.30": - version: 1.62.30 - resolution: "@shapeshiftoss/hdwallet-ledger-webhid@npm:1.62.30" +"@shapeshiftoss/hdwallet-ledger-webhid@npm:1.62.31": + version: 1.62.31 + resolution: "@shapeshiftoss/hdwallet-ledger-webhid@npm:1.62.31" dependencies: "@ledgerhq/hw-app-btc": 10.13.0 "@ledgerhq/hw-app-eth": 7.0.0 "@ledgerhq/hw-transport": 6.31.13 "@ledgerhq/hw-transport-webhid": 6.30.6 - "@shapeshiftoss/hdwallet-core": 1.62.30 - "@shapeshiftoss/hdwallet-ledger": 1.62.30 + "@shapeshiftoss/hdwallet-core": 1.62.31 + "@shapeshiftoss/hdwallet-ledger": 1.62.31 "@types/w3c-web-hid": ^1.0.2 - checksum: 01cf95daabf78b8d0b63358cb1a69d6b711e4a876b444c480097d94f5d3b86b8cb3aff5fc99bb76b877fa28559b52c6d7c7b3fee2f7ece9d45fd659be223d2f6 + checksum: c6ddee39f52275487552120fadf9616dece5f766e4999782e801bf8df80cf0e67ce6e2f350dddea7b0e8b0e661f4c6f5215d75477f14defe1c7bcf262987ffdf languageName: node linkType: hard -"@shapeshiftoss/hdwallet-ledger-webusb@npm:1.62.30": - version: 1.62.30 - resolution: "@shapeshiftoss/hdwallet-ledger-webusb@npm:1.62.30" +"@shapeshiftoss/hdwallet-ledger-webusb@npm:1.62.31": + version: 1.62.31 + resolution: "@shapeshiftoss/hdwallet-ledger-webusb@npm:1.62.31" dependencies: "@ledgerhq/hw-app-btc": 10.13.0 "@ledgerhq/hw-app-cosmos": 6.32.9 @@ -11393,17 +11393,17 @@ __metadata: "@ledgerhq/hw-app-solana": 7.6.0 "@ledgerhq/hw-transport": 6.31.13 "@ledgerhq/hw-transport-webusb": 6.29.13 - "@shapeshiftoss/hdwallet-core": 1.62.30 - "@shapeshiftoss/hdwallet-ledger": 1.62.30 + "@shapeshiftoss/hdwallet-core": 1.62.31 + "@shapeshiftoss/hdwallet-ledger": 1.62.31 "@types/w3c-web-usb": ^1.0.4 p-queue: ^7.4.1 - checksum: b6eb24f94df44e677942ceebd8d7d788f1f1cc0f8e75a3117504435f1757729d01eada41e1e6e3ecf66cbe2045bf4dd0398e2cc3dc619dffa1592ebacfcc00ce + checksum: 2356a495ac37f8f929cb4e8edb47eba08c66b6e0d6c47406b4754b264b84a7e3633c80e87ec7e455316fb11c011dd527caf0cf46db9a53d47f9170f653fad4b4 languageName: node linkType: hard -"@shapeshiftoss/hdwallet-ledger@npm:1.62.30": - version: 1.62.30 - resolution: "@shapeshiftoss/hdwallet-ledger@npm:1.62.30" +"@shapeshiftoss/hdwallet-ledger@npm:1.62.31": + version: 1.62.31 + resolution: "@shapeshiftoss/hdwallet-ledger@npm:1.62.31" dependencies: "@bitgo/utxo-lib": ^11.18.0 "@ethereumjs/common": 3.2.0 @@ -11418,7 +11418,7 @@ __metadata: "@ledgerhq/logs": 6.13.0 "@mysten/ledgerjs-hw-app-sui": ^0.7.0 "@shapeshiftoss/bitcoinjs-lib": 7.0.0-shapeshift.2 - "@shapeshiftoss/hdwallet-core": 1.62.30 + "@shapeshiftoss/hdwallet-core": 1.62.31 "@solana/web3.js": 1.95.8 base64-js: ^1.5.1 bchaddrjs: ^0.4.4 @@ -11428,33 +11428,33 @@ __metadata: ethereumjs-util: ^6.1.0 ethers: 5.7.2 lodash: ^4.17.21 - checksum: 362fcadb2e31de4f9352322ac0b34df682d59b862df99637946d3f36c0aa9754cdc8fe2d6979efcc2afb1b6421cedf8ce7e94bfa6af1bb4c244b4d20c01f861c + checksum: 9f407932f4c345935dd7f4bdf2513827a43e2d1d9e5950e0f9dfecaa7875384463366605b41e9de247d9bae165e3affdca5890fb533096e39bbca6d9b0e10525 languageName: node linkType: hard -"@shapeshiftoss/hdwallet-metamask-multichain@npm:1.62.30": - version: 1.62.30 - resolution: "@shapeshiftoss/hdwallet-metamask-multichain@npm:1.62.30" +"@shapeshiftoss/hdwallet-metamask-multichain@npm:1.62.31": + version: 1.62.31 + resolution: "@shapeshiftoss/hdwallet-metamask-multichain@npm:1.62.31" dependencies: "@metamask/detect-provider": ^1.2.0 "@metamask/onboarding": ^1.0.1 "@shapeshiftoss/common-api": ^9.3.0 - "@shapeshiftoss/hdwallet-core": 1.62.30 + "@shapeshiftoss/hdwallet-core": 1.62.31 "@shapeshiftoss/metamask-snaps-adapter": ^1.0.12 "@shapeshiftoss/metamask-snaps-types": ^1.0.12 eth-rpc-errors: ^4.0.3 lodash: ^4.17.21 mipd: ^0.0.7 - checksum: 1a251921ea664ba927483713d04f39af6b52b1164edd0a64b02aef9572b8381756665ba445f058805f8c13a85df8e3989c4ac939706e809822d9029ba4040aff + checksum: 89ee27facabb1a00f21bacfeed6d325d87431f6af76a96d538b08335a0b118f26d019d8808359a8248471786f8237b316f313ac7b5883ad463b1db6b7c698d02 languageName: node linkType: hard -"@shapeshiftoss/hdwallet-native-vault@npm:1.62.30": - version: 1.62.30 - resolution: "@shapeshiftoss/hdwallet-native-vault@npm:1.62.30" +"@shapeshiftoss/hdwallet-native-vault@npm:1.62.31": + version: 1.62.31 + resolution: "@shapeshiftoss/hdwallet-native-vault@npm:1.62.31" dependencies: "@bitcoinerlab/secp256k1": ^1.1.1 - "@shapeshiftoss/hdwallet-native": 1.62.30 + "@shapeshiftoss/hdwallet-native": 1.62.31 bip39: ^3.0.4 hash-wasm: ^4.11.0 idb-keyval: ^6.0.3 @@ -11462,18 +11462,18 @@ __metadata: p-lazy: ^3.1.0 type-assertions: ^1.1.0 uuid: ^8.3.2 - checksum: 4390863c7b51694f135b3c88c6c5224efb81b58e567adbdc468d13ece2cf29ef9693b42f545d510d2475899735103f6920f7ffb65e4384f7e83af8434c35de48 + checksum: 0091a58d146a5d84024bab985af8a2f0a61561aa7138a42c7d6507f43b244e2cec79b53edce4429d38359c0bb1f739ce8bd15a6ebaeb83a9806f712738a8d622 languageName: node linkType: hard -"@shapeshiftoss/hdwallet-native@npm:1.62.30": - version: 1.62.30 - resolution: "@shapeshiftoss/hdwallet-native@npm:1.62.30" +"@shapeshiftoss/hdwallet-native@npm:1.62.31": + version: 1.62.31 + resolution: "@shapeshiftoss/hdwallet-native@npm:1.62.31" dependencies: "@bitcoinerlab/secp256k1": ^1.1.1 "@noble/curves": ^1.4.0 "@shapeshiftoss/bitcoinjs-lib": 7.0.0-shapeshift.2 - "@shapeshiftoss/hdwallet-core": 1.62.30 + "@shapeshiftoss/hdwallet-core": 1.62.31 "@shapeshiftoss/proto-tx-builder": 0.10.0 "@zxing/text-encoding": ^0.9.0 bchaddrjs: ^0.4.9 @@ -11495,7 +11495,7 @@ __metadata: p-lazy: ^3.1.0 scrypt-js: ^3.0.1 tendermint-tx-builder: 1.0.16 - checksum: 0a430490c4878166cef998d3525dd4da389bf158fd5f99aeeaf7245e89b1fcd5ae32c5b21fed61efc073f30dfe805c3de4f831cb659597ea05733b747efec368 + checksum: 3804bbf1348ccc59c96134b2fd27f368b52aa6fcf6acac858787d4d583df87c7566840d71e332f18ee25b7fb876e0dc0edd4bd190c55dd3c3b898c0f4f87beea languageName: node linkType: hard @@ -11532,84 +11532,84 @@ __metadata: languageName: node linkType: hard -"@shapeshiftoss/hdwallet-phantom@npm:1.62.30": - version: 1.62.30 - resolution: "@shapeshiftoss/hdwallet-phantom@npm:1.62.30" +"@shapeshiftoss/hdwallet-phantom@npm:1.62.31": + version: 1.62.31 + resolution: "@shapeshiftoss/hdwallet-phantom@npm:1.62.31" dependencies: "@shapeshiftoss/bitcoinjs-lib": 7.0.0-shapeshift.2 - "@shapeshiftoss/hdwallet-core": 1.62.30 + "@shapeshiftoss/hdwallet-core": 1.62.31 "@solana/web3.js": 1.95.8 base64-js: ^1.5.1 bitcoinjs-message: ^2.0.0 ethers: 5.7.2 lodash: ^4.17.21 - checksum: 99d8aa32c6f60ef5ed18b1946bafc001dffee4f4b4b12161e6e85189d06b690dcad48a94f94ebf9c9ba4bd5fbf66dd0eaba08198f31ad2382d16243f69cfaf81 + checksum: 10ef582dd564009a3be7ef4bd425e665acbc4c60932a01c1b3f4f1838daf9502117020e4971f3608845ccd5422bbf94d986274ac49b74da4a6c068546e728f2f languageName: node linkType: hard -"@shapeshiftoss/hdwallet-trezor-connect@npm:1.62.30": - version: 1.62.30 - resolution: "@shapeshiftoss/hdwallet-trezor-connect@npm:1.62.30" +"@shapeshiftoss/hdwallet-trezor-connect@npm:1.62.31": + version: 1.62.31 + resolution: "@shapeshiftoss/hdwallet-trezor-connect@npm:1.62.31" dependencies: - "@shapeshiftoss/hdwallet-core": 1.62.30 - "@shapeshiftoss/hdwallet-trezor": 1.62.30 + "@shapeshiftoss/hdwallet-core": 1.62.31 + "@shapeshiftoss/hdwallet-trezor": 1.62.31 "@trezor/connect-web": ^9.6.4 - checksum: 792620b0a7d98d1eb6f53b54276892d061f12de3a4795c0268131b6fa6ae9f41324bc08874923b72ba4bf00987e403f9d6e25e530e91e0d45dc34c9700099764 + checksum: 7b55bb86e5de2b3d6635c9becd689f1a94725825d06e4e8478e5c6c383e68962ac680d50d96699aaca6eeff1f484788a4308399faa612a16714ddc0e8da4db9e languageName: node linkType: hard -"@shapeshiftoss/hdwallet-trezor@npm:1.62.30": - version: 1.62.30 - resolution: "@shapeshiftoss/hdwallet-trezor@npm:1.62.30" +"@shapeshiftoss/hdwallet-trezor@npm:1.62.31": + version: 1.62.31 + resolution: "@shapeshiftoss/hdwallet-trezor@npm:1.62.31" dependencies: "@ethereumjs/common": 3.2.0 "@ethereumjs/tx": 4.2.0 - "@shapeshiftoss/hdwallet-core": 1.62.30 + "@shapeshiftoss/hdwallet-core": 1.62.31 base64-js: ^1.5.1 bchaddrjs: ^0.4.4 lodash: ^4.17.21 - checksum: 96780c309cb109fe4e948f75b214e0ce2ad79e853c650b19eda58f91b00ab6bfb27001bc59b2fcbefa8fd3c4376b7a3c3f596bc55fd6e6c42f32a7bd6f1f8133 + checksum: 5882ff28f8d22773bc326b9a5f50b10f579f52f036dfe9da2fabcac7fef1210544e45776cf07dfc5c6f2ea321fdb2dba056f09642c44717943743fb01d86f8d8 languageName: node linkType: hard -"@shapeshiftoss/hdwallet-vultisig@npm:1.62.30": - version: 1.62.30 - resolution: "@shapeshiftoss/hdwallet-vultisig@npm:1.62.30" +"@shapeshiftoss/hdwallet-vultisig@npm:1.62.31": + version: 1.62.31 + resolution: "@shapeshiftoss/hdwallet-vultisig@npm:1.62.31" dependencies: "@cosmjs/amino": ^0.28.13 "@cosmjs/stargate": ^0.28.13 "@shapeshiftoss/bitcoinjs-lib": 7.0.0-shapeshift.2 - "@shapeshiftoss/hdwallet-core": 1.62.30 + "@shapeshiftoss/hdwallet-core": 1.62.31 "@solana/web3.js": 1.95.8 base64-js: ^1.5.1 bitcoinjs-message: ^2.0.0 ethers: 5.7.2 lodash: ^4.17.21 - checksum: edb6a79969ed34449bfc0c6588e507212c514f14a7e3d386be8046f3a34b6d740328f0797a65756f647e3aa1e2e1066409388c7a43e8bca6bc3aba7def2c6c41 + checksum: 9915f46ff61ab50715e04b48dfb4554522455c046b21de080eba11675550440972675394d9e2be113eb5e2e5aac41aeff0c75773c2ff6550b896c6cbe125c697 languageName: node linkType: hard -"@shapeshiftoss/hdwallet-walletconnect@npm:1.62.30": - version: 1.62.30 - resolution: "@shapeshiftoss/hdwallet-walletconnect@npm:1.62.30" +"@shapeshiftoss/hdwallet-walletconnect@npm:1.62.31": + version: 1.62.31 + resolution: "@shapeshiftoss/hdwallet-walletconnect@npm:1.62.31" dependencies: - "@shapeshiftoss/hdwallet-core": 1.62.30 + "@shapeshiftoss/hdwallet-core": 1.62.31 "@walletconnect/qrcode-modal": ^1.7.8 "@walletconnect/web3-provider": ^1.7.8 ethers: ^5.6.5 - checksum: b6519896717974d87afabb46632ad5fe270f1eb367a782026c2045f07d8419e74216c047fdd8312c83ebbf251c63057994998562ac0ea5eec34c1fab57319397 + checksum: d548c5b1eaf8ec4bf7edca0397d0db81d04c6a66336fe9a79f5bea6725f7e6f8cdb7400c52e71d363e32e800aa06048fc5cee89747542cd12cbdd649d419db06 languageName: node linkType: hard -"@shapeshiftoss/hdwallet-walletconnectv2@npm:1.62.30": - version: 1.62.30 - resolution: "@shapeshiftoss/hdwallet-walletconnectv2@npm:1.62.30" +"@shapeshiftoss/hdwallet-walletconnectv2@npm:1.62.31": + version: 1.62.31 + resolution: "@shapeshiftoss/hdwallet-walletconnectv2@npm:1.62.31" dependencies: - "@shapeshiftoss/hdwallet-core": 1.62.30 + "@shapeshiftoss/hdwallet-core": 1.62.31 "@walletconnect/ethereum-provider": ^2.20.2 "@walletconnect/modal": ^2.6.2 ethers: ^5.6.5 - checksum: ebd273f4115e2c96d408ae829072e42a09eb1e937e870592830320e83530058122561e1533204885f94883c2e81e9823c37d020f2a23deeb423f9617562c7c6b + checksum: 810be22063ca5fd1d5d663d6cd9abb613957a1edf0edd1fb8732c587f83a0099d71b93c981e6e328482a385228c3e52a65694db23479d70d7e9df7ac850094ff languageName: node linkType: hard @@ -11719,7 +11719,7 @@ __metadata: "@shapeshiftoss/caip": "workspace:^" "@shapeshiftoss/chain-adapters": "workspace:^" "@shapeshiftoss/contracts": "workspace:^" - "@shapeshiftoss/hdwallet-core": 1.62.30 + "@shapeshiftoss/hdwallet-core": 1.62.31 "@shapeshiftoss/types": "workspace:^" "@shapeshiftoss/unchained-client": "workspace:^" "@shapeshiftoss/utils": "workspace:^" @@ -11854,24 +11854,24 @@ __metadata: "@shapeshiftoss/chain-adapters": "workspace:^" "@shapeshiftoss/contracts": "workspace:^" "@shapeshiftoss/errors": "workspace:^" - "@shapeshiftoss/hdwallet-coinbase": 1.62.30 - "@shapeshiftoss/hdwallet-core": 1.62.30 - "@shapeshiftoss/hdwallet-gridplus": 1.62.30 - "@shapeshiftoss/hdwallet-keepkey": 1.62.30 - "@shapeshiftoss/hdwallet-keepkey-webusb": 1.62.30 - "@shapeshiftoss/hdwallet-keplr": 1.62.30 - "@shapeshiftoss/hdwallet-ledger": 1.62.30 - "@shapeshiftoss/hdwallet-ledger-webhid": 1.62.30 - "@shapeshiftoss/hdwallet-ledger-webusb": 1.62.30 - "@shapeshiftoss/hdwallet-metamask-multichain": 1.62.30 - "@shapeshiftoss/hdwallet-native": 1.62.30 - "@shapeshiftoss/hdwallet-native-vault": 1.62.30 - "@shapeshiftoss/hdwallet-phantom": 1.62.30 - "@shapeshiftoss/hdwallet-trezor": 1.62.30 - "@shapeshiftoss/hdwallet-trezor-connect": 1.62.30 - "@shapeshiftoss/hdwallet-vultisig": 1.62.30 - "@shapeshiftoss/hdwallet-walletconnect": 1.62.30 - "@shapeshiftoss/hdwallet-walletconnectv2": 1.62.30 + "@shapeshiftoss/hdwallet-coinbase": 1.62.31 + "@shapeshiftoss/hdwallet-core": 1.62.31 + "@shapeshiftoss/hdwallet-gridplus": 1.62.31 + "@shapeshiftoss/hdwallet-keepkey": 1.62.31 + "@shapeshiftoss/hdwallet-keepkey-webusb": 1.62.31 + "@shapeshiftoss/hdwallet-keplr": 1.62.31 + "@shapeshiftoss/hdwallet-ledger": 1.62.31 + "@shapeshiftoss/hdwallet-ledger-webhid": 1.62.31 + "@shapeshiftoss/hdwallet-ledger-webusb": 1.62.31 + "@shapeshiftoss/hdwallet-metamask-multichain": 1.62.31 + "@shapeshiftoss/hdwallet-native": 1.62.31 + "@shapeshiftoss/hdwallet-native-vault": 1.62.31 + "@shapeshiftoss/hdwallet-phantom": 1.62.31 + "@shapeshiftoss/hdwallet-trezor": 1.62.31 + "@shapeshiftoss/hdwallet-trezor-connect": 1.62.31 + "@shapeshiftoss/hdwallet-vultisig": 1.62.31 + "@shapeshiftoss/hdwallet-walletconnect": 1.62.31 + "@shapeshiftoss/hdwallet-walletconnectv2": 1.62.31 "@shapeshiftoss/swapper": "workspace:^" "@shapeshiftoss/types": "workspace:^" "@shapeshiftoss/unchained-client": "workspace:^"