bip44-constants 279.0.0 → 281.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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -683,6 +683,7 @@ module.exports = [
683
683
  [0x800002a9, 'NENG', 'Nengcoin'],
684
684
  [0x800002aa, 'CHTA', 'Cheetahcoin'],
685
685
  [0x800002ab, 'ALEO', 'Aleo Network'],
686
+ [0x800002ac, 'HMS', 'Hemis'],
686
687
  [0x800002ad, 'OAS', 'Oasys'],
687
688
  [0x800002ae, 'KAR', 'Karura Network'],
688
689
  [0x800002b0, 'CET', 'CoinEx Chain'],
@@ -909,6 +910,7 @@ module.exports = [
909
910
  [0x80000743, 'TES', 'Teslacoin'],
910
911
  [0x80000760, 'ZTX', 'Zetrix'],
911
912
  [0x8000076b, 'XEC', 'eCash token'],
913
+ [0x8000076c, 'XNA', 'Neurai'],
912
914
  [0x8000076d, 'CLC', 'Classica'],
913
915
  [0x80000773, 'BITCI', 'Bitcicoin'],
914
916
  [0x8000077f, 'VIPS', 'VIPSTARCOIN'],
@@ -1114,6 +1116,7 @@ module.exports = [
1114
1116
  [0x80067932, 'X42', 'x42'],
1115
1117
  [0x80082750, 'SCR', 'Scroll'],
1116
1118
  [0x800a2c2a, 'VITE', 'Vite'],
1119
+ [0x800b3206, 'ICE', 'Ice Network'],
1117
1120
  [0x800d9038, 'SEA', 'Second Exchange Alliance'],
1118
1121
  [0x800c9061, 'WTC', 'WaltonChain'],
1119
1122
  [0x80100000, 'AMAX', 'Armonia Meta Chain'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "279.0.0",
3
+ "version": "281.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",