@ledgerhq/cryptoassets 13.1.1-nightly.0 → 13.2.0-nightly.1
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 +6 -0
- package/lib/abandonseed.d.ts.map +1 -1
- package/lib/abandonseed.js +0 -4
- package/lib/abandonseed.js.map +1 -1
- package/lib/currencies.d.ts.map +1 -1
- package/lib/currencies.js +0 -156
- package/lib/currencies.js.map +1 -1
- package/lib-es/abandonseed.d.ts.map +1 -1
- package/lib-es/abandonseed.js +0 -4
- package/lib-es/abandonseed.js.map +1 -1
- package/lib-es/currencies.d.ts.map +1 -1
- package/lib-es/currencies.js +0 -156
- package/lib-es/currencies.js.map +1 -1
- package/package.json +2 -2
- package/src/abandonseed.ts +0 -4
- package/src/currencies.ts +0 -156
package/src/abandonseed.ts
CHANGED
|
@@ -33,14 +33,10 @@ const abandonSeedAddresses: Partial<Record<CryptoCurrency["id"], string>> = {
|
|
|
33
33
|
komodo: "RW8gfgpCUdgZbkPAs1uJQF2S9681JVkGRi",
|
|
34
34
|
litecoin: "LUWPbpM43E2p7ZSh8cyTBEkvpHmr3cB8Ez",
|
|
35
35
|
nix: "GRpn2DPiQxAczMrQFt2sK1CS8EYdnvSHxo",
|
|
36
|
-
peercoin: "PFinP8Tm5hFJKfVnSMFfiNibPNfHgXzTDZ",
|
|
37
36
|
pivx: "DDBxSas734KhMp1Btga3LdwWAc1igSER8o",
|
|
38
37
|
polkadot: "111111111111111111111111111111111HC1",
|
|
39
38
|
qtum: "QPvRe2C17qk24K6v5gTg7CPghZ8b4WMxZP",
|
|
40
|
-
stealthcoin: "SKsLkKVeMtPNZQuNfUNXi3Bk1TwP1QPqJG",
|
|
41
39
|
stratis: "Sdo6x9k5AxWtfyJe5B9SZPteYTKgUoMMr1",
|
|
42
|
-
vertcoin: "Vce16eJifb7HpuoTFEBJyKNLsBJPo7fM83",
|
|
43
|
-
viacoin: "VfwB3jbDWELpfiFNzbEVgx73HsR9bAq35C",
|
|
44
40
|
zcash: "t1XVXWCvpMgBvUaed4XDqWtgQgJSu1Ghz7F",
|
|
45
41
|
zclassic: "t1Qmwyih5F7Mw6Vts4tSnXuA2o3NgJPYNgP",
|
|
46
42
|
zcoin: "a1bW3sVVUsLqgKuTMXtSaAHGvpxKwugxPH",
|
package/src/currencies.ts
CHANGED
|
@@ -644,7 +644,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
644
644
|
P2PKH: 28,
|
|
645
645
|
P2SH: 85,
|
|
646
646
|
XPUBVersion: 0x0488b21e,
|
|
647
|
-
hasTimestamp: true,
|
|
648
647
|
},
|
|
649
648
|
units: [
|
|
650
649
|
{
|
|
@@ -1331,7 +1330,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
1331
1330
|
P2PKH: 40,
|
|
1332
1331
|
P2SH: 100,
|
|
1333
1332
|
XPUBVersion: 0x0488c21e,
|
|
1334
|
-
hasTimestamp: true,
|
|
1335
1333
|
},
|
|
1336
1334
|
units: [
|
|
1337
1335
|
{
|
|
@@ -2008,43 +2006,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
2008
2006
|
},
|
|
2009
2007
|
],
|
|
2010
2008
|
},
|
|
2011
|
-
peercoin: {
|
|
2012
|
-
type: "CryptoCurrency",
|
|
2013
|
-
id: "peercoin",
|
|
2014
|
-
coinType: CoinType.PEERCOIN,
|
|
2015
|
-
name: "Peercoin",
|
|
2016
|
-
managerAppName: "Peercoin",
|
|
2017
|
-
ticker: "PPC",
|
|
2018
|
-
scheme: "peercoin",
|
|
2019
|
-
color: "#3cb054",
|
|
2020
|
-
family: "bitcoin",
|
|
2021
|
-
blockAvgTime: 450,
|
|
2022
|
-
bitcoinLikeInfo: {
|
|
2023
|
-
P2PKH: 55,
|
|
2024
|
-
P2SH: 117,
|
|
2025
|
-
XPUBVersion: 0xe6e8e9e5,
|
|
2026
|
-
hasTimestamp: true,
|
|
2027
|
-
},
|
|
2028
|
-
units: [
|
|
2029
|
-
{
|
|
2030
|
-
name: "peercoin",
|
|
2031
|
-
code: "PPC",
|
|
2032
|
-
magnitude: 6,
|
|
2033
|
-
},
|
|
2034
|
-
{
|
|
2035
|
-
name: "satoshi",
|
|
2036
|
-
code: "sat",
|
|
2037
|
-
magnitude: 0,
|
|
2038
|
-
},
|
|
2039
|
-
],
|
|
2040
|
-
explorerViews: [
|
|
2041
|
-
{
|
|
2042
|
-
tx: "https://blockbook.peercoin.net/tx/$hash",
|
|
2043
|
-
address: "https://blockbook.peercoin.net/address/$address",
|
|
2044
|
-
},
|
|
2045
|
-
],
|
|
2046
|
-
explorerId: "ppc",
|
|
2047
|
-
},
|
|
2048
2009
|
persistence: {
|
|
2049
2010
|
type: "CryptoCurrency",
|
|
2050
2011
|
id: "persistence",
|
|
@@ -2230,7 +2191,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
2230
2191
|
P2PKH: 55,
|
|
2231
2192
|
P2SH: 85,
|
|
2232
2193
|
XPUBVersion: 0x0488b21e,
|
|
2233
|
-
hasTimestamp: true,
|
|
2234
2194
|
},
|
|
2235
2195
|
units: [
|
|
2236
2196
|
{
|
|
@@ -2588,7 +2548,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
2588
2548
|
address: "https://xsnexplorer.io/addresses/$address",
|
|
2589
2549
|
},
|
|
2590
2550
|
],
|
|
2591
|
-
explorerId: "xsn",
|
|
2592
2551
|
},
|
|
2593
2552
|
stargaze: {
|
|
2594
2553
|
type: "CryptoCurrency",
|
|
@@ -2637,7 +2596,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
2637
2596
|
P2PKH: 63,
|
|
2638
2597
|
P2SH: 125,
|
|
2639
2598
|
XPUBVersion: 0x0488c21e,
|
|
2640
|
-
hasTimestamp: true,
|
|
2641
2599
|
},
|
|
2642
2600
|
units: [
|
|
2643
2601
|
{
|
|
@@ -2659,46 +2617,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
2659
2617
|
],
|
|
2660
2618
|
explorerId: "strat",
|
|
2661
2619
|
},
|
|
2662
|
-
stealthcoin: {
|
|
2663
|
-
terminated: {
|
|
2664
|
-
link: "https://support.ledger.com/",
|
|
2665
|
-
},
|
|
2666
|
-
type: "CryptoCurrency",
|
|
2667
|
-
id: "stealthcoin",
|
|
2668
|
-
coinType: CoinType.STEALTH,
|
|
2669
|
-
name: "Stealth",
|
|
2670
|
-
managerAppName: "Stealth",
|
|
2671
|
-
ticker: "XST",
|
|
2672
|
-
scheme: "stealth",
|
|
2673
|
-
color: "#000000",
|
|
2674
|
-
family: "bitcoin",
|
|
2675
|
-
blockAvgTime: 150,
|
|
2676
|
-
bitcoinLikeInfo: {
|
|
2677
|
-
P2PKH: 62,
|
|
2678
|
-
P2SH: 85,
|
|
2679
|
-
XPUBVersion: 0x8f624b66,
|
|
2680
|
-
hasTimestamp: false,
|
|
2681
|
-
},
|
|
2682
|
-
units: [
|
|
2683
|
-
{
|
|
2684
|
-
name: "stealth",
|
|
2685
|
-
code: "XST",
|
|
2686
|
-
magnitude: 6,
|
|
2687
|
-
},
|
|
2688
|
-
{
|
|
2689
|
-
name: "satoshi",
|
|
2690
|
-
code: "sat",
|
|
2691
|
-
magnitude: 0,
|
|
2692
|
-
},
|
|
2693
|
-
],
|
|
2694
|
-
explorerViews: [
|
|
2695
|
-
{
|
|
2696
|
-
tx: "https://www.stealthmonitor.org/transactions/$hash",
|
|
2697
|
-
address: "https://www.stealthmonitor.org/address/$address",
|
|
2698
|
-
},
|
|
2699
|
-
],
|
|
2700
|
-
explorerId: "xst",
|
|
2701
|
-
},
|
|
2702
2620
|
stellar: {
|
|
2703
2621
|
type: "CryptoCurrency",
|
|
2704
2622
|
id: "stellar",
|
|
@@ -3002,80 +2920,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
|
|
|
3002
2920
|
},
|
|
3003
2921
|
],
|
|
3004
2922
|
},
|
|
3005
|
-
vertcoin: {
|
|
3006
|
-
type: "CryptoCurrency",
|
|
3007
|
-
id: "vertcoin",
|
|
3008
|
-
coinType: CoinType.VERTCOIN,
|
|
3009
|
-
name: "Vertcoin",
|
|
3010
|
-
managerAppName: "Vertcoin",
|
|
3011
|
-
ticker: "VTC",
|
|
3012
|
-
scheme: "vertcoin",
|
|
3013
|
-
color: "#1b5c2e",
|
|
3014
|
-
supportsSegwit: true,
|
|
3015
|
-
family: "bitcoin",
|
|
3016
|
-
blockAvgTime: 150,
|
|
3017
|
-
bitcoinLikeInfo: {
|
|
3018
|
-
P2PKH: 71,
|
|
3019
|
-
P2SH: 5,
|
|
3020
|
-
XPUBVersion: 0x0488b21e,
|
|
3021
|
-
},
|
|
3022
|
-
units: [
|
|
3023
|
-
{
|
|
3024
|
-
name: "vertcoin",
|
|
3025
|
-
code: "VTC",
|
|
3026
|
-
magnitude: 8,
|
|
3027
|
-
},
|
|
3028
|
-
{
|
|
3029
|
-
name: "satoshi",
|
|
3030
|
-
code: "sat",
|
|
3031
|
-
magnitude: 0,
|
|
3032
|
-
},
|
|
3033
|
-
],
|
|
3034
|
-
explorerViews: [
|
|
3035
|
-
{
|
|
3036
|
-
tx: "https://vtcblocks.com/tx/$hash",
|
|
3037
|
-
address: "https://vtcblocks.com/address/$address",
|
|
3038
|
-
},
|
|
3039
|
-
],
|
|
3040
|
-
explorerId: "vtc",
|
|
3041
|
-
},
|
|
3042
|
-
viacoin: {
|
|
3043
|
-
type: "CryptoCurrency",
|
|
3044
|
-
id: "viacoin",
|
|
3045
|
-
coinType: CoinType.VIACOIN,
|
|
3046
|
-
name: "Viacoin",
|
|
3047
|
-
managerAppName: "Viacoin",
|
|
3048
|
-
ticker: "VIA",
|
|
3049
|
-
scheme: "viacoin",
|
|
3050
|
-
color: "#414141",
|
|
3051
|
-
supportsSegwit: true,
|
|
3052
|
-
family: "bitcoin",
|
|
3053
|
-
blockAvgTime: 24,
|
|
3054
|
-
bitcoinLikeInfo: {
|
|
3055
|
-
P2PKH: 71,
|
|
3056
|
-
P2SH: 33,
|
|
3057
|
-
XPUBVersion: 0x0488b21e,
|
|
3058
|
-
},
|
|
3059
|
-
units: [
|
|
3060
|
-
{
|
|
3061
|
-
name: "viacoin",
|
|
3062
|
-
code: "VIA",
|
|
3063
|
-
magnitude: 8,
|
|
3064
|
-
},
|
|
3065
|
-
{
|
|
3066
|
-
name: "satoshi",
|
|
3067
|
-
code: "sat",
|
|
3068
|
-
magnitude: 0,
|
|
3069
|
-
},
|
|
3070
|
-
],
|
|
3071
|
-
explorerViews: [
|
|
3072
|
-
{
|
|
3073
|
-
tx: "https://explorer.viacoin.org/tx/$hash",
|
|
3074
|
-
address: "https://explorer.viacoin.org/address/$address",
|
|
3075
|
-
},
|
|
3076
|
-
],
|
|
3077
|
-
explorerId: "via",
|
|
3078
|
-
},
|
|
3079
2923
|
wanchain: {
|
|
3080
2924
|
type: "CryptoCurrency",
|
|
3081
2925
|
id: "wanchain",
|