From e55060e847b5681b866c212284cc56467be9766a Mon Sep 17 00:00:00 2001 From: Thomaz Leite Date: Mon, 19 Dec 2022 17:49:28 +0000 Subject: [PATCH] Update README.md --- third_party/pyth/multisig-wh-message-builder/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/pyth/multisig-wh-message-builder/README.md b/third_party/pyth/multisig-wh-message-builder/README.md index 0031038964..a3bd29314b 100644 --- a/third_party/pyth/multisig-wh-message-builder/README.md +++ b/third_party/pyth/multisig-wh-message-builder/README.md @@ -13,6 +13,7 @@ npm install Note: - Node.js v17.15.0 or higher is required as it [introduces support for fetch API](https://nodejs.org/tr/blog/release/v17.5.0/). +- Node 19 doesn't work! - When using with Ledger, please enable [blind signing](https://www.ledger.com/academy/enable-blind-signing-why-when-and-how-to-stay-safe) in the Solana app settings. TLDR: When you enable blind signing, you enable your device to approve a smart contract transaction, even though it hasn’t been able to display full contract data to you. In other words, you’re agreeing to trust, instead of verify, the transaction. You still have to manually approve each transactions. - Information about ledger derivation can be found [here](https://github.com/LedgerHQ/ledger-live-common/blob/master/docs/derivation.md).