Skip to content

Commit

Permalink
feat: latest bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Sep 19, 2024
1 parent b9cc0c3 commit b2b224d
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 100 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,20 @@
"@shapeshiftoss/caip": "workspace:^",
"@shapeshiftoss/chain-adapters": "workspace:^",
"@shapeshiftoss/errors": "workspace:^",
"@shapeshiftoss/hdwallet-coinbase": "1.55.5-phantom.6",
"@shapeshiftoss/hdwallet-core": "1.55.5-phantom.6",
"@shapeshiftoss/hdwallet-keepkey": "1.55.5-phantom.6",
"@shapeshiftoss/hdwallet-keepkey-webusb": "1.55.5-phantom.6",
"@shapeshiftoss/hdwallet-keplr": "1.55.5-phantom.6",
"@shapeshiftoss/hdwallet-ledger": "1.55.5-phantom.6",
"@shapeshiftoss/hdwallet-ledger-webusb": "1.55.5-phantom.6",
"@shapeshiftoss/hdwallet-metamask": "1.55.5-phantom.6",
"@shapeshiftoss/hdwallet-native": "1.55.5-phantom.6",
"@shapeshiftoss/hdwallet-native-vault": "1.55.5-phantom.6",
"@shapeshiftoss/hdwallet-phantom": "1.55.5-phantom.6",
"@shapeshiftoss/hdwallet-shapeshift-multichain": "1.55.5-phantom.6",
"@shapeshiftoss/hdwallet-walletconnectv2": "1.55.5-phantom.6",
"@shapeshiftoss/hdwallet-xdefi": "1.55.5-phantom.6",
"@shapeshiftoss/hdwallet-coinbase": "1.55.5-phantom.9",
"@shapeshiftoss/hdwallet-core": "1.55.5-phantom.9",
"@shapeshiftoss/hdwallet-keepkey": "1.55.5-phantom.9",
"@shapeshiftoss/hdwallet-keepkey-webusb": "1.55.5-phantom.9",
"@shapeshiftoss/hdwallet-keplr": "1.55.5-phantom.9",
"@shapeshiftoss/hdwallet-ledger": "1.55.5-phantom.9",
"@shapeshiftoss/hdwallet-ledger-webusb": "1.55.5-phantom.9",
"@shapeshiftoss/hdwallet-metamask": "1.55.5-phantom.9",
"@shapeshiftoss/hdwallet-native": "1.55.5-phantom.9",
"@shapeshiftoss/hdwallet-native-vault": "1.55.5-phantom.9",
"@shapeshiftoss/hdwallet-phantom": "1.55.5-phantom.9",
"@shapeshiftoss/hdwallet-shapeshift-multichain": "1.55.5-phantom.9",
"@shapeshiftoss/hdwallet-walletconnectv2": "1.55.5-phantom.9",
"@shapeshiftoss/hdwallet-xdefi": "1.55.5-phantom.9",
"@shapeshiftoss/swapper": "workspace:^",
"@shapeshiftoss/types": "workspace:^",
"@shapeshiftoss/unchained-client": "workspace:^",
Expand Down
7 changes: 5 additions & 2 deletions packages/chain-adapters/src/utxo/UtxoBaseAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,12 +323,15 @@ export abstract class UtxoBaseAdapter<T extends UtxoChainId> implements IChainAd

