bip44-constants 263.0.0 → 265.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 -1
  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'],
@@ -855,7 +856,7 @@ module.exports = [
855
856
  [0x80000408, 'BTCR', 'BTCR'],
856
857
  [0x80000412, 'MFID', 'Moonfish ID'],
857
858
  [0x80000457, 'BBC', 'Big Bitcoin'],
858
- [0x8000045C, 'CORE', 'Core'],
859
+ [0x8000045c, 'CORE', 'Core'],
859
860
  [0x80000460, 'RISE', 'RISE'],
860
861
  [0x80000462, 'CMT', 'CyberMiles Token'],
861
862
  [0x80000468, 'ETSC', 'Ethereum Social'],
@@ -1089,6 +1090,7 @@ module.exports = [
1089
1090
  [0x8002780b, 'APTA', 'Bloqs4Good'],
1090
1091
  [0x80030fb1, 'AKA', 'Akroma'],
1091
1092
  [0x80011000, 'GENOM', 'GENOM'],
1093
+ [0x80036cb1, 'CONET', 'CONET Holesky Network'],
1092
1094
  [0x8003c301, 'ATS', 'ARTIS sigma1'],
1093
1095
  [0x8003fc0b, 'ZAMA', 'Zama'],
1094
1096
  [0x8004cb2f, 'PI', 'Pi Network'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "263.0.0",
3
+ "version": "265.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",