@ledgerhq/live-cli 24.18.4 → 24.18.5-hotfix.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.
- package/lib/cli.js +4 -4
- package/package.json +1 -1
package/lib/cli.js
CHANGED
|
@@ -530283,7 +530283,7 @@ var require_package8 = __commonJS({
|
|
|
530283
530283
|
module2.exports = {
|
|
530284
530284
|
name: "@ledgerhq/live-common",
|
|
530285
530285
|
description: "Common ground for the Ledger Live apps",
|
|
530286
|
-
version: "34.35.0",
|
|
530286
|
+
version: "34.35.1-hotfix.0",
|
|
530287
530287
|
repository: {
|
|
530288
530288
|
type: "git",
|
|
530289
530289
|
url: "https://github.com/LedgerHQ/ledger-live.git"
|
|
@@ -537082,7 +537082,7 @@ var require_package9 = __commonJS({
|
|
|
537082
537082
|
"package.json"(exports2, module2) {
|
|
537083
537083
|
module2.exports = {
|
|
537084
537084
|
name: "@ledgerhq/live-cli",
|
|
537085
|
-
version: "24.18.
|
|
537085
|
+
version: "24.18.5-hotfix.0",
|
|
537086
537086
|
description: "ledger-live CLI version",
|
|
537087
537087
|
repository: {
|
|
537088
537088
|
type: "git",
|
|
@@ -833097,7 +833097,7 @@ var evmConfig = {
|
|
|
833097
833097
|
type: "ledger",
|
|
833098
833098
|
explorerId: "eth"
|
|
833099
833099
|
},
|
|
833100
|
-
showNfts:
|
|
833100
|
+
showNfts: true
|
|
833101
833101
|
}
|
|
833102
833102
|
},
|
|
833103
833103
|
config_currency_sonic: {
|
|
@@ -833259,7 +833259,7 @@ var evmConfig = {
|
|
|
833259
833259
|
type: "ledger",
|
|
833260
833260
|
explorerId: "matic"
|
|
833261
833261
|
},
|
|
833262
|
-
showNfts:
|
|
833262
|
+
showNfts: true
|
|
833263
833263
|
}
|
|
833264
833264
|
},
|
|
833265
833265
|
config_currency_reosc: {
|