bip44-constants 68.0.0 → 69.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 +2 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -750,7 +750,8 @@ module.exports = [
|
|
|
750
750
|
[0x800006c1, 'XTZ', 'Tezos'],
|
|
751
751
|
[0x800006f0, 'LBTC', 'Liquid BTC'],
|
|
752
752
|
[0x800006f1, 'BBP', 'Biblepay'],
|
|
753
|
-
[
|
|
753
|
+
[0x800006f8, 'JPYS', 'JPY Stablecoin'],
|
|
754
|
+
[0x800006fd, 'VEGA', 'Vega Protocol'],
|
|
754
755
|
[0x80000717, 'ADA', 'Cardano'],
|
|
755
756
|
[0x80000743, 'TES', 'Teslacoin'],
|
|
756
757
|
[0x8000076b, 'XEC', 'eCash token'],
|