bip44-constants 401.0.0 → 403.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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -755,6 +755,7 @@ module.exports = [
755
755
  [0x800002f5, 'HONEY', 'HoneyWood'],
756
756
  [0x800002f6, 'XDD', 'XDDCoin'],
757
757
  [0x800002f7, 'TBI', 'TBicloud'],
758
+ [0x800002f8, 'FGC', 'Figcoin'],
758
759
  [0x800002fa, 'BELLS', 'Bellscoin'],
759
760
  [0x800002fd, 'TGN', 'Tagion'],
760
761
  [0x800002ff, 'LLD', 'Liberland'],
@@ -834,6 +835,7 @@ module.exports = [
834
835
  [0x80000360, 'CVM', 'Convex'],
835
836
  [0x80000362, 'MOB', 'MobileCoin'],
836
837
  [0x80000364, 'IF', 'Infinitefuture'],
838
+ [0x80000365, 'TXFLOW', 'TxFlow'],
837
839
  [0x80000369, 'QUORUM', 'Quorum'],
838
840
  [0x8000036d, 'NAM', 'Namada'],
839
841
  [0x8000036e, 'SCR', 'Scorum Network'],
@@ -1146,6 +1148,7 @@ module.exports = [
1146
1148
  [0x80002222, 'ALPH', 'Alph Network'],
1147
1149
  [0x800022a2, 'GGX', 'Golden Gate'],
1148
1150
  [0x800022b6, 'GGXT', 'Golden Gate Sydney'],
1151
+ [0x800022b7, 'KTA', 'Keeta'],
1149
1152
  [0x800022b8, 'SBTC', 'Super Bitcoin'],
1150
1153
  [0x80002304, 'NULS', 'NULS'],
1151
1154
  [0x80002325, 'BBC', 'Babacoin'],
@@ -1177,6 +1180,7 @@ module.exports = [
1177
1180
  [0x80002b67, 'ESS', 'Essentia One'],
1178
1181
  [0x80002dde, 'VARCH', 'InvArch'],
1179
1182
  [0x80002ddf, 'TNKR', 'Tinkernet'],
1183
+ [0x80002edb, 'AUR', 'Aureus'],
1180
1184
  [0x80003039, 'IPOS', 'IPOS'],
1181
1185
  [0x8000312a, 'MINA', 'Mina'],
1182
1186
  [0x80003232, 'ANLOG', 'Analog Timechain'],
@@ -1208,6 +1212,7 @@ module.exports = [
1208
1212
  [0x80008288, 'TEO', 'Trust Eth reOrigin'],
1209
1213
  [0x80008456, 'BTCS', 'Bitcoin Stake'],
1210
1214
  [0x80008888, 'BTT', 'ByteTrade'],
1215
+ [0x80009069, 'AMA', 'AMA'],
1211
1216
  [0x80009468, 'FXTC', 'FixedTradeCoin'],
1212
1217
  [0x80009999, 'AMA', 'Amabig'],
1213
1218
  [0x8000a455, 'FACT', 'FACT0RN'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "401.0.0",
3
+ "version": "403.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",