@ledgerhq/live-common 34.33.0-nightly.4 → 34.33.0-nightly.5

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.
@@ -5,6 +5,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
5
5
  type: "object",
6
6
  default: {
7
7
  status: { type: "active" },
8
+ showNfts: false,
8
9
  },
9
10
  },
10
11
  config_currency_atheios: {
@@ -13,6 +14,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
13
14
  status: {
14
15
  type: "active",
15
16
  },
17
+ showNfts: false,
16
18
  },
17
19
  },
18
20
  config_currency_avalanche_c_chain: {
@@ -33,6 +35,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
33
35
  type: "ledger",
34
36
  explorerId: "avax",
35
37
  },
38
+ showNfts: false,
36
39
  },
37
40
  },
38
41
  config_currency_bsc: {
@@ -53,6 +56,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
53
56
  type: "ledger",
54
57
  explorerId: "bnb",
55
58
  },
59
+ showNfts: false,
56
60
  },
57
61
  },
58
62
  config_currency_callisto: {
@@ -61,6 +65,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
61
65
  status: {
62
66
  type: "active",
63
67
  },
68
+ showNfts: false,
64
69
  },
65
70
  },
66
71
  config_currency_dexon: {
@@ -69,6 +74,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
69
74
  status: {
70
75
  type: "active",
71
76
  },
77
+ showNfts: false,
72
78
  },
73
79
  },
74
80
  config_currency_ellaism: {
@@ -77,6 +83,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
77
83
  status: {
78
84
  type: "active",
79
85
  },
86
+ showNfts: false,
80
87
  },
81
88
  },
82
89
  config_currency_ethereum: {
@@ -97,6 +104,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
97
104
  type: "ledger",
98
105
  explorerId: "eth",
99
106
  },
107
+ showNfts: false,
100
108
  },
101
109
  },
102
110
  config_currency_sonic: {
@@ -111,6 +119,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
111
119
  type: "etherscan",
112
120
  uri: "https://proxyetherscan.api.live.ledger.com/v2/api/146",
113
121
  },
122
+ showNfts: false,
114
123
  },
115
124
  },
116
125
  config_currency_sonic_blaze: {
@@ -125,6 +134,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
125
134
  type: "etherscan",
126
135
  uri: "https://proxyetherscan.api.live.ledger.com/v2/api/57054",
127
136
  },
137
+ showNfts: false,
128
138
  },
129
139
  },
130
140
  config_currency_ethereum_classic: {
@@ -145,6 +155,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
145
155
  type: "ledger",
146
156
  explorerId: "etc",
147
157
  },
158
+ showNfts: false,
148
159
  },
149
160
  },
150
161
  config_currency_ether1: {
@@ -153,6 +164,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
153
164
  status: {
154
165
  type: "active",
155
166
  },
167
+ showNfts: false,
156
168
  },
157
169
  },
158
170
  config_currency_ethergem: {
@@ -161,6 +173,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
161
173
  status: {
162
174
  type: "active",
163
175
  },
176
+ showNfts: false,
164
177
  },
165
178
  },
166
179
  config_currency_ethersocial: {
@@ -169,6 +182,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
169
182
  status: {
170
183
  type: "active",
171
184
  },
185
+ showNfts: false,
172
186
  },
173
187
  },
174
188
  config_currency_expanse: {
@@ -177,6 +191,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
177
191
  status: {
178
192
  type: "active",
179
193
  },
194
+ showNfts: false,
180
195
  },
181
196
  },
182
197
  config_currency_gochain: {
@@ -185,6 +200,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
185
200
  status: {
186
201
  type: "active",
187
202
  },
203
+ showNfts: false,
188
204
  },
189
205
  },
190
206
  config_currency_hpb: {
@@ -193,6 +209,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
193
209
  status: {
194
210
  type: "active",
195
211
  },
212
+ showNfts: false,
196
213
  },
197
214
  },
198
215
  config_currency_mix: {
@@ -201,6 +218,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
201
218
  status: {
202
219
  type: "active",
203
220
  },
221
+ showNfts: false,
204
222
  },
205
223
  },
206
224
  config_currency_musicoin: {
@@ -209,6 +227,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
209
227
  status: {
210
228
  type: "active",
211
229
  },
230
+ showNfts: false,
212
231
  },
213
232
  },
