bip44-constants 388.0.0 → 390.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.
Files changed (3) hide show
  1. package/index.js +5 -1
  2. package/package.json +1 -1
  3. 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'],
@@ -946,6 +947,7 @@ module.exports = [
946
947
  [0x80000520, 'BITS', 'Entropy'],
947
948
  [0x80000539, 'DFC', 'Defcoin'],
948
949
  [0x8000053a, 'IRON', 'Iron Fish'],
950
+ [0x8000053b, 'WNSD', 'Winsdet'],
949
951
  [0x80000544, 'ISLM', 'IslamicCoin'],
950
952
  [0x80000575, 'HYC', 'Hycon'],
951
953
  [0x80000582, 'TENTSLP', 'TENT Simple Ledger Protocol'],
@@ -973,6 +975,7 @@ module.exports = [
973
975
  [0x800006f0, 'LBTC', 'Liquid BTC'],
974
976
  [0x800006f1, 'BBP', 'Biblepay'],
975
977
  [0x800006f8, 'JPYS', 'JPY Stablecoin'],
978
+ [0x800006fc, 'USVAC', 'USVACoin'],
976
979
  [0x800006fd, 'VEGA', 'Vega Protocol'],
977
980
  [0x80000717, 'ADA', 'Cardano'],
978
981
  [0x8000071a, 'CUBE', 'Cube Chain Native Token'],
@@ -1014,9 +1017,9 @@ module.exports = [
1014
1017
  [0x800007e3, 'GBT', 'GoldBean Token'],
1015
1018
  [0x800007e4, 'PKC', 'PKC'],
1016
1019
  [0x800007e5, 'SKT', 'Sukhavati'],
1017
- [0x800007e8, 'USBC', 'Universal Ledger USBC'],
1018
1020
  [0x800007e6, 'XHT', 'Xinghuo Token'],
1019
1021
  [0x800007e7, 'COC', 'Chat On Chain'],
1022
+ [0x800007e8, 'USBC', 'Universal Ledger USBC'],
1020
1023
  [0x800007e9, 'ROCK', 'Zenrock Labs'],
1021
1024
  [0x800007ea, 'ASTRON', 'ASTRON Token'],
1022
1025
  [0x800007fe, 'ANY', 'Any'],
@@ -1042,6 +1045,7 @@ module.exports = [
1042
1045
  [0x80000901, 'ELA', 'Elastos'],
1043
1046
  [0x80000922, 'SNOW', 'Snowblossom'],
1044
1047
  [0x8000093d, 'XIN', 'Mixin'],
1048
+ [0x80000999, 'HYPE', 'Hyperliquid'],
1045
1049
  [0x800009c4, 'NEXI', 'Nexi'],
1046
1050
  [0x80000a0a, 'AOA', 'Aurora'],
1047
1051
  [0x80000a7e, 'AIPG', 'AIPowerGrid'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "388.0.0",
3
+ "version": "390.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",
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