bip44-constants 235.0.0 → 237.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
@@ -834,7 +834,7 @@ module.exports = [
834
834
  [0x800003f5, 'BIC', 'Beincrypto'],
835
835
  [0x800003fc, 'EVC', 'Evrice'],
836
836
  [0x800003fe, 'XRD', 'Radix DLT'],
837
- [0x800003ff, 'ONE', 'HARMONY-ONE'],
837
+ [0x800003ff, 'ONE', 'HARMONY-ONE (Legacy)'],
838
838
  [0x80000400, 'ONT', 'Ontology'],
839
839
  [0x80000401, 'CZZ', 'Classzz'],
840
840
  [0x80000402, 'KEX', 'Kira Exchange Token'],
@@ -967,6 +967,7 @@ module.exports = [
967
967
  [0x80001720, 'SLU', 'SILUBIUM'],
968
968
  [0x800017ac, 'GO', 'GoChain GO'],
969
969
  [0x8000181e, 'MOI', 'My Own Internet'],
970
+ [0x80001984, 'UM', 'Penumbra'],
970
971
  [0x800019c7, 'RSC', 'Royal Sports City'],
971
972
  [0x80001a0a, 'BPA', 'Bitcoin Pizza'],
972
973
  [0x80001a20, 'SAFE', 'SAFE'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "235.0.0",
3
+ "version": "237.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",