We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aca694c + be56211 commit 7403fa9Copy full SHA for 7403fa9
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG UBUNTU_VERSION=20.04
+ARG UBUNTU_VERSION=22.04
2
3
FROM ubuntu:${UBUNTU_VERSION} AS ubuntu-nodejs
4
ARG NODEJS_MAJOR_VERSION=18
packages/hardware-ledger/src/LedgerKeyAgent.ts
@@ -67,7 +67,7 @@ const LedgerConnection = (_LedgerConnection as any).default
67
: _LedgerConnection;
68
type LedgerConnection = _LedgerConnection;
69
70
-const CIP08_SIGN_HASH_THRESHOLD = 100;
+const CIP08_SIGN_HASH_THRESHOLD = 190;
71
72
const isUsbDevice = (device: any): device is USBDevice =>
73
typeof USBDevice !== 'undefined' && device instanceof USBDevice;
0 commit comments