bip44-constants 401.0.0 → 402.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
@@ -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'],
@@ -1146,6 +1147,7 @@ module.exports = [
1146
1147
  [0x80002222, 'ALPH', 'Alph Network'],
1147
1148
  [0x800022a2, 'GGX', 'Golden Gate'],
1148
1149
  [0x800022b6, 'GGXT', 'Golden Gate Sydney'],
1150
+ [0x800022b7, 'KTA', 'Keeta'],
1149
1151
  [0x800022b8, 'SBTC', 'Super Bitcoin'],
1150
1152
  [0x80002304, 'NULS', 'NULS'],
1151
1153
  [0x80002325, 'BBC', 'Babacoin'],
@@ -1208,6 +1210,7 @@ module.exports = [
1208
1210
  [0x80008288, 'TEO', 'Trust Eth reOrigin'],
1209
1211
  [0x80008456, 'BTCS', 'Bitcoin Stake'],
1210
1212
  [0x80008888, 'BTT', 'ByteTrade'],
1213
+ [0x80009069, 'AMA', 'AMA'],
1211
1214
  [0x80009468, 'FXTC', 'FixedTradeCoin'],
1212
1215
  [0x80009999, 'AMA', 'Amabig'],
1213
1216
  [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": "402.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",