bip44-constants 107.0.0 → 110.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 +8 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -649,8 +649,14 @@ module.exports = [
649
649
  [0x8000029d, 'GC', 'GateChain'],
650
650
  [0x8000029e, 'PLGR', 'Pledger'],
651
651
  [0x8000029f, 'MPLGR', 'Pledger'],
652
+ [0x800002a0, 'KNOX', 'Knox'],
653
+ [0x800002a1, 'ZED', 'ZED'],
654
+ [0x800002a2, 'CNDL', 'Candle'],
655
+ [0x800002a3, 'WLKR', 'Walker Crypto Innovation Index'],
656
+ [0x800002a4, 'WLKRR', 'Walker'],
652
657
  [0x800002a5, 'YUNGE', 'Yunge'],
653
658
  [0x800002a6, 'Voken', 'Voken'],
659
+ [0x800002a7, 'APL', 'Apollo'],
654
660
  [0x800002a8, 'Evrynet', 'Evrynet'],
655
661
  [0x800002ae, 'KAR', 'Karura Network'],
656
662
  [0x800002b0, 'CET', 'CoinEx Chain'],
@@ -845,11 +851,13 @@ module.exports = [
845
851
  [0x80000fc8, 'FC8', 'FCH Network'],
846
852
  [0x80001000, 'YEE', 'YeeCo'],
847
853
  [0x8000107a, 'IOTA', 'IOTA'],
854
+ [0x8000107b, 'SMR', 'Shimmer'],
848
855
  [0x80001092, 'AXE', 'Axe'],
849
856
  [0x800010f7, 'XYM', 'Symbol'],
850
857
  [0x8000138e, 'SBC', 'Senior Block Coin'],
851
858
  [0x80001480, 'FIC', 'FIC'],
852
859
  [0x800014e9, 'HNS', 'Handshake'],
860
+ [0x8000151c, 'ISK', 'ISKRA'],
853
861
  [0x800015b3, 'FUND', 'Unification'],
854
862
  [0x8000167d, 'STX', 'Blockstack'],
855
863
  [0x80001707, 'VOW', 'VowChain VOW'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "107.0.0",
3
+ "version": "110.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"