bip44-constants 107.0.0 → 108.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.
- package/index.js +6 -0
- 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'],
|