bip44-constants 119.0.0 → 120.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
@@ -786,6 +786,7 @@ module.exports = [
786
786
  [0x80000492, 'HOO', 'Hoo Smart Chain'],
787
787
  [0x800004d2, 'ALPH', 'Alephium'],
788
788
  [0x800004d5, '', 'Nostr'],
789
+ [0x80000504, 'GLMR', 'Moonbeam'],
789
790
  [0x80000505, 'MOVR', 'Moonriver'],
790
791
  [0x8000051c, 'WEI', 'WEI'],
791
792
  [0x80000539, 'DFC', 'Defcoin'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "119.0.0",
3
+ "version": "120.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"