@ledgerhq/cryptoassets 7.3.0 → 8.0.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 +24 -0
- package/lib/currencies.d.ts.map +1 -1
- package/lib/currencies.js +88 -30
- package/lib/currencies.js.map +1 -1
- package/lib/data/bep20.d.ts.map +1 -1
- package/lib/data/bep20.js +36 -3
- package/lib/data/bep20.js.map +1 -1
- package/lib/data/erc20-signatures.d.ts +1 -1
- package/lib/data/erc20-signatures.d.ts.map +1 -1
- package/lib/data/erc20-signatures.js +1 -1
- package/lib/data/erc20-signatures.js.map +1 -1
- package/lib/data/erc20.d.ts.map +1 -1
- package/lib/data/erc20.js +60 -31
- package/lib/data/erc20.js.map +1 -1
- package/lib/data/exchange/bep20.d.ts.map +1 -1
- package/lib/data/exchange/bep20.js +33 -0
- package/lib/data/exchange/bep20.js.map +1 -1
- package/lib/data/exchange/erc20.d.ts.map +1 -1
- package/lib/data/exchange/erc20.js +35 -6
- package/lib/data/exchange/erc20.js.map +1 -1
- package/lib/data/polygon-erc20.d.ts.map +1 -1
- package/lib/data/polygon-erc20.js +17 -1
- package/lib/data/polygon-erc20.js.map +1 -1
- package/lib-es/currencies.d.ts.map +1 -1
- package/lib-es/currencies.js +88 -30
- package/lib-es/currencies.js.map +1 -1
- package/lib-es/data/bep20.d.ts.map +1 -1
- package/lib-es/data/bep20.js +36 -3
- package/lib-es/data/bep20.js.map +1 -1
- package/lib-es/data/erc20-signatures.d.ts +1 -1
- package/lib-es/data/erc20-signatures.d.ts.map +1 -1
- package/lib-es/data/erc20-signatures.js +1 -1
- package/lib-es/data/erc20-signatures.js.map +1 -1
- package/lib-es/data/erc20.d.ts.map +1 -1
- package/lib-es/data/erc20.js +60 -31
- package/lib-es/data/erc20.js.map +1 -1
- package/lib-es/data/exchange/bep20.d.ts.map +1 -1
- package/lib-es/data/exchange/bep20.js +33 -0
- package/lib-es/data/exchange/bep20.js.map +1 -1
- package/lib-es/data/exchange/erc20.d.ts.map +1 -1
- package/lib-es/data/exchange/erc20.js +35 -6
- package/lib-es/data/exchange/erc20.js.map +1 -1
- package/lib-es/data/polygon-erc20.d.ts.map +1 -1
- package/lib-es/data/polygon-erc20.js +17 -1
- package/lib-es/data/polygon-erc20.js.map +1 -1
- package/package.json +2 -2
- package/src/currencies.ts +59 -1
- package/src/data/bep20.ts +36 -3
- package/src/data/erc20-signatures.ts +1 -1
- package/src/data/erc20.ts +60 -31
- package/src/data/exchange/bep20.ts +33 -0
- package/src/data/exchange/erc20.ts +35 -6
- package/src/data/polygon-erc20.ts +17 -1
- package/src/ethereum.json +376460 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/cryptoassets@
|
|
2
|
+
> @ledgerhq/cryptoassets@8.0.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/cryptoassets
|
|
3
3
|
> tsc && tsc -m ES6 --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @ledgerhq/cryptoassets
|
|
2
2
|
|
|
3
|
+
## 8.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#2444](https://github.com/LedgerHQ/ledger-live/pull/2444) [`dcfeef0a2c`](https://github.com/LedgerHQ/ledger-live/commit/dcfeef0a2c0f8c3d344d2943b3d21654f15ae184) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Add explorerId for v4 explorer endpoints
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- [#1782](https://github.com/LedgerHQ/ledger-live/pull/1782) [`3ca4c9763d`](https://github.com/LedgerHQ/ledger-live/commit/3ca4c9763dd7c7ab7891efbd3cb6785cda2d038f) Thanks [@hzheng-ledger](https://github.com/hzheng-ledger)! - merge osmosis into cosmos family
|
|
12
|
+
|
|
13
|
+
* [#2418](https://github.com/LedgerHQ/ledger-live/pull/2418) [`0e7ff249f7`](https://github.com/LedgerHQ/ledger-live/commit/0e7ff249f7e1160ff3888e52767ef91151efbedd) Thanks [@adrienlacombe-ledger](https://github.com/adrienlacombe-ledger)! - update CAL
|
|
14
|
+
|
|
15
|
+
## 8.0.0-next.0
|
|
16
|
+
|
|
17
|
+
### Major Changes
|
|
18
|
+
|
|
19
|
+
- [#2444](https://github.com/LedgerHQ/ledger-live/pull/2444) [`dcfeef0a2c`](https://github.com/LedgerHQ/ledger-live/commit/dcfeef0a2c0f8c3d344d2943b3d21654f15ae184) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Add explorerId for v4 explorer endpoints
|
|
20
|
+
|
|
21
|
+
### Minor Changes
|
|
22
|
+
|
|
23
|
+
- [#1782](https://github.com/LedgerHQ/ledger-live/pull/1782) [`3ca4c9763d`](https://github.com/LedgerHQ/ledger-live/commit/3ca4c9763dd7c7ab7891efbd3cb6785cda2d038f) Thanks [@hzheng-ledger](https://github.com/hzheng-ledger)! - merge osmosis into cosmos family
|
|
24
|
+
|
|
25
|
+
* [#2418](https://github.com/LedgerHQ/ledger-live/pull/2418) [`0e7ff249f7`](https://github.com/LedgerHQ/ledger-live/commit/0e7ff249f7e1160ff3888e52767ef91151efbedd) Thanks [@adrienlacombe-ledger](https://github.com/adrienlacombe-ledger)! - update CAL
|
|
26
|
+
|
|
3
27
|
## 7.3.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|
package/lib/currencies.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"currencies.d.ts","sourceRoot":"","sources":["../src/currencies.ts"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EAAE,cAAc,EAAQ,MAAM,8BAA8B,CAAC;AAuDzE,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,MAAM,EAAE,cAAc,
|
|
1
|
+
{"version":3,"file":"currencies.d.ts","sourceRoot":"","sources":["../src/currencies.ts"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EAAE,cAAc,EAAQ,MAAM,8BAA8B,CAAC;AAuDzE,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,MAAM,EAAE,cAAc,CAw2G/D,CAAC;AAaF;;;;GAIG;AACH,wBAAgB,sBAAsB,CACpC,EAAE,EAAE,MAAM,EACV,QAAQ,EAAE,cAAc,GACvB,IAAI,CA6BN;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,CAClC,aAAa,UAAQ,EACrB,cAAc,UAAQ,GACrB,cAAc,EAAE,CAQlB;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,CAChC,CAAC,EAAE,CAAC,IAAI,EAAE,cAAc,KAAK,OAAO,GACnC,cAAc,GAAG,IAAI,GAAG,SAAS,CAEnC;AAED;;;GAGG;AACH,wBAAgB,0BAA0B,CACxC,MAAM,EAAE,MAAM,GACb,cAAc,GAAG,IAAI,GAAG,SAAS,CAEnC;AAED;;;GAGG;AACH,wBAAgB,0BAA0B,CACxC,MAAM,EAAE,MAAM,GACb,cAAc,GAAG,IAAI,GAAG,SAAS,CAEnC;AAED;;;GAGG;AACH,wBAAgB,sBAAsB,CACpC,EAAE,EAAE,MAAM,GACT,cAAc,GAAG,IAAI,GAAG,SAAS,CAEnC;AAgBD;;;GAGG;AACH,eAAO,MAAM,2BAA2B,YAC7B,MAAM,uBAEd,cAAc,GAAG,IAAI,GAAG,SAa1B,CAAC;AAEF,eAAO,MAAM,kCAAkC,mBAC7B,MAAM,KACrB,cAAc,GAAG,IAAI,GAAG,SAY1B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,OAAQ,MAAM,KAAG,OACrB,CAAC;AAE7B;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,EAAE,EAAE,MAAM,GAAG,cAAc,CAQhE"}
|
package/lib/currencies.js
CHANGED
|
@@ -340,7 +340,8 @@ exports.cryptocurrenciesById = {
|
|
|
340
340
|
tx: "https://blockchain.info/btc/tx/$hash"
|
|
341
341
|
},
|
|
342
342
|
],
|
|
343
|
-
keywords: ["btc", "bitcoin"]
|
|
343
|
+
keywords: ["btc", "bitcoin"],
|
|
344
|
+
explorerId: "btc"
|
|
344
345
|
},
|
|
345
346
|
bitcoin_cash: {
|
|
346
347
|
type: "CryptoCurrency",
|
|
@@ -386,7 +387,8 @@ exports.cryptocurrenciesById = {
|
|
|
386
387
|
tx: "https://blockchair.com/bitcoin-cash/transaction/$hash",
|
|
387
388
|
address: "https://blockchair.com/bitcoin-cash/address/$address"
|
|
388
389
|
},
|
|
389
|
-
]
|
|
390
|
+
],
|
|
391
|
+
explorerId: "bch"
|
|
390
392
|
},
|
|
391
393
|
bitcoin_gold: {
|
|
392
394
|
type: "CryptoCurrency",
|
|
@@ -433,7 +435,8 @@ exports.cryptocurrenciesById = {
|
|
|
433
435
|
tx: "https://btgexplorer.com/tx/$hash",
|
|
434
436
|
address: "https://btgexplorer.com/address/$address"
|
|
435
437
|
},
|
|
436
|
-
]
|
|
438
|
+
],
|
|
439
|
+
explorerId: "btg"
|
|
437
440
|
},
|
|
438
441
|
bitcoin_private: {
|
|
439
442
|
type: "CryptoCurrency",
|
|
@@ -506,7 +509,8 @@ exports.cryptocurrenciesById = {
|
|
|
506
509
|
token: "https://bscscan.com/token/$contractAddress?a=$address"
|
|
507
510
|
},
|
|
508
511
|
],
|
|
509
|
-
keywords: ["bsc", "bnb", "binance", "binance smart chain", "binance chain"]
|
|
512
|
+
keywords: ["bsc", "bnb", "binance", "binance smart chain", "binance chain"],
|
|
513
|
+
explorerId: "bnb"
|
|
510
514
|
},
|
|
511
515
|
callisto: {
|
|
512
516
|
type: "CryptoCurrency",
|
|
@@ -651,7 +655,8 @@ exports.cryptocurrenciesById = {
|
|
|
651
655
|
{
|
|
652
656
|
tx: "https://chainz.cryptoid.info/club/tx.dws?$hash.htm"
|
|
653
657
|
},
|
|
654
|
-
]
|
|
658
|
+
],
|
|
659
|
+
explorerId: "club"
|
|
655
660
|
},
|
|
656
661
|
cosmos: {
|
|
657
662
|
type: "CryptoCurrency",
|
|
@@ -751,7 +756,8 @@ exports.cryptocurrenciesById = {
|
|
|
751
756
|
tx: "https://explorer.dash.org/insight/tx/$hash",
|
|
752
757
|
address: "https://explorer.dash.org/insight/address/$address"
|
|
753
758
|
},
|
|
754
|
-
]
|
|
759
|
+
],
|
|
760
|
+
explorerId: "dash"
|
|
755
761
|
},
|
|
756
762
|
decred: {
|
|
757
763
|
type: "CryptoCurrency",
|
|
@@ -791,7 +797,8 @@ exports.cryptocurrenciesById = {
|
|
|
791
797
|
tx: "https://mainnet.decred.org/tx/$hash",
|
|
792
798
|
address: "https://mainnet.decred.org/address/$address"
|
|
793
799
|
},
|
|
794
|
-
]
|
|
800
|
+
],
|
|
801
|
+
explorerId: "dcr"
|
|
795
802
|
},
|
|
796
803
|
dexon: {
|
|
797
804
|
type: "CryptoCurrency",
|
|
@@ -855,7 +862,8 @@ exports.cryptocurrenciesById = {
|
|
|
855
862
|
tx: "https://digiexplorer.info/tx/$hash",
|
|
856
863
|
address: "https://digiexplorer.info/address/$address"
|
|
857
864
|
},
|
|
858
|
-
]
|
|
865
|
+
],
|
|
866
|
+
explorerId: "dgb"
|
|
859
867
|
},
|
|
860
868
|
dogecoin: {
|
|
861
869
|
type: "CryptoCurrency",
|
|
@@ -892,7 +900,8 @@ exports.cryptocurrenciesById = {
|
|
|
892
900
|
address: "https://dogechain.info/address/$address"
|
|
893
901
|
},
|
|
894
902
|
],
|
|
895
|
-
keywords: ["doge", "dogecoin"]
|
|
903
|
+
keywords: ["doge", "dogecoin"],
|
|
904
|
+
explorerId: "doge"
|
|
896
905
|
},
|
|
897
906
|
elastos: {
|
|
898
907
|
type: "CryptoCurrency",
|
|
@@ -1025,7 +1034,8 @@ exports.cryptocurrenciesById = {
|
|
|
1025
1034
|
token: "https://etherscan.io/token/$contractAddress?a=$address"
|
|
1026
1035
|
},
|
|
1027
1036
|
],
|
|
1028
|
-
keywords: ["eth", "ethereum"]
|
|
1037
|
+
keywords: ["eth", "ethereum"],
|
|
1038
|
+
explorerId: "eth"
|
|
1029
1039
|
},
|
|
1030
1040
|
ethereum_classic: {
|
|
1031
1041
|
type: "CryptoCurrency",
|
|
@@ -1051,7 +1061,8 @@ exports.cryptocurrenciesById = {
|
|
|
1051
1061
|
address: "https://blockscout.com/etc/mainnet/address/$address/transactions"
|
|
1052
1062
|
},
|
|
1053
1063
|
],
|
|
1054
|
-
keywords: ["etc", "ethereum classic"]
|
|
1064
|
+
keywords: ["etc", "ethereum classic"],
|
|
1065
|
+
explorerId: "etc"
|
|
1055
1066
|
},
|
|
1056
1067
|
ether1: {
|
|
1057
1068
|
type: "CryptoCurrency",
|
|
@@ -1282,7 +1293,8 @@ exports.cryptocurrenciesById = {
|
|
|
1282
1293
|
explorerViews: [],
|
|
1283
1294
|
terminated: {
|
|
1284
1295
|
link: "https://support.ledger.com/hc/en-us/articles/115003917133"
|
|
1285
|
-
}
|
|
1296
|
+
},
|
|
1297
|
+
explorerId: "hsr"
|
|
1286
1298
|
},
|
|
1287
1299
|
hedera: {
|
|
1288
1300
|
type: "CryptoCurrency",
|
|
@@ -1527,7 +1539,8 @@ exports.cryptocurrenciesById = {
|
|
|
1527
1539
|
tx: "https://kmdexplorer.io/tx/$hash",
|
|
1528
1540
|
address: "https://kmdexplorer.io/address/$address"
|
|
1529
1541
|
},
|
|
1530
|
-
]
|
|
1542
|
+
],
|
|
1543
|
+
explorerId: "kmd"
|
|
1531
1544
|
},
|
|
1532
1545
|
kusama: {
|
|
1533
1546
|
type: "CryptoCurrency",
|
|
@@ -1609,7 +1622,8 @@ exports.cryptocurrenciesById = {
|
|
|
1609
1622
|
address: "https://live.blockcypher.com/ltc/address/$address"
|
|
1610
1623
|
},
|
|
1611
1624
|
],
|
|
1612
|
-
keywords: ["ltc", "litecoin"]
|
|
1625
|
+
keywords: ["ltc", "litecoin"],
|
|
1626
|
+
explorerId: "ltc"
|
|
1613
1627
|
},
|
|
1614
1628
|
lisk: {
|
|
1615
1629
|
type: "CryptoCurrency",
|
|
@@ -1956,7 +1970,8 @@ exports.cryptocurrenciesById = {
|
|
|
1956
1970
|
tx: "https://blockbook.peercoin.net/tx/$hash",
|
|
1957
1971
|
address: "https://blockbook.peercoin.net/address/$address"
|
|
1958
1972
|
},
|
|
1959
|
-
]
|
|
1973
|
+
],
|
|
1974
|
+
explorerId: "ppc"
|
|
1960
1975
|
},
|
|
1961
1976
|
pirl: {
|
|
1962
1977
|
type: "CryptoCurrency",
|
|
@@ -2014,7 +2029,8 @@ exports.cryptocurrenciesById = {
|
|
|
2014
2029
|
tx: "https://chainz.cryptoid.info/pivx/tx.dws?$hash.htm",
|
|
2015
2030
|
address: "https://chainz.cryptoid.info/pivx/address.dws?$address.htm"
|
|
2016
2031
|
},
|
|
2017
|
-
]
|
|
2032
|
+
],
|
|
2033
|
+
explorerId: "pivx"
|
|
2018
2034
|
},
|
|
2019
2035
|
poa: {
|
|
2020
2036
|
type: "CryptoCurrency",
|
|
@@ -2103,7 +2119,8 @@ exports.cryptocurrenciesById = {
|
|
|
2103
2119
|
token: "https://polygonscan.com/token/$contractAddress?a=$address"
|
|
2104
2120
|
},
|
|
2105
2121
|
],
|
|
2106
|
-
keywords: ["matic", "polygon"]
|
|
2122
|
+
keywords: ["matic", "polygon"],
|
|
2123
|
+
explorerId: "matic"
|
|
2107
2124
|
},
|
|
2108
2125
|
poswallet: {
|
|
2109
2126
|
type: "CryptoCurrency",
|
|
@@ -2138,7 +2155,8 @@ exports.cryptocurrenciesById = {
|
|
|
2138
2155
|
explorerViews: [],
|
|
2139
2156
|
terminated: {
|
|
2140
2157
|
link: "https://support.ledger.com/hc/en-us/articles/115005175309"
|
|
2141
|
-
}
|
|
2158
|
+
},
|
|
2159
|
+
explorerId: "posw"
|
|
2142
2160
|
},
|
|
2143
2161
|
qrl: {
|
|
2144
2162
|
type: "CryptoCurrency",
|
|
@@ -2199,7 +2217,8 @@ exports.cryptocurrenciesById = {
|
|
|
2199
2217
|
tx: "https://explorer.qtum.org/tx/$hash",
|
|
2200
2218
|
address: "https://explorer.qtum.org/address/$address"
|
|
2201
2219
|
},
|
|
2202
|
-
]
|
|
2220
|
+
],
|
|
2221
|
+
explorerId: "qtum"
|
|
2203
2222
|
},
|
|
2204
2223
|
nem: {
|
|
2205
2224
|
type: "CryptoCurrency",
|
|
@@ -2411,7 +2430,8 @@ exports.cryptocurrenciesById = {
|
|
|
2411
2430
|
tx: "https://xsnexplorer.io/transactions/$hash",
|
|
2412
2431
|
address: "https://xsnexplorer.io/addresses/$address"
|
|
2413
2432
|
},
|
|
2414
|
-
]
|
|
2433
|
+
],
|
|
2434
|
+
explorerId: "xsn"
|
|
2415
2435
|
},
|
|
2416
2436
|
stratis: {
|
|
2417
2437
|
terminated: {
|
|
@@ -2450,7 +2470,8 @@ exports.cryptocurrenciesById = {
|
|
|
2450
2470
|
tx: "https://chainz.cryptoid.info/strat/tx.dws?$hash.htm",
|
|
2451
2471
|
address: "https://chainz.cryptoid.info/strat/address.dws?$address.htm"
|
|
2452
2472
|
},
|
|
2453
|
-
]
|
|
2473
|
+
],
|
|
2474
|
+
explorerId: "strat"
|
|
2454
2475
|
},
|
|
2455
2476
|
stealthcoin: {
|
|
2456
2477
|
terminated: {
|
|
@@ -2489,7 +2510,8 @@ exports.cryptocurrenciesById = {
|
|
|
2489
2510
|
tx: "https://www.stealthmonitor.org/transactions/$hash",
|
|
2490
2511
|
address: "https://www.stealthmonitor.org/address/$address"
|
|
2491
2512
|
},
|
|
2492
|
-
]
|
|
2513
|
+
],
|
|
2514
|
+
explorerId: "xst"
|
|
2493
2515
|
},
|
|
2494
2516
|
stellar: {
|
|
2495
2517
|
type: "CryptoCurrency",
|
|
@@ -2529,7 +2551,7 @@ exports.cryptocurrenciesById = {
|
|
|
2529
2551
|
ticker: "OSMO",
|
|
2530
2552
|
scheme: "osmo",
|
|
2531
2553
|
color: "#493c9b",
|
|
2532
|
-
family: "
|
|
2554
|
+
family: "cosmos",
|
|
2533
2555
|
units: [
|
|
2534
2556
|
{
|
|
2535
2557
|
name: "Osmosis",
|
|
@@ -2549,6 +2571,35 @@ exports.cryptocurrenciesById = {
|
|
|
2549
2571
|
},
|
|
2550
2572
|
]
|
|
2551
2573
|
},
|
|
2574
|
+
juno: {
|
|
2575
|
+
type: "CryptoCurrency",
|
|
2576
|
+
id: "juno",
|
|
2577
|
+
coinType: 118,
|
|
2578
|
+
name: "Juno",
|
|
2579
|
+
managerAppName: "Cosmos",
|
|
2580
|
+
ticker: "JUNO",
|
|
2581
|
+
scheme: "juno",
|
|
2582
|
+
color: "#493c9b",
|
|
2583
|
+
family: "cosmos",
|
|
2584
|
+
units: [
|
|
2585
|
+
{
|
|
2586
|
+
name: "Juno",
|
|
2587
|
+
code: "JUNO",
|
|
2588
|
+
magnitude: 6
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
name: "Micro-JUNO",
|
|
2592
|
+
code: "ujuno",
|
|
2593
|
+
magnitude: 0
|
|
2594
|
+
},
|
|
2595
|
+
],
|
|
2596
|
+
explorerViews: [
|
|
2597
|
+
{
|
|
2598
|
+
tx: "https://www.mintscan.io/juno/txs/$hash",
|
|
2599
|
+
address: "https://www.mintscan.io/juno/validators/$address"
|
|
2600
|
+
},
|
|
2601
|
+
]
|
|
2602
|
+
},
|
|
2552
2603
|
shyft: {
|
|
2553
2604
|
type: "CryptoCurrency",
|
|
2554
2605
|
id: "shyft",
|
|
@@ -2783,7 +2834,8 @@ exports.cryptocurrenciesById = {
|
|
|
2783
2834
|
tx: "https://vtcblocks.com/tx/$hash",
|
|
2784
2835
|
address: "https://vtcblocks.com/address/$address"
|
|
2785
2836
|
},
|
|
2786
|
-
]
|
|
2837
|
+
],
|
|
2838
|
+
explorerId: "vtc"
|
|
2787
2839
|
},
|
|
2788
2840
|
viacoin: {
|
|
2789
2841
|
type: "CryptoCurrency",
|
|
@@ -2819,7 +2871,8 @@ exports.cryptocurrenciesById = {
|
|
|
2819
2871
|
tx: "https://explorer.viacoin.org/tx/$hash",
|
|
2820
2872
|
address: "https://explorer.viacoin.org/address/$address"
|
|
2821
2873
|
},
|
|
2822
|
-
]
|
|
2874
|
+
],
|
|
2875
|
+
explorerId: "via"
|
|
2823
2876
|
},
|
|
2824
2877
|
wanchain: {
|
|
2825
2878
|
type: "CryptoCurrency",
|
|
@@ -2896,7 +2949,8 @@ exports.cryptocurrenciesById = {
|
|
|
2896
2949
|
tx: "https://chain.so/tx/ZEC/$hash",
|
|
2897
2950
|
address: "https://chain.so/address/ZEC/$address"
|
|
2898
2951
|
},
|
|
2899
|
-
]
|
|
2952
|
+
],
|
|
2953
|
+
explorerId: "zec"
|
|
2900
2954
|
},
|
|
2901
2955
|
zclassic: {
|
|
2902
2956
|
type: "CryptoCurrency",
|
|
@@ -2988,7 +3042,8 @@ exports.cryptocurrenciesById = {
|
|
|
2988
3042
|
tx: "https://explorer.zensystem.io/tx/$hash",
|
|
2989
3043
|
address: "https://explorer.zensystem.io/address/$address"
|
|
2990
3044
|
},
|
|
2991
|
-
]
|
|
3045
|
+
],
|
|
3046
|
+
explorerId: "zen"
|
|
2992
3047
|
},
|
|
2993
3048
|
zilliqa: {
|
|
2994
3049
|
type: "CryptoCurrency",
|
|
@@ -3072,7 +3127,8 @@ exports.cryptocurrenciesById = {
|
|
|
3072
3127
|
tx: "https://live.blockcypher.com/btc-testnet/tx/$hash",
|
|
3073
3128
|
address: "https://live.blockcypher.com/btc-testnet/address/$address"
|
|
3074
3129
|
},
|
|
3075
|
-
]
|
|
3130
|
+
],
|
|
3131
|
+
explorerId: "btc_testnet"
|
|
3076
3132
|
},
|
|
3077
3133
|
ethereum_ropsten: {
|
|
3078
3134
|
type: "CryptoCurrency",
|
|
@@ -3100,7 +3156,8 @@ exports.cryptocurrenciesById = {
|
|
|
3100
3156
|
tx: "https://ropsten.etherscan.io/tx/$hash",
|
|
3101
3157
|
address: "https://ropsten.etherscan.io/address/$address"
|
|
3102
3158
|
},
|
|
3103
|
-
]
|
|
3159
|
+
],
|
|
3160
|
+
explorerId: "eth_ropsten"
|
|
3104
3161
|
},
|
|
3105
3162
|
ethereum_goerli: {
|
|
3106
3163
|
type: "CryptoCurrency",
|
|
@@ -3128,7 +3185,8 @@ exports.cryptocurrenciesById = {
|
|
|
3128
3185
|
tx: "https://goerli.etherscan.io/tx/$hash",
|
|
3129
3186
|
address: "https://goerli.etherscan.io/address/$address"
|
|
3130
3187
|
},
|
|
3131
|
-
]
|
|
3188
|
+
],
|
|
3189
|
+
explorerId: "eth_goerli"
|
|
3132
3190
|
},
|
|
3133
3191
|
stacks: {
|
|
3134
3192
|
type: "CryptoCurrency",
|