bip44-constants 97.0.0 → 101.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 (2) hide show
  1. package/index.js +6 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -726,6 +726,7 @@ module.exports = [
726
726
  [0x80000395, 'FRA', 'Findora'],
727
727
  [0x8000039d, 'DIP', 'Dipper Network'],
728
728
  [0x800003a3, 'RUNE', 'THORChain (RUNE)'],
729
+ [0x800003ad, 'KCN', 'Kylacoin'],
729
730
  [0x800003ae, 'YCN', 'Yilacoin'],
730
731
  [0x800003bb, 'LTP', 'LifetionCoin'],
731
732
  [0x800003be, '', 'KickSoccer'],
@@ -833,11 +834,13 @@ module.exports = [
833
834
  [0x80000b7d, 'BND', 'Blocknode'],
834
835
  [0x80000ccc, 'CCC', 'CodeChain'],
835
836
  [0x80000d31, 'ROI', 'ROIcoin'],
837
+ [0x80000e11, 'CY', 'Cybits'],
836
838
  [0x80000fc8, 'FC8', 'FCH Network'],
837
839
  [0x80001000, 'YEE', 'YeeCo'],
838
840
  [0x8000107a, 'IOTA', 'IOTA'],
839
841
  [0x80001092, 'AXE', 'Axe'],
840
842
  [0x800010f7, 'XYM', 'Symbol'],
843
+ [0x8000138e, 'SBC', 'Senior Block Coin'],
841
844
  [0x80001480, 'FIC', 'FIC'],
842
845
  [0x800014e9, 'HNS', 'Handshake'],
843
846
  [0x800015b3, 'FUND', 'Unification'],
@@ -846,10 +849,12 @@ module.exports = [
846
849
  [0x80001720, 'SLU', 'SILUBIUM'],
847
850
  [0x800017ac, 'GO', 'GoChain GO'],
848
851
  [0x8000181e, 'MOI', 'My Own Internet'],
852
+ [0x800019c7, 'RSC', 'Royal Sports City'],
849
853
  [0x80001a0a, 'BPA', 'Bitcoin Pizza'],
850
854
  [0x80001a20, 'SAFE', 'SAFE'],
851
855
  [0x80001b39, 'ROGER', 'TheHolyrogerCoin'],
852
856
  [0x80001bb3, 'TOPL', 'Topl'],
857
+ [0x80001cad, 'SHFT', 'Shyft'],
853
858
  [0x80001e61, 'BTV', 'Bitvote'],
854
859
  [0x80001f40, 'SKY', 'Skycoin'],
855
860
  [0x80001f90, '', 'DSRV'],
@@ -903,6 +908,7 @@ module.exports = [
903
908
  [0x8000c06e, 'EVE', 'evan.network'],
904
909
  [0x8000c0c0, 'STASH', 'STASH'],
905
910
  [0x8000ce10, 'CELO', 'Celo'],
911
+ [0x8000f0b0, 'TH', 'TianHe'],
906
912
  [0x80010000, 'KETH', 'Krypton World'],
907
913
  [0x80010f2c, 'GRLC', 'Garlicoin'],
908
914
  [0x80011177, 'GWL', 'Gewel'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "97.0.0",
3
+ "version": "101.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"