const signTxInputs: BTCSignTxInput[] = []
for (const input of inputs) {
if (!input.path) continue
// TOOD(gomes): v. dangerous, narrow this monkey patch for Phantom only
// if (!input.path) continue

const data = await this.providers.http.getTransaction({ txid: input.txid })

signTxInputs.push({
addressNList: bip32ToAddressNList(input.path),
// TODO(gomes): v. dangerous, should only be used for phantom since no derivation happens, and assume account 0 address 0 yadi yada
// @ts-ignore
addressNList: input.path ? bip32ToAddressNList(input.path) : undefined,
scriptType: accountTypeToScriptType[accountType],
amount: String(input.value),
vout: input.vout,
Expand Down
168 changes: 84 additions & 84 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11270,15 +11270,15 @@ __metadata:
languageName: node
linkType: hard

"@shapeshiftoss/hdwallet-coinbase@npm:1.55.5-phantom.6":
version: 1.55.5-phantom.6
resolution: "@shapeshiftoss/hdwallet-coinbase@npm:1.55.5-phantom.6"
"@shapeshiftoss/hdwallet-coinbase@npm:1.55.5-phantom.9":
version: 1.55.5-phantom.9
resolution: "@shapeshiftoss/hdwallet-coinbase@npm:1.55.5-phantom.9"
dependencies:
"@coinbase/wallet-sdk": ^3.6.6
"@shapeshiftoss/hdwallet-core": ^1.55.5-phantom.6
"@shapeshiftoss/hdwallet-core": ^1.55.5-phantom.9
eth-rpc-errors: ^4.0.3
lodash: ^4.17.21
checksum: 513283f49b9051332c910b2de3de74b82d2a5dc66a5b716e161b6379129fc9f7d68ecda142736e34b964162fd3b2f4ef0ba6188523a1b433299c6b136c856b56
checksum: d982c319a51a44be4c298923fb64cc76bceaa527c0b77d4eb22fef03932f2cdfedafb71c1409d00d679758c7fe6346dad56a5eadfe57af3ee474d279ab686b91
languageName: node
linkType: hard

Expand Down Expand Up @@ -11322,40 +11322,40 @@ __metadata:
languageName: node
linkType: hard

"@shapeshiftoss/hdwallet-core@npm:1.55.5-phantom.6, @shapeshiftoss/hdwallet-core@npm:^1.55.5-phantom.6":
version: 1.55.5-phantom.6
resolution: "@shapeshiftoss/hdwallet-core@npm:1.55.5-phantom.6"
"@shapeshiftoss/hdwallet-core@npm:1.55.5-phantom.9, @shapeshiftoss/hdwallet-core@npm:^1.55.5-phantom.9":
version: 1.55.5-phantom.9
resolution: "@shapeshiftoss/hdwallet-core@npm:1.55.5-phantom.9"
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
checksum: adbcf8d62072fdeb5e211240354c74746183de0911ff6a1a6612b458c7f0aaaaef2f718caeb5b39e0c917f769b1b04bb08f23301044446fec441f5d599a074ef
checksum: 96e5e9f493d3dc4d7af263e718720ee507af32bf5953e418d52b624ee6dd540f24b22894e3cc042a34f423ee55a25894506cabb1a57de5d954c4b8b277935bb6
languageName: node
linkType: hard

"@shapeshiftoss/hdwallet-keepkey-webusb@npm:1.55.5-phantom.6":
version: 1.55.5-phantom.6
resolution: "@shapeshiftoss/hdwallet-keepkey-webusb@npm:1.55.5-phantom.6"
"@shapeshiftoss/hdwallet-keepkey-webusb@npm:1.55.5-phantom.9":
version: 1.55.5-phantom.9
resolution: "@shapeshiftoss/hdwallet-keepkey-webusb@npm:1.55.5-phantom.9"
dependencies:
"@shapeshiftoss/hdwallet-core": ^1.55.5-phantom.6
"@shapeshiftoss/hdwallet-keepkey": ^1.55.5-phantom.6
checksum: b7c844eb12d1abc889c3e6c1b356bc77bb1d294ad4320b1ddcb74292a0108fc930a19509ec4c5c7b22834f71c1600e359cd53e81fbc8703345e62061797da4d6
"@shapeshiftoss/hdwallet-core": ^1.55.5-phantom.9
"@shapeshiftoss/hdwallet-keepkey": ^1.55.5-phantom.9
checksum: c5e563952548ac93cac7736e0e0f8fcfa7eb940ea3fff0cc23387cad45fff9ba42277c3463b6bd52f4f60004d3c753448ac13392c09e55192d3950483f9f8370
languageName: node
linkType: hard

"@shapeshiftoss/hdwallet-keepkey@npm:1.55.5-phantom.6, @shapeshiftoss/hdwallet-keepkey@npm:^1.55.5-phantom.6":
version: 1.55.5-phantom.6
resolution: "@shapeshiftoss/hdwallet-keepkey@npm:1.55.5-phantom.6"
"@shapeshiftoss/hdwallet-keepkey@npm:1.55.5-phantom.9, @shapeshiftoss/hdwallet-keepkey@npm:^1.55.5-phantom.9":
version: 1.55.5-phantom.9
resolution: "@shapeshiftoss/hdwallet-keepkey@npm:1.55.5-phantom.9"
dependencies:
"@ethereumjs/common": ^2.4.0
"@ethereumjs/tx": ^3.3.0
"@keepkey/device-protocol": ^7.12.2
"@metamask/eth-sig-util": ^7.0.0
"@shapeshiftoss/bitcoinjs-lib": 5.2.0-shapeshift.2
"@shapeshiftoss/hdwallet-core": ^1.55.5-phantom.6
"@shapeshiftoss/hdwallet-core": ^1.55.5-phantom.9
"@shapeshiftoss/proto-tx-builder": ^0.8.0
bignumber.js: ^9.0.1
bnb-javascript-sdk-nobroadcast: ^2.16.14
Expand All @@ -11367,80 +11367,80 @@ __metadata:
p-lazy: ^3.1.0
semver: ^7.3.8
tiny-secp256k1: ^1.1.6
checksum: ba87d7c55272193365ced3d82f5820d4342ac71e4a08177cbe6dff472ff6e97640a49680e45af8845181a3528d6c145effa6a9786cdcc82f3169ed87b6060636
checksum: 75a915cb0258a94e430f0f680d5072a9bd71a78681a0f72af54690b6ef96bca83845fe4090f350ed54112bca153b48c930f83ce0fdf120a1ac74ef452b6b2a47
languageName: node
linkType: hard

"@shapeshiftoss/hdwallet-keplr@npm:1.55.5-phantom.6":
version: 1.55.5-phantom.6
resolution: "@shapeshiftoss/hdwallet-keplr@npm:1.55.5-phantom.6"
"@shapeshiftoss/hdwallet-keplr@npm:1.55.5-phantom.9":
version: 1.55.5-phantom.9
resolution: "@shapeshiftoss/hdwallet-keplr@npm:1.55.5-phantom.9"
dependencies:
"@shapeshiftoss/caip": 8.15.0
"@shapeshiftoss/hdwallet-core": ^1.55.5-phantom.6
"@shapeshiftoss/hdwallet-core": ^1.55.5-phantom.9
"@shapeshiftoss/proto-tx-builder": ^0.8.0
"@shapeshiftoss/types": 3.1.3
base64-js: ^1.5.1
lodash: ^4.17.21
checksum: 131f9d5324327c587619402348d6aff6f378475120f1b99c582db8e157a542fc5945eab6a1617a3e3b4517de07c96c9778bff2e80387da3cf2c2d4fb89e54d65
checksum: 921a96ab70cd321046d34a1030fd848c0409322f7770d28ff6c76f6ce889612ac3ea7e045d56cb6384430917588ae41fc8195331b6d138286f2c64b245db7760
languageName: node
linkType: hard

"@shapeshiftoss/hdwallet-ledger-webusb@npm:1.55.5-phantom.6":
version: 1.55.5-phantom.6
resolution: "@shapeshiftoss/hdwallet-ledger-webusb@npm:1.55.5-phantom.6"
"@shapeshiftoss/hdwallet-ledger-webusb@npm:1.55.5-phantom.9":
version: 1.55.5-phantom.9
resolution: "@shapeshiftoss/hdwallet-ledger-webusb@npm:1.55.5-phantom.9"
dependencies:
"@ledgerhq/hw-app-btc": ^10.0.8
"@ledgerhq/hw-app-eth": ^6.9.0
"@ledgerhq/hw-transport": ^6.7.0
"@ledgerhq/hw-transport-webusb": ^6.7.0
"@ledgerhq/live-common": ^21.8.2
"@ledgerhq/logs": ^6.10.1
"@shapeshiftoss/hdwallet-core": ^1.55.5-phantom.6
"@shapeshiftoss/hdwallet-ledger": ^1.55.5-phantom.6
"@shapeshiftoss/hdwallet-core": ^1.55.5-phantom.9
"@shapeshiftoss/hdwallet-ledger": ^1.55.5-phantom.9
"@types/w3c-web-usb": ^1.0.4
p-queue: ^7.4.1
checksum: 80397ddb3296f944df43d376a754cd3370f322688ba878f148b372907a9410a6e339a0c50fb8af9f38eeef0ba5b5ae39a83e30f2402edf7860b6405c1d2618e7
checksum: 1d96af8233354349806c22761a3ec47b05d2a0a1e134ce29e651e6b86df0845e4f76a6908616c81dcf649274bc0844c4e412aab8488b3b18245787a8034d7fc5
languageName: node
linkType: hard

"@shapeshiftoss/hdwallet-ledger@npm:1.55.5-phantom.6, @shapeshiftoss/hdwallet-ledger@npm:^1.55.5-phantom.6":
version: 1.55.5-phantom.6
resolution: "@shapeshiftoss/hdwallet-ledger@npm:1.55.5-phantom.6"
"@shapeshiftoss/hdwallet-ledger@npm:1.55.5-phantom.9, @shapeshiftoss/hdwallet-ledger@npm:^1.55.5-phantom.9":
version: 1.55.5-phantom.9
resolution: "@shapeshiftoss/hdwallet-ledger@npm:1.55.5-phantom.9"
dependencies:
"@ethereumjs/common": ^2.4.0
"@ethereumjs/tx": ^3.3.0
"@ledgerhq/hw-app-cosmos": ^6.29.1
"@shapeshiftoss/bitcoinjs-lib": 5.2.0-shapeshift.2
"@shapeshiftoss/hdwallet-core": ^1.55.5-phantom.6
"@shapeshiftoss/hdwallet-core": ^1.55.5-phantom.9
base64-js: ^1.5.1
bchaddrjs: ^0.4.4
bitcoinjs-message: ^2.0.0
bs58check: 2.1.2
ethereumjs-tx: 1.3.7
ethereumjs-util: ^6.1.0
lodash: ^4.17.21
checksum: 254762f234562dfd8b4bcba85d81802e1d278ab993ee7ba17be614b873a3692d9d7d3603089c6d289b0e7a87c881771a9d2d4aea29bfb8ac35c696b997de100c
checksum: 59cd1169c2816c36126aabcf67013d3c0258ccd3eb890b83d8d5e300be8c730a0e6a279e68a58bd935b955169acde8758402b99415d6feb422fd323c896109a3
languageName: node
linkType: hard

"@shapeshiftoss/hdwallet-metamask@npm:1.55.5-phantom.6":
version: 1.55.5-phantom.6
resolution: "@shapeshiftoss/hdwallet-metamask@npm:1.55.5-phantom.6"
"@shapeshiftoss/hdwallet-metamask@npm:1.55.5-phantom.9":
version: 1.55.5-phantom.9
resolution: "@shapeshiftoss/hdwallet-metamask@npm:1.55.5-phantom.9"
dependencies:
"@metamask/detect-provider": ^1.2.0
"@metamask/onboarding": ^1.0.1
"@shapeshiftoss/hdwallet-core": ^1.55.5-phantom.6
"@shapeshiftoss/hdwallet-core": ^1.55.5-phantom.9
eth-rpc-errors: ^4.0.3
lodash: ^4.17.21
checksum: 2d4e9b263c7ed3b262a2667320026548538317613c526f5f3ecbd051b7b3f09c909428240eedfe3de40ffe003d9e0dbd002459df9ec873025ee072ab05b7844f
checksum: a6f8d43dd66d4e9f42c09c73049733b14e23efb293527db61838b381175daeeaecf0fea6ab5f96027f909fec0392520bf62b56cb4eb553a73b6adcc57e87883d
languageName: node
linkType: hard

"@shapeshiftoss/hdwallet-native-vault@npm:1.55.5-phantom.6":
version: 1.55.5-phantom.6
resolution: "@shapeshiftoss/hdwallet-native-vault@npm:1.55.5-phantom.6"
"@shapeshiftoss/hdwallet-native-vault@npm:1.55.5-phantom.9":
version: 1.55.5-phantom.9
resolution: "@shapeshiftoss/hdwallet-native-vault@npm:1.55.5-phantom.9"
dependencies:
"@shapeshiftoss/hdwallet-native": ^1.55.5-phantom.6
"@shapeshiftoss/hdwallet-native": ^1.55.5-phantom.9
bip39: ^3.0.4
hash-wasm: ^4.11.0
idb-keyval: ^6.0.3
Expand All @@ -11449,17 +11449,17 @@ __metadata:
type-assertions: ^1.1.0
uuid: ^8.3.2
web-encoding: ^1.1.0
checksum: 8afc7cfb86ffa92b3baeb2f983aedeeec398005015a9d0a9c470efa2a718a206400aaccd2c919f3c56713da0d4207bc8cf81a96e30f447e9ec1dc148bf735637
checksum: 4d97fbb30d657ae1b9403ece7c8a4c25aee271e98569830f63f4d576d951b955352f66a9f06c311218376b36ccd19186a422ffea1ff23d0695bb6dad5b8e43fa
languageName: node
linkType: hard

"@shapeshiftoss/hdwallet-native@npm:1.55.5-phantom.6, @shapeshiftoss/hdwallet-native@npm:^1.55.5-phantom.6":
version: 1.55.5-phantom.6
resolution: "@shapeshiftoss/hdwallet-native@npm:1.55.5-phantom.6"
"@shapeshiftoss/hdwallet-native@npm:1.55.5-phantom.9, @shapeshiftoss/hdwallet-native@npm:^1.55.5-phantom.9":
version: 1.55.5-phantom.9
resolution: "@shapeshiftoss/hdwallet-native@npm:1.55.5-phantom.9"
dependencies:
"@shapeshiftoss/bitcoinjs-lib": 5.2.0-shapeshift.2
"@shapeshiftoss/fiosdk": 1.2.1-shapeshift.6
"@shapeshiftoss/hdwallet-core": ^1.55.5-phantom.6
"@shapeshiftoss/hdwallet-core": ^1.55.5-phantom.9
"@shapeshiftoss/proto-tx-builder": ^0.8.0
"@zxing/text-encoding": ^0.9.0
bchaddrjs: ^0.4.9
Expand All @@ -11481,7 +11481,7 @@ __metadata:
tendermint-tx-builder: ^1.0.9
tiny-secp256k1: ^1.1.6
web-encoding: ^1.1.0
checksum: de402edf7716e6528483329ca5efcecd15634c01c6dfa7fe376767e4c5798c00e8a906646abe1d392ff887c7beb47ddd5955e3ba90042a580ca75e0b9e79a176
checksum: 53b0f250931037b5fd0792eb223f1a90d44cc2a5c4de91d2e600cbdc4a51160d63b0fa6d6eb8201fb680f3e6d3da42cd366d301bbfa788b6697a8ac8fb14e09f
languageName: node
linkType: hard

Expand Down Expand Up @@ -11517,51 +11517,51 @@ __metadata:
languageName: node
linkType: hard

"@shapeshiftoss/hdwallet-phantom@npm:1.55.5-phantom.6":
version: 1.55.5-phantom.6
resolution: "@shapeshiftoss/hdwallet-phantom@npm:1.55.5-phantom.6"
"@shapeshiftoss/hdwallet-phantom@npm:1.55.5-phantom.9":
version: 1.55.5-phantom.9
resolution: "@shapeshiftoss/hdwallet-phantom@npm:1.55.5-phantom.9"
dependencies:
"@shapeshiftoss/hdwallet-core": 1.54.2
lodash: ^4.17.21
checksum: b80c1129d4d91e6a3965766e21ee97dcc6e5a42f20a0f5187c0431b9d2dbfd0058905476ec5f766c5714b4aadc2980165a6787e9979893a08537d99e54317c72
checksum: a3b0804bbd43bd1dd8fa832e2661bf1361b940a29ca1f277d0060a6d809bc6d0c0f4d82dd224b97804eb45c8b935532032d3d806a6b53f48a1c91177dae26510
languageName: node
linkType: hard

"@shapeshiftoss/hdwallet-shapeshift-multichain@npm:1.55.5-phantom.6":
version: 1.55.5-phantom.6
resolution: "@shapeshiftoss/hdwallet-shapeshift-multichain@npm:1.55.5-phantom.6"
"@shapeshiftoss/hdwallet-shapeshift-multichain@npm:1.55.5-phantom.9":
version: 1.55.5-phantom.9
resolution: "@shapeshiftoss/hdwallet-shapeshift-multichain@npm:1.55.5-phantom.9"
dependencies:
"@metamask/detect-provider": ^1.2.0
"@metamask/onboarding": ^1.0.1
"@shapeshiftoss/common-api": ^9.3.0
"@shapeshiftoss/hdwallet-core": ^1.55.5-phantom.6
"@shapeshiftoss/hdwallet-core": ^1.55.5-phantom.9
"@shapeshiftoss/metamask-snaps-adapter": ^1.0.10
"@shapeshiftoss/metamask-snaps-types": ^1.0.10
eth-rpc-errors: ^4.0.3
lodash: ^4.17.21
checksum: a1a1d77e42e683755cc4b474bc96382fb0f4bb12d69893fd10a2d4af4a0831ff9be93ecae7224ce8250a0f405c6fef171415ea93d90b6b4cc8e197ef55300928
checksum: 7147e3f7c32e8c2cf19e46e620d2e5028495084c90be095d35c905db51713ee3d625762180580f7c2a2dfa6d90949e47c845997b46656e9710fb7e0fef36e046
languageName: node
linkType: hard

"@shapeshiftoss/hdwallet-walletconnectv2@npm:1.55.5-phantom.6":
version: 1.55.5-phantom.6
resolution: "@shapeshiftoss/hdwallet-walletconnectv2@npm:1.55.5-phantom.6"
"@shapeshiftoss/hdwallet-walletconnectv2@npm:1.55.5-phantom.9":
version: 1.55.5-phantom.9
resolution: "@shapeshiftoss/hdwallet-walletconnectv2@npm:1.55.5-phantom.9"
dependencies:
"@shapeshiftoss/hdwallet-core": ^1.55.5-phantom.6
"@shapeshiftoss/hdwallet-core": ^1.55.5-phantom.9
"@walletconnect/ethereum-provider": ^2.10.1
"@walletconnect/modal": ^2.6.2
ethers: ^5.6.5
checksum: 3f7c6c96ae55fd65687b445dfaccdeba35c0022d51ba087314315851e93ada93ca7a4416d22c7dee22a551ad7f7644a4575bf4d3e33fc384fe49633ac31baf0a
checksum: ef6cd0f9992524e86e06cc718d3d49dda457508995431989b0112150ba12194239193e106852a35e95fc4865ab5cd9cee27d63d8dedbec9a51517406b6c89e54
languageName: node
linkType: hard

"@shapeshiftoss/hdwallet-xdefi@npm:1.55.5-phantom.6":
version: 1.55.5-phantom.6
resolution: "@shapeshiftoss/hdwallet-xdefi@npm:1.55.5-phantom.6"
"@shapeshiftoss/hdwallet-xdefi@npm:1.55.5-phantom.9":
version: 1.55.5-phantom.9
resolution: "@shapeshiftoss/hdwallet-xdefi@npm:1.55.5-phantom.9"
dependencies:
"@shapeshiftoss/hdwallet-core": ^1.55.5-phantom.6
"@shapeshiftoss/hdwallet-core": ^1.55.5-phantom.9
lodash: ^4.17.21
checksum: 57050c5cb158972df58f92b6c0463774aa025646de897e16fe45a1bc2a6b6209014c30e0b16118dd4c83523f20dc1c5861c649f0064e9db39e1cd057617dd9ad
checksum: 2a0397378bea2f799dc87a8eba32f15e11202030dff360378931eaaefabaa27436edf7b2255cf310e54a66df2deb03290526a29e28d2466454f1faf2dbb458bb
languageName: node
linkType: hard

Expand Down Expand Up @@ -11756,20 +11756,20 @@ __metadata:
"@shapeshiftoss/caip": "workspace:^"
"@shapeshiftoss/chain-adapters": "workspace:^"
"@shapeshiftoss/errors": "workspace:^"
"@shapeshiftoss/hdwallet-coinbase": 1.55.5-phantom.6
"@shapeshiftoss/hdwallet-core": 1.55.5-phantom.6
"@shapeshiftoss/hdwallet-keepkey": 1.55.5-phantom.6
"@shapeshiftoss/hdwallet-keepkey-webusb": 1.55.5-phantom.6
"@shapeshiftoss/hdwallet-keplr": 1.55.5-phantom.6
"@shapeshiftoss/hdwallet-ledger": 1.55.5-phantom.6
"@shapeshiftoss/hdwallet-ledger-webusb": 1.55.5-phantom.6
"@shapeshiftoss/hdwallet-metamask": 1.55.5-phantom.6
"@shapeshiftoss/hdwallet-native": 1.55.5-phantom.6
"@shapeshiftoss/hdwallet-native-vault": 1.55.5-phantom.6
"@shapeshiftoss/hdwallet-phantom": 1.55.5-phantom.6
"@shapeshiftoss/hdwallet-shapeshift-multichain": 1.55.5-phantom.6
"@shapeshiftoss/hdwallet-walletconnectv2": 1.55.5-phantom.6
"@shapeshiftoss/hdwallet-xdefi": 1.55.5-phantom.6
"@shapeshiftoss/hdwallet-coinbase": 1.55.5-phantom.9
"@shapeshiftoss/hdwallet-core": 1.55.5-phantom.9
"@shapeshiftoss/hdwallet-keepkey": 1.55.5-phantom.9
"@shapeshiftoss/hdwallet-keepkey-webusb": 1.55.5-phantom.9
"@shapeshiftoss/hdwallet-keplr": 1.55.5-phantom.9
"@shapeshiftoss/hdwallet-ledger": 1.55.5-phantom.9
"@shapeshiftoss/hdwallet-ledger-webusb": 1.55.5-phantom.9
"@shapeshiftoss/hdwallet-metamask": 1.55.5-phantom.9
"@shapeshiftoss/hdwallet-native": 1.55.5-phantom.9
"@shapeshiftoss/hdwallet-native-vault": 1.55.5-phantom.9
"@shapeshiftoss/hdwallet-phantom": 1.55.5-phantom.9
"@shapeshiftoss/hdwallet-shapeshift-multichain": 1.55.5-phantom.9
"@shapeshiftoss/hdwallet-walletconnectv2": 1.55.5-phantom.9
"@shapeshiftoss/hdwallet-xdefi": 1.55.5-phantom.9
"@shapeshiftoss/swapper": "workspace:^"
"@shapeshiftoss/types": "workspace:^"
"@shapeshiftoss/unchained-client": "workspace:^"
Expand Down

0 comments on commit b2b224d

Please sign in to comment.