@ledgerhq/live-cli 24.21.1-nightly.3 → 24.21.2-nightly.0

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.
Files changed (2) hide show
  1. package/lib/cli.js +3 -3
  2. package/package.json +2 -2
package/lib/cli.js CHANGED
@@ -519215,7 +519215,7 @@ var require_package8 = __commonJS({
519215
519215
  module2.exports = {
519216
519216
  name: "@ledgerhq/live-common",
519217
519217
  description: "Common ground for the Ledger Live apps",
519218
- version: "34.45.0-nightly.3",
519218
+ version: "34.45.1-nightly.0",
519219
519219
  repository: {
519220
519220
  type: "git",
519221
519221
  url: "https://github.com/LedgerHQ/ledger-live.git"
@@ -526020,7 +526020,7 @@ var require_package9 = __commonJS({
526020
526020
  "package.json"(exports2, module2) {
526021
526021
  module2.exports = {
526022
526022
  name: "@ledgerhq/live-cli",
526023
- version: "24.21.1-nightly.3",
526023
+ version: "24.21.2-nightly.0",
526024
526024
  description: "ledger-live CLI version",
526025
526025
  repository: {
526026
526026
  type: "git",
@@ -821067,7 +821067,7 @@ var evmConfig = {
821067
821067
  },
821068
821068
  explorer: {
821069
821069
  type: "blockscout",
821070
- uri: "https://api.routescan.io/v2/network/mainnet/evm/1088/etherscan/api"
821070
+ uri: "https://andromeda-explorer.metis.io/api"
821071
821071
  },
821072
821072
  showNfts: false
821073
821073
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-cli",
3
- "version": "24.21.1-nightly.3",
3
+ "version": "24.21.2-nightly.0",
4
4
  "description": "ledger-live CLI version",
5
5
  "repository": {
6
6
  "type": "git",
@@ -58,7 +58,7 @@
58
58
  "ts-node": "10.9.2",
59
59
  "tsup": "7.3.0",
60
60
  "@ledgerhq/types-cryptoassets": "^7.25.0",
61
- "@ledgerhq/types-live": "^6.81.0-nightly.0"
61
+ "@ledgerhq/types-live": "^6.81.0"
62
62
  },
63
63
  "publishConfig": {
64
64
  "directory": "dist"