bip44-constants 404.0.0 → 406.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 +4 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -919,6 +919,7 @@ module.exports = [
919
919
  [0x800003f9, 'ZTC', 'Zenchain'],
920
920
  [0x800003fa, 'ZANO', 'Zano'],
921
921
  [0x800003fc, 'EVC', 'Evrice'],
922
+ [0x800003fd, 'PKOIN', 'Pocketcoin'],
922
923
  [0x800003fe, 'XRD', 'Radix DLT'],
923
924
  [0x800003ff, 'ONE', 'HARMONY-ONE (Legacy)'],
924
925
  [0x80000400, 'ONT', 'Ontology'],
@@ -1167,6 +1168,7 @@ module.exports = [
1167
1168
  [0x8000232e, 'BSC', 'Binance Smart Chain'],
1168
1169
  [0x8000232f, 'SATOX', 'Satoxcoin'],
1169
1170
  [0x80002481, 'WEIL', 'Weilliptic'],
1171
+ [0x80002553, 'RIN', 'Rincoin'],
1170
1172
  [0x80002645, 'NRG', 'Energi'],
1171
1173
  [0x800026a0, 'BTF', 'Bitcoin Faith'],
1172
1174
  [0x800026f1, 'OSMI', 'Osmium'],
@@ -1183,7 +1185,7 @@ module.exports = [
1183
1185
  [0x80002b67, 'ESS', 'Essentia One'],
1184
1186
  [0x80002dde, 'VARCH', 'InvArch'],
1185
1187
  [0x80002ddf, 'TNKR', 'Tinkernet'],
1186
- [0x80002edb, 'AUR', 'Aureus'],
1188
+ [0x80002edb, 'AURE', 'Aureus'],
1187
1189
  [0x80003039, 'IPOS', 'IPOS'],
1188
1190
  [0x8000312a, 'MINA', 'Mina'],
1189
1191
  [0x80003232, 'ANLOG', 'Analog Timechain'],
@@ -1271,6 +1273,7 @@ module.exports = [
1271
1273
  [0x801a2010, 'LAX', 'LAPO'],
1272
1274
  [0x803be02b, 'EPK', 'EPIK Protocol'],
1273
1275
  [0x80426c63, 'BBLU', 'Bitcoin-Blu'],
1276
+ [0x80430452, 'MCSH', 'MetaMask Cash Account'],
1274
1277
  [0x80485944, 'HYD', 'Hydra Token'],
1275
1278
  [0x804d444e, '', 'Miden'],
1276
1279
  [0x80501949, 'BCO', 'BitcoinOre'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "404.0.0",
3
+ "version": "406.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",