214
233
  config_currency_pirl: {
@@ -225,6 +244,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
225
244
  status: {
226
245
  type: "active",
227
246
  },
247
+ showNfts: false,
228
248
  },
229
249
  },
230
250
  config_currency_polygon: {
@@ -246,6 +266,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
246
266
  type: "ledger",
247
267
  explorerId: "matic",
248
268
  },
269
+ showNfts: false,
249
270
  },
250
271
  },
251
272
  config_currency_reosc: {
@@ -254,6 +275,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
254
275
  status: {
255
276
  type: "active",
256
277
  },
278
+ showNfts: false,
257
279
  },
258
280
  },
259
281
  config_currency_thundercore: {
@@ -262,6 +284,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
262
284
  status: {
263
285
  type: "active",
264
286
  },
287
+ showNfts: false,
265
288
  },
266
289
  },
267
290
  config_currency_tomo: {
@@ -270,6 +293,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
270
293
  status: {
271
294
  type: "active",
272
295
  },
296
+ showNfts: false,
273
297
  },
274
298
  },
275
299
  config_currency_ubiq: {
@@ -278,6 +302,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
278
302
  status: {
279
303
  type: "active",
280
304
  },
305
+ showNfts: false,
281
306
  },
282
307
  },
283
308
  config_currency_wanchain: {
@@ -286,6 +311,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
286
311
  status: {
287
312
  type: "active",
288
313
  },
314
+ showNfts: false,
289
315
  },
290
316
  },
291
317
  config_currency_arbitrum: {
@@ -302,6 +328,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
302
328
  type: "blockscout",
303
329
  uri: "https://arbitrum.blockscout.com/api",
304
330
  },
331
+ showNfts: false,
305
332
  },
306
333
  },
307
334
  config_currency_cronos: {
@@ -318,6 +345,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
318
345
  type: "blockscout",
319
346
  uri: "https://cronos.org/explorer/api",
320
347
  },
348
+ showNfts: false,
321
349
  },
322
350
  },
323
351
  config_currency_fantom: {
@@ -334,6 +362,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
334
362
  type: "etherscan",
335
363
  uri: "https://proxyetherscan.api.live.ledger.com/v2/api/250",
336
364
  },
365
+ showNfts: false,
337
366
  },
338
367
  },
339
368
  config_currency_flare: {
@@ -350,6 +379,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
350
379
  type: "blockscout",
351
380
  uri: "https://flare-explorer.flare.network/api",
352
381
  },
382
+ showNfts: false,
353
383
  },
354
384
  },
355
385
  config_currency_songbird: {
@@ -366,6 +396,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
366
396
  type: "blockscout",
367
397
  uri: "https://songbird-explorer.flare.network/api",
368
398
  },
399
+ showNfts: false,
369
400
  },
370
401
  },
371
402
  config_currency_moonbeam: {
@@ -382,6 +413,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
382
413
  type: "etherscan",
383
414
  uri: "https://proxyetherscan.api.live.ledger.com/v2/api/1284",
384
415
  },
416
+ showNfts: false,
385
417
  },
386
418
  },
387
419
  config_currency_rsk: {
@@ -398,6 +430,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
398
430
  type: "blockscout",
399
431
  uri: "https://rootstock.blockscout.com/api",
400
432
  },
433
+ showNfts: false,
401
434
  },
402
435
  },
403
436
  config_currency_bittorrent: {
@@ -414,6 +447,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
414
447
  type: "etherscan",
415
448
  uri: "https://proxyetherscan.api.live.ledger.com/v2/api/199",
416
449
  },
450
+ showNfts: false,
417
451
  },
418
452
  },
419
453
  config_currency_optimism: {
@@ -430,6 +464,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
430
464
  type: "blockscout",
431
465
  uri: "https://optimism.blockscout.com/api",
432
466
  },
467
+ showNfts: false,
433
468
  },
434
469
  },
435
470
  config_currency_optimism_sepolia: {
@@ -438,6 +473,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
438
473
  status: { type: "active" },
439
474
  node: { type: "external", uri: "https://sepolia.optimism.io" },
440
475
  explorer: { type: "blockscout", uri: "https://optimism-sepolia.blockscout.com/api" },
476
+ showNfts: false,
441
477
  },
442
478
  },
