@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-tester-solana",
3
- "version": "1.3.1-nightly.0",
3
+ "version": "1.4.0-nightly.2",
4
4
  "description": "Ledger Solana Coin Tester",
5
5
  "main": "src/scenarii.test.ts",
6
6
  "keywords": [
@@ -49,14 +49,14 @@
49
49
  "bignumber.js": "^9",
50
50
  "docker-compose": "^1",
51
51
  "msw": "^2",
52
- "@ledgerhq/coin-framework": "^5.4.1-nightly.0",
52
+ "@ledgerhq/coin-framework": "^5.4.1-nightly.2",
53
53
  "@ledgerhq/coin-tester": "^0.7.0",
54
- "@ledgerhq/coin-solana": "^0.26.1-nightly.0",
55
- "@ledgerhq/cryptoassets": "^13.19.0",
56
- "@ledgerhq/live-env": "^2.10.0",
57
- "@ledgerhq/live-signer-solana": "^0.3.1-nightly.0",
54
+ "@ledgerhq/coin-solana": "^0.26.1-nightly.2",
55
+ "@ledgerhq/cryptoassets": "^13.20.0-nightly.0",
56
+ "@ledgerhq/live-env": "^2.11.0-nightly.0",
57
+ "@ledgerhq/live-signer-solana": "^0.3.1-nightly.2",
58
58
  "@ledgerhq/types-cryptoassets": "^7.23.0",
59
- "@ledgerhq/types-live": "^6.75.0-nightly.0"
59
+ "@ledgerhq/types-live": "^6.75.0-nightly.2"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@types/jest": "^29",
@@ -40,7 +40,7 @@ type SolanaScenarioTransaction = ScenarioTransaction<SolanaTransaction, SolanaAc
40
40
 
41
41
  // Note this config runs with NanoX
42
42
  // https://github.com/LedgerHQ/ledger-live/blob/develop/libs/coin-tester/docker-compose.yml
43
- export const defaultNanoApp = { firmware: "2.4.2", version: "1.9.1" } as const;
43
+ export const defaultNanoApp = { firmware: "2.4.2", version: "1.9.2" } as const;
44
44
 
45
45
  function makeScenarioTransactions(address: string): SolanaScenarioTransaction[] {
46
46
  if (!VOTE_ACCOUNT) {