bip44-constants 310.0.0 → 312.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 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -896,6 +896,7 @@ module.exports = [
|
|
|
896
896
|
[0x80000505, 'MOVR', 'Moonriver'],
|
|
897
897
|
[0x80000512, 'WPC', 'Wpc'],
|
|
898
898
|
[0x8000051c, 'WEI', 'WEI'],
|
|
899
|
+
[0x80000520, 'BITS', 'Entropy'],
|
|
899
900
|
[0x80000539, 'DFC', 'Defcoin'],
|
|
900
901
|
[0x8000053a, 'IRON', 'Iron Fish'],
|
|
901
902
|
[0x80000544, 'ISLM', 'IslamicCoin'],
|
|
@@ -1117,6 +1118,7 @@ module.exports = [
|
|
|
1117
1118
|
[0x80010000, 'KETH', 'Krypton World'],
|
|
1118
1119
|
[0x80010f2c, 'GRLC', 'Garlicoin'],
|
|
1119
1120
|
[0x80011177, 'GWL', 'Gewel'],
|
|
1121
|
+
[0x8001455d, 'QUBIC', 'Qubic'],
|
|
1120
1122
|
[0x80012fd1, 'ZYN', 'Wethio'],
|
|
1121
1123
|
[0x80015b38, 'RYO', 'c0ban'],
|
|
1122
1124
|
[0x8001869f, 'WICC', 'Waykichain'],
|
|
@@ -1175,5 +1177,8 @@ module.exports = [
|
|
|
1175
1177
|
[0x8134afd5, 'ROH', 'Rooch'],
|
|
1176
1178
|
[0x8134d82e, 'NLK', 'NuLinkCoin'],
|
|
1177
1179
|
[0xa4465644, 'FVDC', 'ForumCoin'],
|
|
1178
|
-
[0xc655454c, '', 'Fuel']
|
|
1180
|
+
[0xc655454c, '', 'Fuel'],
|
|
1181
|
+
[0xc655454d, 'TTNC', 'TakeTitan'],
|
|
1182
|
+
[0xc6554557, 'MTGBP', 'MTGBP'],
|
|
1183
|
+
[0xc6554561, 'QFS', 'Qfs']
|
|
1179
1184
|
]
|