Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG UBUNTU_VERSION=20.04
ARG UBUNTU_VERSION=22.04

FROM ubuntu:${UBUNTU_VERSION} AS ubuntu-nodejs
ARG NODEJS_MAJOR_VERSION=18
Expand Down
2 changes: 1 addition & 1 deletion packages/hardware-ledger/src/LedgerKeyAgent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const LedgerConnection = (_LedgerConnection as any).default
: _LedgerConnection;
type LedgerConnection = _LedgerConnection;

const CIP08_SIGN_HASH_THRESHOLD = 100;
const CIP08_SIGN_HASH_THRESHOLD = 190;

const isUsbDevice = (device: any): device is USBDevice =>
typeof USBDevice !== 'undefined' && device instanceof USBDevice;
Expand Down
Loading