443
479
  config_currency_energy_web: {
@@ -454,6 +490,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
454
490
  type: "blockscout",
455
491
  uri: "https://explorer.energyweb.org/api",
456
492
  },
493
+ showNfts: false,
457
494
  },
458
495
  },
459
496
  config_currency_astar: {
@@ -470,6 +507,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
470
507
  type: "blockscout",
471
508
  uri: "https://astar.blockscout.com/api",
472
509
  },
510
+ showNfts: false,
473
511
  },
474
512
  },
475
513
  config_currency_metis: {
@@ -486,6 +524,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
486
524
  type: "blockscout",
487
525
  uri: "https://api.routescan.io/v2/network/mainnet/evm/1088/etherscan/api",
488
526
  },
527
+ showNfts: false,
489
528
  },
490
529
  },
491
530
  config_currency_boba: {
@@ -502,6 +541,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
502
541
  type: "etherscan",
503
542
  uri: "https://api.routescan.io/v2/network/mainnet/evm/288/etherscan",
504
543
  },
544
+ showNfts: false,
505
545
  },
506
546
  },
507
547
  config_currency_moonriver: {
@@ -518,6 +558,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
518
558
  type: "etherscan",
519
559
  uri: "https://proxyetherscan.api.live.ledger.com/v2/api/1285",
520
560
  },
561
+ showNfts: false,
521
562
  },
522
563
  },
523
564
  config_currency_velas_evm: {
@@ -534,6 +575,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
534
575
  type: "blockscout",
535
576
  uri: "https://evmexplorer.velas.com/api",
536
577
  },
578
+ showNfts: false,
537
579
  },
538
580
  },
539
581
  config_currency_syscoin: {
@@ -550,6 +592,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
550
592
  type: "blockscout",
551
593
  uri: "https://explorer.syscoin.org/api",
552
594
  },
595
+ showNfts: false,
553
596
  },
554
597
  },
555
598
  config_currency_telos_evm: {
@@ -566,6 +609,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
566
609
  type: "teloscan",
567
610
  uri: "https://api.teloscan.io/api",
568
611
  },
612
+ showNfts: false,
569
613
  },
570
614
  },
571
615
  config_currency_polygon_zk_evm: {
@@ -582,6 +626,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
582
626
  type: "blockscout",
583
627
  uri: "https://explorer-ui.cardona.zkevm-rpc.com/api",
584
628
  },
629
+ showNfts: false,
585
630
  },
586
631
  },
587
632
  config_currency_base: {
@@ -598,6 +643,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
598
643
  type: "blockscout",
599
644
  uri: "https://base.blockscout.com/api",
600
645
  },
646
+ showNfts: false,
601
647
  },
602
648
  },
603
649
  config_currency_klaytn: {
@@ -614,6 +660,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
614
660
  type: "klaytnfinder",
615
661
  uri: "https://cypress-oapi.klaytnfinder.io/api",
616
662
  },
663
+ showNfts: false,
617
664
  },
618
665
  },
619
666
  config_currency_neon_evm: {
@@ -630,6 +677,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
630
677
  type: "blockscout",
631
678
  uri: "https://neon.blockscout.com/api",
632
679
  },
680
+ showNfts: false,
633
681
  },
634
682
  },
635
683
  config_currency_lukso: {
@@ -646,6 +694,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
646
694
  type: "blockscout",
647
695
  uri: "https://explorer.execution.mainnet.lukso.network/api/v1/",
648
696
  },
697
+ showNfts: false,
649
698
  },
650
699
  },
651
700
  config_currency_linea: {
@@ -662,6 +711,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
662
711
  type: "etherscan",
663
712
  uri: "https://proxyetherscan.api.live.ledger.com/v2/api/59144",
664
713
  },
714
+ showNfts: false,
665
715
  },
666
716
  },
667
717
  // testnets
@@ -672,6 +722,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
672
722
  node: { type: "ledger", explorerId: "eth_sepolia" },
673
723
  explorer: { type: "ledger", explorerId: "eth_sepolia" },
674
724
  gasTracker: { type: "ledger", explorerId: "eth_sepolia" },
725
+ showNfts: false,
675
726
  },
676
727
  },
677
728
  config_currency_ethereum_holesky: {
@@ -681,6 +732,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
681
732
  node: { type: "ledger", explorerId: "eth_holesky" },
682
733
  explorer: { type: "ledger", explorerId: "eth_holesky" },
683
734
  gasTracker: { type: "ledger", explorerId: "eth_holesky" },
735
+ showNfts: false,
684
736
  },
