bip44-constants 276.0.0 → 277.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 +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1044,6 +1044,7 @@ module.exports = [
1044
1044
  [0x800026a0, 'BTF', 'Bitcoin Faith'],
1045
1045
  [0x8000270f, 'GOD', 'Bitcoin God'],
1046
1046
  [0x80002710, 'FO', 'FIBOS'],
1047
+ [0x80002711, 'SPACE', 'Space'],
1047
1048
  [0x8000277f, 'DHP', 'dHealth'],
1048
1049
  [0x800027f2, 'RTM', 'Raptoreum'],
1049
1050
  [0x80002802, 'AA', 'Arthera'],
@@ -1057,6 +1058,7 @@ module.exports = [
1057
1058
  [0x8000312a, 'MINA', 'Mina'],
1058
1059
  [0x80003333, 'BTY', 'BitYuan'],
1059
1060
  [0x80003334, 'YCC', 'Yuan Chain Coin'],
1061
+ [0x80003445, 'PHX', 'Phoenix'],
1060
1062
  [0x800036b1, 'WAX', 'Worldwide Asset Exchange'],
1061
1063
  [0x80003de5, 'SDGO', 'SanDeGo'],
1062
1064
  [0x80003f35, 'XTX', 'Totem Live Network'],
@@ -1102,7 +1104,6 @@ module.exports = [
1102
1104
  [0x8001d9f9, 'KLS', 'Karlsen'],
1103
1105
  [0x8002780b, 'APTA', 'Bloqs4Good'],
1104
1106
  [0x80030fb1, 'AKA', 'Akroma'],
1105
- [0x80011000, 'GENOM', 'GENOM'],
1106
1107
  [0x80036cb1, 'CONET', 'CONET Holesky Network'],
1107
1108
  [0x8003c301, 'ATS', 'ARTIS sigma1'],
1108
1109
  [0x8003fc0b, 'ZAMA', 'Zama'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "276.0.0",
3
+ "version": "277.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",