bip44-constants 264.0.0 → 266.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 +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -725,6 +725,7 @@ module.exports = [
725
725
  [0x80000300, 'BALLZ', 'Ballzcoin'],
726
726
  [0x80000302, 'COSA', 'Cosanta'],
727
727
  [0x80000303, 'BR', 'BR'],
728
+ [0x80000305, 'CSB', 'CosmoBliss'],
728
729
  [0x80000307, 'PLSR', 'Pulsar Coin'],
729
730
  [0x80000308, 'KEY', 'Keymaker Coin'],
730
731
  [0x80000309, 'BTW', 'Bitcoin World'],
@@ -988,6 +989,7 @@ module.exports = [
988
989
  [0x8000167d, 'STX', 'Stacks'],
989
990
  [0x80001707, 'VOW', 'VowChain VOW'],
990
991
  [0x80001720, 'SLU', 'SILUBIUM'],
992
+ [0x8000176B, 'DUSK', 'Dusk Network'],
991
993
  [0x800017ac, 'GO', 'GoChain GO'],
992
994
  [0x8000181e, 'MOI', 'My Own Internet'],
993
995
  [0x80001984, 'UM', 'Penumbra'],
@@ -1034,6 +1036,7 @@ module.exports = [
1034
1036
  [0x80002710, 'FO', 'FIBOS'],
1035
1037
  [0x8000277f, 'DHP', 'dHealth'],
1036
1038
  [0x800027f2, 'RTM', 'Raptoreum'],
1039
+ [0x80002802, 'AA', 'Arthera'],
1037
1040
  [0x80002833, 'XRC', 'XRhodium'],
1038
1041
  [0x8000290b, 'NUM', 'Numbers Protocol'],
1039
1042
  [0x8000296d, 'XPI', 'Lotus'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "264.0.0",
3
+ "version": "266.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",