685
737
  },
686
738
  config_currency_arbitrum_sepolia: {
@@ -691,6 +743,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
691
743
  type: "etherscan",
692
744
  uri: "https://proxyetherscan.api.live.ledger.com/v2/api/421614",
693
745
  },
746
+ showNfts: false,
694
747
  },
695
748
  },
696
749
  config_currency_polygon_zk_evm_testnet: {
@@ -702,6 +755,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
702
755
  type: "etherscan",
703
756
  uri: "https://proxyetherscan.api.live.ledger.com/v2/api/1442",
704
757
  },
758
+ showNfts: false,
705
759
  },
706
760
  },
707
761
  config_currency_base_sepolia: {
@@ -710,6 +764,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
710
764
  status: { type: "active" },
711
765
  node: { type: "external", uri: "https://sepolia.base.org" },
712
766
  explorer: { type: "blockscout", uri: "https://base-sepolia.blockscout.com/api" },
767
+ showNfts: false,
713
768
  },
714
769
  },
715
770
  config_currency_linea_sepolia: {
@@ -721,6 +776,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
721
776
  type: "etherscan",
722
777
  uri: "https://proxyetherscan.api.live.ledger.com/v2/api/59141",
723
778
  },
779
+ showNfts: false,
724
780
  },
725
781
  },
726
782
  config_currency_blast: {
@@ -729,6 +785,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
729
785
  status: { type: "active" },
730
786
  node: { type: "external", uri: "https://rpc.blast.io" },
731
787
  explorer: { type: "blockscout", uri: "https://blast.blockscout.com/api" },
788
+ showNfts: false,
732
789
  },
733
790
  },
734
791
  config_currency_blast_sepolia: {
@@ -737,6 +794,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
737
794
  status: { type: "active" },
738
795
  node: { type: "external", uri: "https://sepolia.blast.io" },
739
796
  explorer: { type: "blockscout", uri: "https://blast-testnet.blockscout.com/api" },
797
+ showNfts: false,
740
798
  },
741
799
  },
742
800
  config_currency_scroll: {
@@ -745,6 +803,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
745
803
  status: { type: "active" },
746
804
  node: { type: "external", uri: "https://rpc.scroll.io" },
747
805
  explorer: { type: "blockscout", uri: "https://scroll.blockscout.com/api" },
806
+ showNfts: false,
748
807
  },
749
808
  },
750
809
  config_currency_scroll_sepolia: {
@@ -753,6 +812,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
753
812
  status: { type: "active" },
754
813
  node: { type: "external", uri: "https://sepolia-rpc.scroll.io" },
755
814
  explorer: { type: "blockscout", uri: "https://scroll-sepolia.blockscout.com/api" },
815
+ showNfts: false,
756
816
  },
757
817
  },
758
818
  config_currency_etherlink: {
@@ -761,6 +821,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
761
821
  status: { type: "active" },
762
822
  node: { type: "external", uri: "https://node.mainnet.etherlink.com" },
763
823
  explorer: { type: "blockscout", uri: "https://explorer.etherlink.com/api" },
824
+ showNfts: false,
764
825
  },
765
826
  },
766
827
  config_currency_zksync: {
@@ -769,6 +830,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
769
830
  status: { type: "active" },
770
831
  node: { type: "external", uri: "https://mainnet.era.zksync.io" },
771
832
  explorer: { type: "blockscout", uri: "https://zksync.blockscout.com/api" },
833
+ showNfts: false,
772
834
  },
773
835
  },
774
836
  config_currency_zksync_sepolia: {
@@ -777,6 +839,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
777
839
  status: { type: "active" },
778
840
  node: { type: "external", uri: "https://sepolia.era.zksync.dev" },
779
841
  explorer: { type: "blockscout", uri: "https://zksync-sepolia.blockscout.com/api" },
842
+ showNfts: false,
780
843
  },
781
844
  },
782
845
  };
@@ -109,6 +109,7 @@ const validatorsMap = {
109
109
  version: "1",
110
110
  validatorsWithMeta: [],
111
111
  validators,
112
+ splTokens: null,
112
113
  } as SolanaPreloadDataV1;
113
114
 
114
115
  describe("solana/banner", () => {