@ledgerhq/live-cli 24.18.7-next.0 → 24.18.7-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 +37 -2
  2. package/package.json +2 -2
package/lib/cli.js CHANGED
@@ -529803,7 +529803,7 @@ var require_package8 = __commonJS({
529803
529803
  module2.exports = {
529804
529804
  name: "@ledgerhq/live-common",
529805
529805
  description: "Common ground for the Ledger Live apps",
529806
- version: "34.37.0-next.0",
529806
+ version: "34.37.0-nightly.0",
529807
529807
  repository: {
529808
529808
  type: "git",
529809
529809
  url: "https://github.com/LedgerHQ/ledger-live.git"
@@ -536604,7 +536604,7 @@ var require_package9 = __commonJS({
536604
536604
  "package.json"(exports2, module2) {
536605
536605
  module2.exports = {
536606
536606
  name: "@ledgerhq/live-cli",
536607
- version: "24.18.7-next.0",
536607
+ version: "24.18.7-nightly.0",
536608
536608
  description: "ledger-live CLI version",
536609
536609
  repository: {
536610
536610
  type: "git",
@@ -779987,6 +779987,11 @@ var SWAP_DATA_CDN = {
779987
779987
  useInExchangeApp: true,
779988
779988
  displayName: "Changelly",
779989
779989
  termsOfUseUrl: "https://changelly.com/terms-of-use",
779990
+ usefulUrls: [
779991
+ "https://changelly.com/terms-of-use",
779992
+ "https://changelly.com/aml-kyc",
779993
+ "https://support.changelly.com/en/support/tickets/new"
779994
+ ],
779990
779995
  supportUrl: "https://support.changelly.com/en/support/home",
779991
779996
  mainUrl: "https://changelly.com/",
779992
779997
  needsKYC: false
@@ -779996,6 +780001,11 @@ var SWAP_DATA_CDN = {
779996
780001
  useInExchangeApp: true,
779997
780002
  displayName: "Changelly",
779998
780003
  termsOfUseUrl: "https://changelly.com/terms-of-use",
780004
+ usefulUrls: [
780005
+ "https://changelly.com/terms-of-use",
780006
+ "https://changelly.com/aml-kyc",
780007
+ "https://support.changelly.com/en/support/tickets/new"
780008
+ ],
779999
780009
  supportUrl: "https://support.changelly.com/en/support/home",
780000
780010
  mainUrl: "https://changelly.com/",
780001
780011
  needsKYC: false
@@ -856518,10 +856528,35 @@ var DEFAULT_SWAP_PROVIDERS = {
856518
856528
  needsKYC: false,
856519
856529
  needsBearerToken: false,
856520
856530
  type: "CEX",
856531
+ usefulUrls: [
856532
+ "https://changelly.com/terms-of-use",
856533
+ "https://changelly.com/aml-kyc",
856534
+ "https://support.changelly.com/en/support/tickets/new"
856535
+ ],
856521
856536
  termsOfUseUrl: "https://changelly.com/terms-of-use",
856522
856537
  supportUrl: "https://support.changelly.com/en/support/home",
856523
856538
  mainUrl: "https://changelly.com/"
856524
856539
  },
856540
+ changelly_v2: {
856541
+ name: "Changelly",
856542
+ publicKey: {
856543
+ curve: "secp256k1",
856544
+ data: Buffer.from("0480d7c0d3a9183597395f58dda05999328da6f18fabd5cda0aff8e8e3fc633436a2dbf48ecb23d40df7c3c7d3e774b77b4b5df0e9f7e08cf1cdf2dba788eb085b", "hex")
856545
+ },
856546
+ signature: Buffer.from("3045022100c2db00da651cfcc84702f75ab5f131a3f037592080ea750a6f665a8cb36797c802200e594938cdf2c836b34717f57487002a0588f2088f64f00a6c4d320fd37db6fa", "hex"),
856547
+ needsKYC: false,
856548
+ needsBearerToken: false,
856549
+ type: "CEX",
856550
+ usefulUrls: [
856551
+ "https://changelly.com/terms-of-use",
856552
+ "https://changelly.com/aml-kyc",
856553
+ "https://support.changelly.com/en/support/tickets/new"
856554
+ ],
856555
+ termsOfUseUrl: "https://changelly.com/terms-of-use",
856556
+ supportUrl: "https://support.changelly.com/en/support/home",
856557
+ mainUrl: "https://changelly.com/",
856558
+ version: 2
856559
+ },
856525
856560
  exodus: {
856526
856561
  name: "exodus",
856527
856562
  publicKey: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-cli",
3
- "version": "24.18.7-next.0",
3
+ "version": "24.18.7-nightly.0",
4
4
  "description": "ledger-live CLI version",
5
5
  "repository": {
6
6
  "type": "git",
@@ -56,7 +56,7 @@
56
56
  "ts-node": "10.9.2",
57
57
  "tsup": "7.3.0",
58
58
  "@ledgerhq/types-cryptoassets": "^7.23.0",
59
- "@ledgerhq/types-live": "^6.73.0-next.0"
59
+ "@ledgerhq/types-live": "^6.73.0-nightly.0"
60
60
  },
61
61
  "publishConfig": {
62
62
  "directory": "dist"