bip44-constants 155.0.0 → 158.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 +4 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -779,6 +779,7 @@ module.exports = [
|
|
|
779
779
|
[0x800003e0, 'UNT', 'Unit'],
|
|
780
780
|
[0x800003e1, 'XRB', 'X Currency'],
|
|
781
781
|
[0x800003e2, 'QUAI', 'Quai Network'],
|
|
782
|
+
[0x800003e3, 'CAPS', 'Ternoa'],
|
|
782
783
|
[0x800003e4, 'OKT', 'OKChain Token'],
|
|
783
784
|
[0x800003e5, 'SUM', 'Solidum'],
|
|
784
785
|
[0x800003e6, 'LBTC', 'Lightning Bitcoin'],
|
|
@@ -980,6 +981,7 @@ module.exports = [
|
|
|
980
981
|
[0x80018894, 'HOME', 'HomeCoin'],
|
|
981
982
|
[0x80018a92, 'STC', 'Starcoin'],
|
|
982
983
|
[0x80019a91, 'STRAX', 'Strax'],
|
|
984
|
+
[0x8002780b, 'APTA', 'Bloqs4Good'],
|
|
983
985
|
[0x80030fb1, 'AKA', 'Akroma'],
|
|
984
986
|
[0x80011000, 'GENOM', 'GENOM'],
|
|
985
987
|
[0x8003c301, 'ATS', 'ARTIS sigma1'],
|
|
@@ -1019,5 +1021,6 @@ module.exports = [
|
|
|
1019
1021
|
[0x85f5e0fd, 'EQ', 'EQ'],
|
|
1020
1022
|
[0x85f5e0fe, 'FLUID', 'Fluid Chains'],
|
|
1021
1023
|
[0x85f5e0ff, 'QKC', 'QuarkChain'],
|
|
1022
|
-
[0xa4465644, 'FVDC', 'ForumCoin']
|
|
1024
|
+
[0xa4465644, 'FVDC', 'ForumCoin'],
|
|
1025
|
+
[0xc655454c, '', 'Fuel']
|
|
1023
1026
|
]
|