bip44-constants 228.0.0 → 230.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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1003,6 +1003,7 @@ module.exports = [
1003
1003
  [0x80002710, 'FO', 'FIBOS'],
1004
1004
  [0x800027f2, 'RTM', 'Raptoreum'],
1005
1005
  [0x80002833, 'XRC', 'XRhodium'],
1006
+ [0x8000290b, 'NUM', 'Numbers Protocol'],
1006
1007
  [0x8000296d, 'XPI', 'Lotus'],
1007
1008
  [0x80002b67, 'ESS', 'Essentia One'],
1008
1009
  [0x80002dde, 'VARCH', 'InvArch'],
@@ -1062,6 +1063,7 @@ module.exports = [
1062
1063
  [0x80067932, 'X42', 'x42'],
1063
1064
  [0x80082750, 'SCR', 'Scroll'],
1064
1065
  [0x800a2c2a, 'VITE', 'Vite'],
1066
+ [0x800d9022, 'GGXT', 'Golden Gate Sydney'],
1065
1067
  [0x800d9038, 'SEA', 'Second Exchange Alliance'],
1066
1068
  [0x800c9061, 'WTC', 'WaltonChain'],
1067
1069
  [0x80100000, 'AMAX', 'Armonia Meta Chain'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "228.0.0",
3
+ "version": "230.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",