bip44-constants 94.0.0 → 98.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 +4 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -632,6 +632,7 @@ module.exports = [
632
632
  [0x80000274, 'LORE', 'Gitopia'],
633
633
  [0x80000275, 'FNR', 'Fincor'],
634
634
  [0x80000276, 'NEXUS', 'Nexus'],
635
+ [0x8000027b, 'POKT', 'Pocket Network'],
635
636
  [0x8000027f, 'BTSG', 'BitSong'],
636
637
  [0x80000280, 'LFC', 'Leofcoin'],
637
638
  [0x80000283, 'AZERO', 'Aleph Zero'],
@@ -704,6 +705,7 @@ module.exports = [
704
705
  [0x8000034e, 'OWO', 'OneWorld Coin'],
705
706
  [0x8000034f, 'PEPS', 'PEPS Coin'],
706
707
  [0x80000350, 'BIR', 'Birake'],
708
+ [0x80000351, 'MOBIC', 'MobilityCoin'],
707
709
  [0x80000354, 'DSM', 'Desmos'],
708
710
  [0x80000355, 'PRCY', 'PRCY Coin'],
709
711
  [0x80000362, 'MOB', 'MobileCoin'],
@@ -831,6 +833,7 @@ module.exports = [
831
833
  [0x80000b7d, 'BND', 'Blocknode'],
832
834
  [0x80000ccc, 'CCC', 'CodeChain'],
833
835
  [0x80000d31, 'ROI', 'ROIcoin'],
836
+ [0x80000e11, 'CY', 'Cybits'],
834
837
  [0x80000fc8, 'FC8', 'FCH Network'],
835
838
  [0x80001000, 'YEE', 'YeeCo'],
836
839
  [0x8000107a, 'IOTA', 'IOTA'],
@@ -886,6 +889,7 @@ module.exports = [
886
889
  [0x80004adf, 'FLUX', 'Flux'],
887
890
  [0x80004ae1, 'RITO', 'Ritocoin'],
888
891
  [0x80004e44, 'XND', 'ndau'],
892
+ [0x8000520c, 'C4EI', 'c4ei'],
889
893
  [0x800057e8, 'PWR', 'PWRcoin'],
890
894
  [0x800062a4, 'BELL', 'Bellcoin'],
891
895
  [0x80006476, 'CHX', 'Own'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "94.0.0",
3
+ "version": "98.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"