bip44-constants 327.0.0 → 329.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
@@ -733,6 +733,7 @@ module.exports = [
733
733
  [0x800002f1, '', 'Age X25519 Encryption'],
734
734
  [0x800002f2, '', 'Age NIST Encryption'],
735
735
  [0x800002f5, 'HONEY', 'HoneyWood'],
736
+ [0x800002fd, 'TGN', 'Tagion'],
736
737
  [0x80000300, 'BALLZ', 'Ballzcoin'],
737
738
  [0x80000302, 'COSA', 'Cosanta'],
738
739
  [0x80000303, 'BR', 'BR'],
@@ -1050,6 +1051,7 @@ module.exports = [
1050
1051
  [0x80001e61, 'BTV', 'Bitvote'],
1051
1052
  [0x80001e63, 'CPV', 'Compverse'],
1052
1053
  [0x80001f40, 'SKY', 'Skycoin'],
1054
+ [0x80001f51, 'ISC', 'iSunCoin'],
1053
1055
  [0x80001f90, '', 'DSRV'],
1054
1056
  [0x80001ff5, 'BOC', 'BeOne Chain'],
1055
1057
  [0x80002000, 'PAC', 'pacprotocol'],
@@ -1181,6 +1183,7 @@ module.exports = [
1181
1183
  [0x807c8fc7, 'AFS', 'ANFS'],
1182
1184
  [0x80e6b280, 'XDS', 'XDS'],
1183
1185
  [0x83adbc39, 'AQUA', 'Aquachain'],
1186
+ [0x84a2cb71, 'AZT', 'Aztecoin'],
1184
1187
  [0x854c5638, 'HATCH', 'Hatch'],
1185
1188
  [0x857ab1e1, 'kUSD', 'kUSD'],
1186
1189
  [0x85f5e0fc, 'GENS', 'GENS'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "327.0.0",
3
+ "version": "329.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",