bip44-constants 379.0.0 → 381.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 +5 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -741,6 +741,7 @@ module.exports = [
741
741
  [0x800002e3, 'DPC', 'Dpowcoin (DualPowCoin)'],
742
742
  [0x800002e4, 'MDC', 'MyDataCoin'],
743
743
  [0x800002e5, 'RIV', 'Rigvid'],
744
+ [0x800002e6, 'LTO', 'LTO Network'],
744
745
  [0x800002e8, 'DUSK', 'Dusk'],
745
746
  [0x800002eb, 'CFG', 'Centrifuge'],
746
747
  [0x800002ee, 'XPRT', 'Persistence'],
@@ -749,6 +750,7 @@ module.exports = [
749
750
  [0x800002f5, 'HONEY', 'HoneyWood'],
750
751
  [0x800002f6, 'XDD', 'XDDCoin'],
751
752
  [0x800002fd, 'TGN', 'Tagion'],
753
+ [0x800002ff, 'LLD', 'Liberland'],
752
754
  [0x80000300, 'BALLZ', 'Ballzcoin'],
753
755
  [0x80000302, 'COSA', 'Cosanta'],
754
756
  [0x80000303, 'BR', 'BR'],
@@ -860,6 +862,7 @@ module.exports = [
860
862
  [0x800003c8, 'UNW', 'UNW'],
861
863
  [0x800003c9, 'QI', 'Quai Network'],
862
864
  [0x800003ca, 'TWINS', 'TWINS'],
865
+ [0x800003cf, '', 'TrustNet'],
863
866
  [0x800003d1, 'TLOS', 'Telos'],
864
867
  [0x800003d5, 'TAFECO', 'Taf ECO Chain'],
865
868
  [0x800003d9, 'AU', 'Autonomy'],
@@ -1253,5 +1256,6 @@ module.exports = [
1253
1256
  [0xc6554557, 'MTGBP', 'MTGBP'],
1254
1257
  [0xc6554561, 'QFS', 'Qfs'],
1255
1258
  [0xc655456b, 'RWA', 'Asset Chain'],
1256
- [0xc6554575, 'HXC', 'HuaXia Chain']
1259
+ [0xc6554575, 'HXC', 'HuaXia Chain'],
1260
+ [0xc655457f, 'AME', 'AME Chain']
1257
1261
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "379.0.0",
3
+ "version": "381.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",