bip44-constants 395.0.0 → 396.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
@@ -1288,6 +1288,7 @@ module.exports = [
1288
1288
  [0x80abcdef, 'LBR', '0L'],
1289
1289
  [0x8134afd5, 'ROH', 'Rooch'],
1290
1290
  [0x8134d82e, 'NLK', 'NuLinkCoin'],
1291
+ [0x821f3680, 'AXX', 'AtlasX Chain'],
1291
1292
  [0x8e4f524b, 'ZORK', 'Zork Network'],
1292
1293
  [0x90000143, 'MON', 'Monad'],
1293
1294
  [0xa4465644, 'FVDC', 'ForumCoin'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "395.0.0",
3
+ "version": "396.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",