@ledgerhq/live-cli 24.19.5-nightly.1 → 24.20.0-nightly.2
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 +132 -5
- package/package.json +3 -3
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.42.0-nightly.
|
|
516674
|
+
version: "34.42.0-nightly.2",
|
|
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.
|
|
523475
|
+
version: "24.20.0-nightly.2",
|
|
523476
523476
|
description: "ledger-live CLI version",
|
|
523477
523477
|
repository: {
|
|
523478
523478
|
type: "git",
|
|
@@ -533245,6 +533245,72 @@ var cryptocurrenciesById = {
|
|
|
533245
533245
|
}
|
|
533246
533246
|
]
|
|
533247
533247
|
},
|
|
533248
|
+
berachain: {
|
|
533249
|
+
type: "CryptoCurrency",
|
|
533250
|
+
id: "berachain",
|
|
533251
|
+
coinType: CoinType.ETH,
|
|
533252
|
+
name: "Berachain",
|
|
533253
|
+
managerAppName: "Ethereum",
|
|
533254
|
+
ticker: "BERA",
|
|
533255
|
+
scheme: "berachain",
|
|
533256
|
+
color: "#814625",
|
|
533257
|
+
family: "evm",
|
|
533258
|
+
units: ethereumUnits("BERA", "BERA"),
|
|
533259
|
+
ethereumLikeInfo: {
|
|
533260
|
+
chainId: 80094
|
|
533261
|
+
},
|
|
533262
|
+
explorerViews: [
|
|
533263
|
+
{
|
|
533264
|
+
tx: "https://berascan.com/tx/$hash",
|
|
533265
|
+
address: "https://berascan.com/address/$address",
|
|
533266
|
+
token: "https://berascan.com/token/$contractAddress?a=$address"
|
|
533267
|
+
}
|
|
533268
|
+
]
|
|
533269
|
+
},
|
|
533270
|
+
sei_network_evm: {
|
|
533271
|
+
type: "CryptoCurrency",
|
|
533272
|
+
id: "sei_network_evm",
|
|
533273
|
+
coinType: CoinType.ETH,
|
|
533274
|
+
name: "SEI Network EVM",
|
|
533275
|
+
managerAppName: "Ethereum",
|
|
533276
|
+
ticker: "SEI",
|
|
533277
|
+
scheme: "sei",
|
|
533278
|
+
color: "#89395b",
|
|
533279
|
+
family: "evm",
|
|
533280
|
+
units: ethereumUnits("SEI", "SEI"),
|
|
533281
|
+
ethereumLikeInfo: {
|
|
533282
|
+
chainId: 1329
|
|
533283
|
+
},
|
|
533284
|
+
explorerViews: [
|
|
533285
|
+
{
|
|
533286
|
+
tx: "https://seistream.app/transactions/$hash",
|
|
533287
|
+
address: "https://seistream.app/account/$address",
|
|
533288
|
+
token: "https://seistream.app/tokens/$address"
|
|
533289
|
+
}
|
|
533290
|
+
]
|
|
533291
|
+
},
|
|
533292
|
+
hyperevm: {
|
|
533293
|
+
type: "CryptoCurrency",
|
|
533294
|
+
id: "hyperevm",
|
|
533295
|
+
coinType: CoinType.ETH,
|
|
533296
|
+
name: "HyperEVM",
|
|
533297
|
+
managerAppName: "Ethereum",
|
|
533298
|
+
ticker: "HYPE",
|
|
533299
|
+
scheme: "hyperevm",
|
|
533300
|
+
color: "#97FCE4",
|
|
533301
|
+
family: "evm",
|
|
533302
|
+
units: ethereumUnits("HYPE", "HYPE"),
|
|
533303
|
+
ethereumLikeInfo: {
|
|
533304
|
+
chainId: 999
|
|
533305
|
+
},
|
|
533306
|
+
explorerViews: [
|
|
533307
|
+
{
|
|
533308
|
+
tx: "https://www.hyperscan.com/tx/$hash",
|
|
533309
|
+
address: "https://www.hyperscan.com/address/$address",
|
|
533310
|
+
token: "https://www.hyperscan.com/token/$contractAddress"
|
|
533311
|
+
}
|
|
533312
|
+
]
|
|
533313
|
+
},
|
|
533248
533314
|
polygon_zk_evm: {
|
|
533249
533315
|
type: "CryptoCurrency",
|
|
533250
533316
|
id: "polygon_zk_evm",
|
|
@@ -534431,7 +534497,10 @@ var abandonSeedAddresses = {
|
|
|
534431
534497
|
sonic: EVM_DEAD_ADDRESS,
|
|
534432
534498
|
sonic_blaze: EVM_DEAD_ADDRESS,
|
|
534433
534499
|
mina: "B62qmphduibdMJQjEvnnDizL9kVV4ripuiE9adR2wsqtegJaxHJzCic",
|
|
534434
|
-
babylon: "bbn1vh34djka7ug2gww9njrsmmr7emj3dx3paz5sj4"
|
|
534500
|
+
babylon: "bbn1vh34djka7ug2gww9njrsmmr7emj3dx3paz5sj4",
|
|
534501
|
+
hyperevm: EVM_DEAD_ADDRESS,
|
|
534502
|
+
sei_network_evm: EVM_DEAD_ADDRESS,
|
|
534503
|
+
berachain: EVM_DEAD_ADDRESS
|
|
534435
534504
|
};
|
|
534436
534505
|
var getAbandonSeedAddress = (currencyId) => {
|
|
534437
534506
|
(0, import_invariant.default)(abandonSeedAddresses[currencyId] !== void 0, `No abandonseed available for ${currencyId}`);
|
|
@@ -544906,6 +544975,9 @@ setSupportedCurrencies([
|
|
|
544906
544975
|
"base_sepolia",
|
|
544907
544976
|
"stacks",
|
|
544908
544977
|
"telos_evm",
|
|
544978
|
+
"sei_network_evm",
|
|
544979
|
+
"berachain",
|
|
544980
|
+
"hyperevm",
|
|
544909
544981
|
"coreum",
|
|
544910
544982
|
"injective",
|
|
544911
544983
|
"casper",
|
|
@@ -762923,7 +762995,8 @@ var TokenAccountExtensions = array3(union3([
|
|
|
762923
762995
|
\u0421piGuardExt,
|
|
762924
762996
|
NonTransferableAccountExt,
|
|
762925
762997
|
ConfidentialTransferFeeAmountExt,
|
|
762926
|
-
TransferHookAccountExt
|
|
762998
|
+
TransferHookAccountExt,
|
|
762999
|
+
UnknownExt
|
|
762927
763000
|
]));
|
|
762928
763001
|
var MintExtensionType = enums([
|
|
762929
763002
|
"transferFeeConfig",
|
|
@@ -820454,6 +820527,57 @@ var evmConfig = {
|
|
|
820454
820527
|
showNfts: false
|
|
820455
820528
|
}
|
|
820456
820529
|
},
|
|
820530
|
+
config_currency_sei_network_evm: {
|
|
820531
|
+
type: "object",
|
|
820532
|
+
default: {
|
|
820533
|
+
status: {
|
|
820534
|
+
type: "active"
|
|
820535
|
+
},
|
|
820536
|
+
node: {
|
|
820537
|
+
type: "external",
|
|
820538
|
+
uri: "https://sei-evm-rpc.publicnode.com"
|
|
820539
|
+
},
|
|
820540
|
+
explorer: {
|
|
820541
|
+
type: "etherscan",
|
|
820542
|
+
uri: "https://proxyetherscan.api.live.ledger.com/v2/api/1329"
|
|
820543
|
+
},
|
|
820544
|
+
showNfts: false
|
|
820545
|
+
}
|
|
820546
|
+
},
|
|
820547
|
+
config_currency_berachain: {
|
|
820548
|
+
type: "object",
|
|
820549
|
+
default: {
|
|
820550
|
+
status: {
|
|
820551
|
+
type: "active"
|
|
820552
|
+
},
|
|
820553
|
+
node: {
|
|
820554
|
+
type: "external",
|
|
820555
|
+
uri: "https://rpc.berachain.com"
|
|
820556
|
+
},
|
|
820557
|
+
explorer: {
|
|
820558
|
+
type: "etherscan",
|
|
820559
|
+
uri: "https://proxyetherscan.api.live.ledger.com/v2/api/80094"
|
|
820560
|
+
},
|
|
820561
|
+
showNfts: false
|
|
820562
|
+
}
|
|
820563
|
+
},
|
|
820564
|
+
config_currency_hyperevm: {
|
|
820565
|
+
type: "object",
|
|
820566
|
+
default: {
|
|
820567
|
+
status: {
|
|
820568
|
+
type: "active"
|
|
820569
|
+
},
|
|
820570
|
+
node: {
|
|
820571
|
+
type: "external",
|
|
820572
|
+
uri: "https://rpc.hypurrscan.io"
|
|
820573
|
+
},
|
|
820574
|
+
explorer: {
|
|
820575
|
+
type: "etherscan",
|
|
820576
|
+
uri: "https://proxyetherscan.api.live.ledger.com/v2/api/999"
|
|
820577
|
+
},
|
|
820578
|
+
showNfts: false
|
|
820579
|
+
}
|
|
820580
|
+
},
|
|
820457
820581
|
config_currency_polygon_zk_evm: {
|
|
820458
820582
|
type: "object",
|
|
820459
820583
|
default: {
|
|
@@ -823824,7 +823948,10 @@ var minBalancePerCurrencyId = {
|
|
|
823824
823948
|
linea: 1e-3,
|
|
823825
823949
|
linea_sepolia: 1e-3,
|
|
823826
823950
|
blast: 1e-3,
|
|
823827
|
-
blast_sepolia: 1e-3
|
|
823951
|
+
blast_sepolia: 1e-3,
|
|
823952
|
+
hyperevm: 1e-3,
|
|
823953
|
+
berachain: 1e-3,
|
|
823954
|
+
sei_network_evm: 1e-3
|
|
823828
823955
|
};
|
|
823829
823956
|
var testCoinDestination = (args3) => {
|
|
823830
823957
|
const { sendingAccount } = args3;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/live-cli",
|
|
3
|
-
"version": "24.
|
|
3
|
+
"version": "24.20.0-nightly.2",
|
|
4
4
|
"description": "ledger-live CLI version",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"@types/ws": "8.5.10",
|
|
58
58
|
"ts-node": "10.9.2",
|
|
59
59
|
"tsup": "7.3.0",
|
|
60
|
-
"@ledgerhq/types-cryptoassets": "^7.
|
|
61
|
-
"@ledgerhq/types-live": "^6.
|
|
60
|
+
"@ledgerhq/types-cryptoassets": "^7.24.0-nightly.0",
|
|
61
|
+
"@ledgerhq/types-live": "^6.78.0-nightly.0"
|
|
62
62
|
},
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"directory": "dist"
|