bip44-constants 195.0.0 → 197.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 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -199,7 +199,7 @@ module.exports = [
|
|
|
199
199
|
[0x800000c3, 'TRX', 'Tron'],
|
|
200
200
|
[0x800000c4, 'KOBO', 'Kobocoin'],
|
|
201
201
|
[0x800000c5, 'HUSH', 'HUSH'],
|
|
202
|
-
[0x800000c6, '
|
|
202
|
+
[0x800000c6, 'BAN', 'Banano'],
|
|
203
203
|
[0x800000c7, 'ETF', 'ETF'],
|
|
204
204
|
[0x800000c8, 'OMNI', 'Omni'],
|
|
205
205
|
[0x800000c9, 'BIFI', 'BitcoinFile'],
|
|
@@ -703,7 +703,8 @@ module.exports = [
|
|
|
703
703
|
[0x800002e1, 'ATOP', 'Financial Blockchain'],
|
|
704
704
|
[0x800002eb, 'CFG', 'Centrifuge'],
|
|
705
705
|
[0x800002ee, 'XPRT', 'Persistence'],
|
|
706
|
-
[0x800002f1, '', 'Age Encryption'],
|
|
706
|
+
[0x800002f1, '', 'Age X25519 Encryption'],
|
|
707
|
+
[0x800002f2, '', 'Age NIST Encryption'],
|
|
707
708
|
[0x800002f5, 'HONEY', 'HoneyWood'],
|
|
708
709
|
[0x80000300, 'BALLZ', 'Ballzcoin'],
|
|
709
710
|
[0x80000302, 'COSA', 'Cosanta'],
|