bip44-constants 265.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 +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -989,6 +989,7 @@ module.exports = [
989
989
  [0x8000167d, 'STX', 'Stacks'],
990
990
  [0x80001707, 'VOW', 'VowChain VOW'],
991
991
  [0x80001720, 'SLU', 'SILUBIUM'],
992
+ [0x8000176B, 'DUSK', 'Dusk Network'],
992
993
  [0x800017ac, 'GO', 'GoChain GO'],
993
994
  [0x8000181e, 'MOI', 'My Own Internet'],
994
995
  [0x80001984, 'UM', 'Penumbra'],
@@ -1035,6 +1036,7 @@ module.exports = [
1035
1036
  [0x80002710, 'FO', 'FIBOS'],
1036
1037
  [0x8000277f, 'DHP', 'dHealth'],
1037
1038
  [0x800027f2, 'RTM', 'Raptoreum'],
1039
+ [0x80002802, 'AA', 'Arthera'],
1038
1040
  [0x80002833, 'XRC', 'XRhodium'],
1039
1041
  [0x8000290b, 'NUM', 'Numbers Protocol'],
1040
1042
  [0x8000296d, 'XPI', 'Lotus'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "265.0.0",
3
+ "version": "266.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",