@ledgerhq/cryptoassets 9.5.0-nightly.0 → 9.5.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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +11 -1
- package/lib/abandonseed.d.ts.map +1 -1
- package/lib/abandonseed.js +4 -0
- package/lib/abandonseed.js.map +1 -1
- package/lib/currencies.d.ts.map +1 -1
- package/lib/currencies.js +350 -29
- package/lib/currencies.js.map +1 -1
- package/lib-es/abandonseed.d.ts.map +1 -1
- package/lib-es/abandonseed.js +4 -0
- package/lib-es/abandonseed.js.map +1 -1
- package/lib-es/currencies.d.ts.map +1 -1
- package/lib-es/currencies.js +350 -29
- package/lib-es/currencies.js.map +1 -1
- package/package.json +2 -2
- package/src/abandonseed.ts +4 -0
- package/src/currencies.ts +350 -29
package/src/currencies.ts
CHANGED
|
@@ -284,6 +284,36 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
284
284
|
keywords: ["avax", "avalanche", "c-chain"],
|
|
285
285
|
explorerId: "avax",
|
|
286
286
|
},
|
|
287
|
+
axelar: {
|
|
288
|
+
type: "CryptoCurrency",
|
|
289
|
+
id: "axelar",
|
|
290
|
+
coinType: CoinType.ATOM,
|
|
291
|
+
name: "Axelar",
|
|
292
|
+
managerAppName: "Cosmos",
|
|
293
|
+
ticker: "AXL",
|
|
294
|
+
countervalueTicker: "axelar",
|
|
295
|
+
scheme: "axelar",
|
|
296
|
+
color: "#b2b6bc",
|
|
297
|
+
family: "cosmos",
|
|
298
|
+
units: [
|
|
299
|
+
{
|
|
300
|
+
name: "Axelar",
|
|
301
|
+
code: "AXL",
|
|
302
|
+
magnitude: 6,
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
name: "Micro-Axelar",
|
|
306
|
+
code: "uaxl",
|
|
307
|
+
magnitude: 0,
|
|
308
|
+
},
|
|
309
|
+
],
|
|
310
|
+
explorerViews: [
|
|
311
|
+
{
|
|
312
|
+
tx: "https://www.mintscan.io/axelar/txs/$hash",
|
|
313
|
+
address: "https://www.mintscan.io/axelar/validators/$address",
|
|
314
|
+
},
|
|
315
|
+
],
|
|
316
|
+
},
|
|
287
317
|
banano: {
|
|
288
318
|
type: "CryptoCurrency",
|
|
289
319
|
id: "banano",
|
|
@@ -303,6 +333,35 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
303
333
|
],
|
|
304
334
|
explorerViews: [],
|
|
305
335
|
},
|
|
336
|
+
binance_beacon_chain: {
|
|
337
|
+
type: "CryptoCurrency",
|
|
338
|
+
id: "binance_beacon_chain",
|
|
339
|
+
coinType: CoinType.ATOM,
|
|
340
|
+
name: "BinanceBeaconChain",
|
|
341
|
+
managerAppName: "Cosmos",
|
|
342
|
+
ticker: "BNB",
|
|
343
|
+
scheme: "BinanceBeaconChain",
|
|
344
|
+
color: "#f0b90b",
|
|
345
|
+
family: "cosmos",
|
|
346
|
+
units: [
|
|
347
|
+
{
|
|
348
|
+
name: "BNB",
|
|
349
|
+
code: "BNB",
|
|
350
|
+
magnitude: 6,
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
name: "Micro-BNB",
|
|
354
|
+
code: "ubnb",
|
|
355
|
+
magnitude: 0,
|
|
356
|
+
},
|
|
357
|
+
],
|
|
358
|
+
explorerViews: [
|
|
359
|
+
{
|
|
360
|
+
tx: "https://binance.mintscan.io/txs/$hash",
|
|
361
|
+
address: "https://binance.mintscan.io/validators/$address",
|
|
362
|
+
},
|
|
363
|
+
],
|
|
364
|
+
},
|
|
306
365
|
bitcoin: {
|
|
307
366
|
type: "CryptoCurrency",
|
|
308
367
|
id: "bitcoin",
|
|
@@ -793,6 +852,35 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
793
852
|
],
|
|
794
853
|
explorerId: "dcr",
|
|
795
854
|
},
|
|
855
|
+
desmos: {
|
|
856
|
+
type: "CryptoCurrency",
|
|
857
|
+
id: "desmos",
|
|
858
|
+
coinType: CoinType.ATOM,
|
|
859
|
+
name: "Desmos",
|
|
860
|
+
managerAppName: "Cosmos",
|
|
861
|
+
ticker: "DSM",
|
|
862
|
+
scheme: "desmos",
|
|
863
|
+
color: "#ed6c53",
|
|
864
|
+
family: "cosmos",
|
|
865
|
+
units: [
|
|
866
|
+
{
|
|
867
|
+
name: "Desmos",
|
|
868
|
+
code: "DSM",
|
|
869
|
+
magnitude: 6,
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
name: "Micro-Desmos",
|
|
873
|
+
code: "udsm",
|
|
874
|
+
magnitude: 0,
|
|
875
|
+
},
|
|
876
|
+
],
|
|
877
|
+
explorerViews: [
|
|
878
|
+
{
|
|
879
|
+
tx: "https://www.mintscan.io/desmos/txs/$hash",
|
|
880
|
+
address: "https://www.mintscan.io/desmos/validators/$address",
|
|
881
|
+
},
|
|
882
|
+
],
|
|
883
|
+
},
|
|
796
884
|
dexon: {
|
|
797
885
|
type: "CryptoCurrency",
|
|
798
886
|
id: "dexon",
|
|
@@ -1854,6 +1942,64 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
1854
1942
|
],
|
|
1855
1943
|
explorerViews: [],
|
|
1856
1944
|
},
|
|
1945
|
+
nyx: {
|
|
1946
|
+
type: "CryptoCurrency",
|
|
1947
|
+
id: "nyx",
|
|
1948
|
+
coinType: CoinType.ATOM,
|
|
1949
|
+
name: "Nyx",
|
|
1950
|
+
managerAppName: "Cosmos",
|
|
1951
|
+
ticker: "NYX",
|
|
1952
|
+
scheme: "nyx",
|
|
1953
|
+
color: "#5f82c8",
|
|
1954
|
+
family: "cosmos",
|
|
1955
|
+
units: [
|
|
1956
|
+
{
|
|
1957
|
+
name: "Nyx",
|
|
1958
|
+
code: "NYX",
|
|
1959
|
+
magnitude: 6,
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
name: "Micro-Nyx",
|
|
1963
|
+
code: "unyx",
|
|
1964
|
+
magnitude: 0,
|
|
1965
|
+
},
|
|
1966
|
+
],
|
|
1967
|
+
explorerViews: [
|
|
1968
|
+
{
|
|
1969
|
+
tx: "https://www.mintscan.io/nyx/txs/$hash",
|
|
1970
|
+
address: "https://www.mintscan.io/nyx/validators/$address",
|
|
1971
|
+
},
|
|
1972
|
+
],
|
|
1973
|
+
},
|
|
1974
|
+
onomy: {
|
|
1975
|
+
type: "CryptoCurrency",
|
|
1976
|
+
id: "onomy",
|
|
1977
|
+
coinType: CoinType.ATOM,
|
|
1978
|
+
name: "Onomy",
|
|
1979
|
+
managerAppName: "Cosmos",
|
|
1980
|
+
ticker: "NOM",
|
|
1981
|
+
scheme: "onomy",
|
|
1982
|
+
color: "#8c94d3",
|
|
1983
|
+
family: "cosmos",
|
|
1984
|
+
units: [
|
|
1985
|
+
{
|
|
1986
|
+
name: "Onomy",
|
|
1987
|
+
code: "NOM",
|
|
1988
|
+
magnitude: 18,
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
name: "Micro-Onomy",
|
|
1992
|
+
code: "anom",
|
|
1993
|
+
magnitude: 0,
|
|
1994
|
+
},
|
|
1995
|
+
],
|
|
1996
|
+
explorerViews: [
|
|
1997
|
+
{
|
|
1998
|
+
tx: "https://www.mintscan.io/onomy-protocol/txs/$hash",
|
|
1999
|
+
address: "https://www.mintscan.io/onomy-protocl/validators/$address",
|
|
2000
|
+
},
|
|
2001
|
+
],
|
|
2002
|
+
},
|
|
1857
2003
|
ontology: {
|
|
1858
2004
|
type: "CryptoCurrency",
|
|
1859
2005
|
id: "ontology",
|
|
@@ -1937,6 +2083,35 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
1937
2083
|
],
|
|
1938
2084
|
explorerId: "ppc",
|
|
1939
2085
|
},
|
|
2086
|
+
persistence: {
|
|
2087
|
+
type: "CryptoCurrency",
|
|
2088
|
+
id: "persistence",
|
|
2089
|
+
coinType: CoinType.ATOM,
|
|
2090
|
+
name: "Persistence",
|
|
2091
|
+
managerAppName: "Cosmos",
|
|
2092
|
+
ticker: "XPRT",
|
|
2093
|
+
scheme: "persistence",
|
|
2094
|
+
color: "#e50a13",
|
|
2095
|
+
family: "cosmos",
|
|
2096
|
+
units: [
|
|
2097
|
+
{
|
|
2098
|
+
name: "Persistence",
|
|
2099
|
+
code: "XPRT",
|
|
2100
|
+
magnitude: 6,
|
|
2101
|
+
},
|
|
2102
|
+
{
|
|
2103
|
+
name: "Micro-Persistence",
|
|
2104
|
+
code: "uxprt",
|
|
2105
|
+
magnitude: 0,
|
|
2106
|
+
},
|
|
2107
|
+
],
|
|
2108
|
+
explorerViews: [
|
|
2109
|
+
{
|
|
2110
|
+
tx: "https://www.mintscan.io/persistence/txs/$hash",
|
|
2111
|
+
address: "https://www.mintscan.io/persistence/validators/$address",
|
|
2112
|
+
},
|
|
2113
|
+
],
|
|
2114
|
+
},
|
|
1940
2115
|
pirl: {
|
|
1941
2116
|
type: "CryptoCurrency",
|
|
1942
2117
|
id: "pirl",
|
|
@@ -2184,6 +2359,35 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
2184
2359
|
],
|
|
2185
2360
|
explorerId: "qtum",
|
|
2186
2361
|
},
|
|
2362
|
+
quicksilver: {
|
|
2363
|
+
type: "CryptoCurrency",
|
|
2364
|
+
id: "quicksilver",
|
|
2365
|
+
coinType: CoinType.ATOM,
|
|
2366
|
+
name: "Quicksilver",
|
|
2367
|
+
managerAppName: "Cosmos",
|
|
2368
|
+
ticker: "QCK",
|
|
2369
|
+
scheme: "quicksilver",
|
|
2370
|
+
color: "#9b9b9b",
|
|
2371
|
+
family: "cosmos",
|
|
2372
|
+
units: [
|
|
2373
|
+
{
|
|
2374
|
+
name: "Quicksilver",
|
|
2375
|
+
code: "QCK",
|
|
2376
|
+
magnitude: 6,
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
name: "Micro-Quicksilver",
|
|
2380
|
+
code: "uqck",
|
|
2381
|
+
magnitude: 0,
|
|
2382
|
+
},
|
|
2383
|
+
],
|
|
2384
|
+
explorerViews: [
|
|
2385
|
+
{
|
|
2386
|
+
tx: "https://www.mintscan.io/quicksilver/txs/$hash",
|
|
2387
|
+
address: "https://www.mintscan.io/quicksilver/validators/$address",
|
|
2388
|
+
},
|
|
2389
|
+
],
|
|
2390
|
+
},
|
|
2187
2391
|
ravencoin: {
|
|
2188
2392
|
type: "CryptoCurrency",
|
|
2189
2393
|
id: "ravencoin",
|
|
@@ -2304,6 +2508,64 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
2304
2508
|
],
|
|
2305
2509
|
explorerViews: [],
|
|
2306
2510
|
},
|
|
2511
|
+
secret_network: {
|
|
2512
|
+
type: "CryptoCurrency",
|
|
2513
|
+
id: "secret_network",
|
|
2514
|
+
coinType: CoinType.ATOM,
|
|
2515
|
+
name: "SecretNetwork",
|
|
2516
|
+
managerAppName: "Cosmos",
|
|
2517
|
+
ticker: "SCRT",
|
|
2518
|
+
scheme: "secret_network",
|
|
2519
|
+
color: "#a3b0bd",
|
|
2520
|
+
family: "cosmos",
|
|
2521
|
+
units: [
|
|
2522
|
+
{
|
|
2523
|
+
name: "Secret",
|
|
2524
|
+
code: "SCRT",
|
|
2525
|
+
magnitude: 6,
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
name: "Micro-Secret",
|
|
2529
|
+
code: "uscrt",
|
|
2530
|
+
magnitude: 0,
|
|
2531
|
+
},
|
|
2532
|
+
],
|
|
2533
|
+
explorerViews: [
|
|
2534
|
+
{
|
|
2535
|
+
tx: "https://www.mintscan.io/secret/txs/$hash",
|
|
2536
|
+
address: "https://www.mintscan.io/secret/validators/$address",
|
|
2537
|
+
},
|
|
2538
|
+
],
|
|
2539
|
+
},
|
|
2540
|
+
sei_network: {
|
|
2541
|
+
type: "CryptoCurrency",
|
|
2542
|
+
id: "sei_network",
|
|
2543
|
+
coinType: CoinType.ATOM,
|
|
2544
|
+
name: "SeiNetwork",
|
|
2545
|
+
managerAppName: "Cosmos",
|
|
2546
|
+
ticker: "SEI",
|
|
2547
|
+
scheme: "sei_network",
|
|
2548
|
+
color: "#89395b",
|
|
2549
|
+
family: "cosmos",
|
|
2550
|
+
units: [
|
|
2551
|
+
{
|
|
2552
|
+
name: "SEI",
|
|
2553
|
+
code: "SEI",
|
|
2554
|
+
magnitude: 6,
|
|
2555
|
+
},
|
|
2556
|
+
{
|
|
2557
|
+
name: "Micro-SEI",
|
|
2558
|
+
code: "usei",
|
|
2559
|
+
magnitude: 0,
|
|
2560
|
+
},
|
|
2561
|
+
],
|
|
2562
|
+
explorerViews: [
|
|
2563
|
+
{
|
|
2564
|
+
tx: "https://www.mintscan.io/sei/txs/$hash",
|
|
2565
|
+
address: "https://www.mintscan.io/sei/validators/$address",
|
|
2566
|
+
},
|
|
2567
|
+
],
|
|
2568
|
+
},
|
|
2307
2569
|
solana: {
|
|
2308
2570
|
type: "CryptoCurrency",
|
|
2309
2571
|
id: "solana",
|
|
@@ -2378,6 +2640,36 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
2378
2640
|
],
|
|
2379
2641
|
explorerId: "xsn",
|
|
2380
2642
|
},
|
|
2643
|
+
stargaze: {
|
|
2644
|
+
type: "CryptoCurrency",
|
|
2645
|
+
id: "stargaze",
|
|
2646
|
+
coinType: CoinType.ATOM,
|
|
2647
|
+
name: "Stargaze",
|
|
2648
|
+
managerAppName: "Cosmos",
|
|
2649
|
+
ticker: "STARS",
|
|
2650
|
+
countervalueTicker: "stargaze",
|
|
2651
|
+
scheme: "stargaze",
|
|
2652
|
+
color: "#e38cd4",
|
|
2653
|
+
family: "cosmos",
|
|
2654
|
+
units: [
|
|
2655
|
+
{
|
|
2656
|
+
name: "Stargaze",
|
|
2657
|
+
code: "STARS",
|
|
2658
|
+
magnitude: 6,
|
|
2659
|
+
},
|
|
2660
|
+
{
|
|
2661
|
+
name: "Micro-Stargaze",
|
|
2662
|
+
code: "ustars",
|
|
2663
|
+
magnitude: 0,
|
|
2664
|
+
},
|
|
2665
|
+
],
|
|
2666
|
+
explorerViews: [
|
|
2667
|
+
{
|
|
2668
|
+
tx: "https://www.mintscan.io/stargaze/txs/$hash",
|
|
2669
|
+
address: "https://www.mintscan.io/stargaze/validators/$address",
|
|
2670
|
+
},
|
|
2671
|
+
],
|
|
2672
|
+
},
|
|
2381
2673
|
stratis: {
|
|
2382
2674
|
terminated: {
|
|
2383
2675
|
link: "https://support.ledger.com/",
|
|
@@ -2516,35 +2808,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
2516
2808
|
},
|
|
2517
2809
|
],
|
|
2518
2810
|
},
|
|
2519
|
-
juno: {
|
|
2520
|
-
type: "CryptoCurrency",
|
|
2521
|
-
id: "juno",
|
|
2522
|
-
coinType: CoinType.ATOM,
|
|
2523
|
-
name: "Juno",
|
|
2524
|
-
managerAppName: "Cosmos",
|
|
2525
|
-
ticker: "JUNO",
|
|
2526
|
-
scheme: "juno",
|
|
2527
|
-
color: "#493c9b",
|
|
2528
|
-
family: "cosmos",
|
|
2529
|
-
units: [
|
|
2530
|
-
{
|
|
2531
|
-
name: "Juno",
|
|
2532
|
-
code: "JUNO",
|
|
2533
|
-
magnitude: 6,
|
|
2534
|
-
},
|
|
2535
|
-
{
|
|
2536
|
-
name: "Micro-JUNO",
|
|
2537
|
-
code: "ujuno",
|
|
2538
|
-
magnitude: 0,
|
|
2539
|
-
},
|
|
2540
|
-
],
|
|
2541
|
-
explorerViews: [
|
|
2542
|
-
{
|
|
2543
|
-
tx: "https://www.mintscan.io/juno/txs/$hash",
|
|
2544
|
-
address: "https://www.mintscan.io/juno/validators/$address",
|
|
2545
|
-
},
|
|
2546
|
-
],
|
|
2547
|
-
},
|
|
2548
2811
|
shyft: {
|
|
2549
2812
|
type: "CryptoCurrency",
|
|
2550
2813
|
id: "shyft",
|
|
@@ -2570,6 +2833,35 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
2570
2833
|
},
|
|
2571
2834
|
],
|
|
2572
2835
|
},
|
|
2836
|
+
stride: {
|
|
2837
|
+
type: "CryptoCurrency",
|
|
2838
|
+
id: "stride",
|
|
2839
|
+
coinType: CoinType.ATOM,
|
|
2840
|
+
name: "Stride",
|
|
2841
|
+
managerAppName: "Cosmos",
|
|
2842
|
+
ticker: "STRD",
|
|
2843
|
+
scheme: "stride",
|
|
2844
|
+
color: "#e91179",
|
|
2845
|
+
family: "cosmos",
|
|
2846
|
+
units: [
|
|
2847
|
+
{
|
|
2848
|
+
name: "Stride",
|
|
2849
|
+
code: "STRD",
|
|
2850
|
+
magnitude: 6,
|
|
2851
|
+
},
|
|
2852
|
+
{
|
|
2853
|
+
name: "Micro-Stride",
|
|
2854
|
+
code: "ustrd",
|
|
2855
|
+
magnitude: 0,
|
|
2856
|
+
},
|
|
2857
|
+
],
|
|
2858
|
+
explorerViews: [
|
|
2859
|
+
{
|
|
2860
|
+
tx: "https://www.mintscan.io/stride/txs/$hash",
|
|
2861
|
+
address: "https://www.mintscan.io/stride/validators/$address",
|
|
2862
|
+
},
|
|
2863
|
+
],
|
|
2864
|
+
},
|
|
2573
2865
|
tezos: {
|
|
2574
2866
|
type: "CryptoCurrency",
|
|
2575
2867
|
id: "tezos",
|
|
@@ -2722,6 +3014,35 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
2722
3014
|
},
|
|
2723
3015
|
],
|
|
2724
3016
|
},
|
|
3017
|
+
umee: {
|
|
3018
|
+
type: "CryptoCurrency",
|
|
3019
|
+
id: "umee",
|
|
3020
|
+
coinType: CoinType.ATOM,
|
|
3021
|
+
name: "Umee",
|
|
3022
|
+
managerAppName: "Cosmos",
|
|
3023
|
+
ticker: "UMEE",
|
|
3024
|
+
scheme: "umee",
|
|
3025
|
+
color: "#bb90f8",
|
|
3026
|
+
family: "cosmos",
|
|
3027
|
+
units: [
|
|
3028
|
+
{
|
|
3029
|
+
name: "Umee",
|
|
3030
|
+
code: "UMEE",
|
|
3031
|
+
magnitude: 6,
|
|
3032
|
+
},
|
|
3033
|
+
{
|
|
3034
|
+
name: "Micro-Umee",
|
|
3035
|
+
code: "uumee",
|
|
3036
|
+
magnitude: 0,
|
|
3037
|
+
},
|
|
3038
|
+
],
|
|
3039
|
+
explorerViews: [
|
|
3040
|
+
{
|
|
3041
|
+
tx: "https://www.mintscan.io/umee/txs/$hash",
|
|
3042
|
+
address: "https://www.mintscan.io/umee/validators/$address",
|
|
3043
|
+
},
|
|
3044
|
+
],
|
|
3045
|
+
},
|
|
2725
3046
|
vechain: {
|
|
2726
3047
|
type: "CryptoCurrency",
|
|
2727
3048
|
id: "vechain",
|