Skip to content

Commit

Permalink
Merge pull request #3001 from Emurgo/yushi/ledgerjs-5.1.0
Browse files Browse the repository at this point in the history
ledgerjs 5.1.0
  • Loading branch information
vsubhuman committed Sep 26, 2022
2 parents 9cde5aa + 374483b commit 701eb45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ async function genWalletInfo(serial: string): Promise<WalletInfo> {
supportsPoolRetirement: true,
supportsMultisigTransaction: true,
supportsAlonzo: false,
supportsBabbage: false,
supportsReqSignersInOrdinaryTx: false,
},
},
};
Expand Down
6 changes: 3 additions & 3 deletions packages/yoroi-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/yoroi-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"copy-webpack-plugin": "6.0.0"
},
"dependencies": {
"@cardano-foundation/ledgerjs-hw-app-cardano": "5.0.0",
"@cardano-foundation/ledgerjs-hw-app-cardano": "5.1.0",
"@ledgerhq/hw-transport-u2f": "5.36.0-deprecated",
"@ledgerhq/hw-transport-webauthn": "5.36.0-deprecated",
"@ledgerhq/hw-transport-webusb": "5.49.0",
Expand Down

0 comments on commit 701eb45

Please sign in to comment.