@ledgerhq/live-cli 24.28.0-nightly.20251107095716 → 24.28.0-nightly.20251108023448
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 +3 -3
- package/package.json +2 -2
package/lib/cli.js
CHANGED
|
@@ -520281,7 +520281,7 @@ var require_package7 = __commonJS({
|
|
|
520281
520281
|
module2.exports = {
|
|
520282
520282
|
name: "@ledgerhq/live-common",
|
|
520283
520283
|
description: "Common ground for the Ledger Live apps",
|
|
520284
|
-
version: "34.53.0-nightly.
|
|
520284
|
+
version: "34.53.0-nightly.20251108023448",
|
|
520285
520285
|
repository: {
|
|
520286
520286
|
type: "git",
|
|
520287
520287
|
url: "https://github.com/LedgerHQ/ledger-live.git"
|
|
@@ -520620,7 +520620,7 @@ var require_package8 = __commonJS({
|
|
|
520620
520620
|
"package.json"(exports2, module2) {
|
|
520621
520621
|
module2.exports = {
|
|
520622
520622
|
name: "@ledgerhq/live-cli",
|
|
520623
|
-
version: "24.28.0-nightly.
|
|
520623
|
+
version: "24.28.0-nightly.20251108023448",
|
|
520624
520624
|
description: "ledger-live CLI version",
|
|
520625
520625
|
repository: {
|
|
520626
520626
|
type: "git",
|
|
@@ -626076,7 +626076,7 @@ var cosmosConfig = {
|
|
|
626076
626076
|
type: "object",
|
|
626077
626077
|
default: {
|
|
626078
626078
|
lcd: "https://osmo.coin.ledger.com",
|
|
626079
|
-
minGasPrice: 0.
|
|
626079
|
+
minGasPrice: 0.04,
|
|
626080
626080
|
ledgerValidator: "osmovaloper17cp6fxccqxrpj4zc00w2c7u6y0umc2jajsyc5t",
|
|
626081
626081
|
status: {
|
|
626082
626082
|
type: "active"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/live-cli",
|
|
3
|
-
"version": "24.28.0-nightly.
|
|
3
|
+
"version": "24.28.0-nightly.20251108023448",
|
|
4
4
|
"description": "ledger-live CLI version",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"tsup": "7.3.0",
|
|
60
60
|
"yaml": "2.8.1",
|
|
61
61
|
"@ledgerhq/types-cryptoassets": "^7.30.0",
|
|
62
|
-
"@ledgerhq/types-live": "^6.89.0-nightly.
|
|
62
|
+
"@ledgerhq/types-live": "^6.89.0-nightly.20251108023448"
|
|
63
63
|
},
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"directory": "dist"
|