bip44-constants 361.0.0 → 363.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 +3 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -978,6 +978,7 @@ module.exports = [
978
978
  [0x800007d0, 'GIN', 'GinCoin'],
979
979
  [0x800007d1, 'MNP', 'MNPCoin'],
980
980
  [0x800007d2, 'MLN', 'Miraland'],
981
+ [0x800007d3, 'ISNA', 'iSarrana'],
981
982
  [0x800007df, 'TEER', 'Integritee'],
982
983
  [0x800007e1, 'KIN', 'Kin'],
983
984
  [0x800007e2, 'EOSC', 'EOSClassic'],
@@ -1236,5 +1237,6 @@ module.exports = [
1236
1237
  [0xc655454d, 'TTNC', 'TakeTitan'],
1237
1238
  [0xc6554557, 'MTGBP', 'MTGBP'],
1238
1239
  [0xc6554561, 'QFS', 'Qfs'],
1239
- [0xc655456b, 'RWA', 'Asset Chain']
1240
+ [0xc655456b, 'RWA', 'Asset Chain'],
1241
+ [0xc6554575, 'HXC', 'HuaXia Chain']
1240
1242
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "361.0.0",
3
+ "version": "363.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",