bip44-constants 388.0.0 → 389.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/index.js +3 -1
- package/package.json +1 -1
- package/CHANGELOG.md +0 -73
package/index.js
CHANGED
|
@@ -798,6 +798,7 @@ module.exports = [
|
|
|
798
798
|
[0x80000333, 'REEF', 'Reef'],
|
|
799
799
|
[0x80000334, 'CLO', 'Callisto'],
|
|
800
800
|
[0x80000336, 'BDB', 'BigchainDB'],
|
|
801
|
+
[0x80000337, 'TBL', 'TBLINK'],
|
|
801
802
|
[0x80000338, 'RBNT', 'Redbelly Network'],
|
|
802
803
|
[0x8000033a, 'YBC', 'YBChain'],
|
|
803
804
|
[0x8000033b, 'ACE', 'Endurance'],
|
|
@@ -973,6 +974,7 @@ module.exports = [
|
|
|
973
974
|
[0x800006f0, 'LBTC', 'Liquid BTC'],
|
|
974
975
|
[0x800006f1, 'BBP', 'Biblepay'],
|
|
975
976
|
[0x800006f8, 'JPYS', 'JPY Stablecoin'],
|
|
977
|
+
[0x800006fc, 'USVAC', 'USVACoin'],
|
|
976
978
|
[0x800006fd, 'VEGA', 'Vega Protocol'],
|
|
977
979
|
[0x80000717, 'ADA', 'Cardano'],
|
|
978
980
|
[0x8000071a, 'CUBE', 'Cube Chain Native Token'],
|
|
@@ -1014,9 +1016,9 @@ module.exports = [
|
|
|
1014
1016
|
[0x800007e3, 'GBT', 'GoldBean Token'],
|
|
1015
1017
|
[0x800007e4, 'PKC', 'PKC'],
|
|
1016
1018
|
[0x800007e5, 'SKT', 'Sukhavati'],
|
|
1017
|
-
[0x800007e8, 'USBC', 'Universal Ledger USBC'],
|
|
1018
1019
|
[0x800007e6, 'XHT', 'Xinghuo Token'],
|
|
1019
1020
|
[0x800007e7, 'COC', 'Chat On Chain'],
|
|
1021
|
+
[0x800007e8, 'USBC', 'Universal Ledger USBC'],
|
|
1020
1022
|
[0x800007e9, 'ROCK', 'Zenrock Labs'],
|
|
1021
1023
|
[0x800007ea, 'ASTRON', 'ASTRON Token'],
|
|
1022
1024
|
[0x800007fe, 'ANY', 'Any'],
|
package/package.json
CHANGED
package/CHANGELOG.md
DELETED
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
8.0.0 / 2019-02-01
|
|
2
|
-
------------------
|
|
3
|
-
- change constants from object to 2d array (see README)
|
|
4
|
-
- add new constants
|
|
5
|
-
|
|
6
|
-
7.0.0 / 2018-11-12
|
|
7
|
-
------------------
|
|
8
|
-
- change values for PIGGY/SSC
|
|
9
|
-
- add new constants
|
|
10
|
-
|
|
11
|
-
6.1.0 / 2018-10-25
|
|
12
|
-
------------------
|
|
13
|
-
- updated constants
|
|
14
|
-
|
|
15
|
-
6.0.0 / 2018-10-11
|
|
16
|
-
------------------
|
|
17
|
-
- updated / changed constants (`DSH` -> `DASH`) (https://github.com/bitcoinjs/bip44-constants/issues/15)
|
|
18
|
-
- added sanity checks (https://github.com/bitcoinjs/bip44-constants/pull/23)
|
|
19
|
-
|
|
20
|
-
5.2.0 / 2018-08-27
|
|
21
|
-
------------------
|
|
22
|
-
- updated constants
|
|
23
|
-
|
|
24
|
-
5.1.0 / 2018-07-30
|
|
25
|
-
------------------
|
|
26
|
-
- add TRX constant
|
|
27
|
-
|
|
28
|
-
5.0.0 / 2018-03-05
|
|
29
|
-
------------------
|
|
30
|
-
- using asset symbol as the key as opposed to the asset name
|
|
31
|
-
- updated constants
|
|
32
|
-
|
|
33
|
-
4.0.1 / 2017-12-04
|
|
34
|
-
------------------
|
|
35
|
-
- changed constant values to type Number, not type String
|
|
36
|
-
|
|
37
|
-
3.1.0 / 2017-08-27
|
|
38
|
-
------------------
|
|
39
|
-
- updated constants
|
|
40
|
-
|
|
41
|
-
3.0.0 / 2017-08-27
|
|
42
|
-
------------------
|
|
43
|
-
- updated constants (semver major since one constant changed)
|
|
44
|
-
|
|
45
|
-
2.5.0 / 2017-05-27
|
|
46
|
-
------------------
|
|
47
|
-
- updated constants
|
|
48
|
-
|
|
49
|
-
2.4.0 / 2017-04-09
|
|
50
|
-
------------------
|
|
51
|
-
- updated constants
|
|
52
|
-
|
|
53
|
-
2.3.0 / 2016-10-16
|
|
54
|
-
------------------
|
|
55
|
-
- updated constants
|
|
56
|
-
|
|
57
|
-
2.2.0 / 2016-03-24
|
|
58
|
-
------------------
|
|
59
|
-
- updated constants
|
|
60
|
-
|
|
61
|
-
2.1.0 / 2016-02-08
|
|
62
|
-
------------------
|
|
63
|
-
- updated constants URL. See: https://github.com/bitcoinjs/bip44-constants/pull/1
|
|
64
|
-
- added more coins: Quarkcoin, Terracoin, Gridcoin. See: See: https://github.com/bitcoinjs/bip44-constants/pull/1
|
|
65
|
-
- add newline to `constants.json`. See: See: https://github.com/bitcoinjs/bip44-constants/pull/1
|
|
66
|
-
|
|
67
|
-
2.0.0 / 2016-01-26
|
|
68
|
-
------------------
|
|
69
|
-
- had to bump major version since `DarkCoin` was renamed to `Dash`
|
|
70
|
-
|
|
71
|
-
1.0.0 / 2015-07-21
|
|
72
|
-
------------------
|
|
73
|
-
- initial release
|