bip44-constants 350.0.0 → 352.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 +3 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -737,11 +737,13 @@ module.exports = [
|
|
|
737
737
|
[0x800002e3, 'DPC', 'Dpowcoin (DualPowCoin)'],
|
|
738
738
|
[0x800002e4, 'MDC', 'MyDataCoin'],
|
|
739
739
|
[0x800002e5, 'RIV', 'Rigvid'],
|
|
740
|
+
[0x800002e8, 'DUSK', 'Dusk'],
|
|
740
741
|
[0x800002eb, 'CFG', 'Centrifuge'],
|
|
741
742
|
[0x800002ee, 'XPRT', 'Persistence'],
|
|
742
743
|
[0x800002f1, '', 'Age X25519 Encryption'],
|
|
743
744
|
[0x800002f2, '', 'Age NIST Encryption'],
|
|
744
745
|
[0x800002f5, 'HONEY', 'HoneyWood'],
|
|
746
|
+
[0x800002f6, 'XDD', 'XDDCoin'],
|
|
745
747
|
[0x800002fd, 'TGN', 'Tagion'],
|
|
746
748
|
[0x80000300, 'BALLZ', 'Ballzcoin'],
|
|
747
749
|
[0x80000302, 'COSA', 'Cosanta'],
|
|
@@ -807,6 +809,7 @@ module.exports = [
|
|
|
807
809
|
[0x80000354, 'DSM', 'Desmos'],
|
|
808
810
|
[0x80000355, 'PRCY', 'PRCY Coin'],
|
|
809
811
|
[0x8000035a, 'HVH', 'HAVAH'],
|
|
812
|
+
[0x8000035c, 'XBIT', 'XBIT Coin'],
|
|
810
813
|
[0x80000360, 'CVM', 'Convex'],
|
|
811
814
|
[0x80000362, 'MOB', 'MobileCoin'],
|
|
812
815
|
[0x80000364, 'IF', 'Infinitefuture'],
|