@ledgerhq/coin-tester-solana 1.3.1-nightly.0 → 1.4.0-nightly.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@ import { Scenario } from "@ledgerhq/coin-tester/main";
2
2
  import { SolanaAccount, Transaction as SolanaTransaction } from "@ledgerhq/coin-solana/types";
3
3
  export declare const defaultNanoApp: {
4
4
  readonly firmware: "2.4.2";
5
- readonly version: "1.9.1";
5
+ readonly version: "1.9.2";
6
6
  };
7
7
  export declare const scenarioSolana: Scenario<SolanaTransaction, SolanaAccount>;
8
8
  //# sourceMappingURL=solana.d.ts.map
@@ -17,7 +17,7 @@ global.console = require("console");
17
17
  jest.setTimeout(100_000);
18
18
  // Note this config runs with NanoX
19
19
  // https://github.com/LedgerHQ/ledger-live/blob/develop/libs/coin-tester/docker-compose.yml
20
- export const defaultNanoApp = { firmware: "2.4.2", version: "1.9.1" };
20
+ export const defaultNanoApp = { firmware: "2.4.2", version: "1.9.2" };
21
21
  function makeScenarioTransactions(address) {
22
22
  if (!VOTE_ACCOUNT) {
23
23
  throw new Error("Vote account not initialized");