bip44-constants 331.0.0 → 332.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 +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -898,6 +898,7 @@ module.exports = [
898
898
  [0x80000500, '', 'Kudos Setler'],
899
899
  [0x80000504, 'GLMR', 'Moonbeam'],
900
900
  [0x80000505, 'MOVR', 'Moonriver'],
901
+ [0x80000506, 'DSG', 'Dessage Social Protocol'],
901
902
  [0x80000512, 'WPC', 'Wpc'],
902
903
  [0x8000051c, 'WEI', 'WEI'],
903
904
  [0x80000520, 'BITS', 'Entropy'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "331.0.0",
3
+ "version": "332.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",