@ledgerhq/live-cli 24.19.4-nightly.5 → 24.19.4-nightly.6

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 +5 -4
  2. package/package.json +1 -1
package/lib/cli.js CHANGED
@@ -516671,7 +516671,7 @@ var require_package8 = __commonJS({
516671
516671
  module2.exports = {
516672
516672
  name: "@ledgerhq/live-common",
516673
516673
  description: "Common ground for the Ledger Live apps",
516674
- version: "34.41.0-nightly.5",
516674
+ version: "34.41.0-nightly.6",
516675
516675
  repository: {
516676
516676
  type: "git",
516677
516677
  url: "https://github.com/LedgerHQ/ledger-live.git"
@@ -523472,7 +523472,7 @@ var require_package9 = __commonJS({
523472
523472
  "package.json"(exports2, module2) {
523473
523473
  module2.exports = {
523474
523474
  name: "@ledgerhq/live-cli",
523475
- version: "24.19.4-nightly.5",
523475
+ version: "24.19.4-nightly.6",
523476
523476
  description: "ledger-live CLI version",
523477
523477
  repository: {
523478
523478
  type: "git",
@@ -534309,6 +534309,7 @@ var findExchangeCurrencyConfig = (id5) => configs[id5];
534309
534309
  // ../../libs/ledgerjs/packages/cryptoassets/lib-es/abandonseed.js
534310
534310
  var import_invariant = __toESM(require("invariant"));
534311
534311
  var EVM_DEAD_ADDRESS = "0x000000000000000000000000000000000000dEaD";
534312
+ var EVM_RAND_ADDRESS = "0x123000000000000000000000000000000000dEaD";
534312
534313
  var abandonSeedAddresses = {
534313
534314
  algorand: "PSHLIWQKDEETIIBQEOTLGCT5IF7BTTOKCUULONOGVGF2HYDT2IHW3H4CCI",
534314
534315
  // https://snowtrace.io/address/0x000000000000000000000000000000000000dead/tokens
@@ -534413,8 +534414,8 @@ var abandonSeedAddresses = {
534413
534414
  scroll: EVM_DEAD_ADDRESS,
534414
534415
  scroll_sepolia: EVM_DEAD_ADDRESS,
534415
534416
  etherlink: EVM_DEAD_ADDRESS,
534416
- zksync: EVM_DEAD_ADDRESS,
534417
- zksync_sepolia: EVM_DEAD_ADDRESS,
534417
+ zksync: EVM_RAND_ADDRESS,
534418
+ zksync_sepolia: EVM_RAND_ADDRESS,
534418
534419
  mantra: "mantra12jypwtxm7npfszx5x9780fhz0j3ken696fdp33",
534419
534420
  xion: "xion19rl4cm2hmr8afy4kldpxz3fka4jguq0a5xyz123",
534420
534421
  sui: "0x33444cf803c690db96527cec67e3c9ab512596f4ba2d4eace43f0b4f716e0164",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-cli",
3
- "version": "24.19.4-nightly.5",
3
+ "version": "24.19.4-nightly.6",
4
4
  "description": "ledger-live CLI version",
5
5
  "repository": {
6
6
  "type": "git",