bip44-constants 258.0.0 → 260.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
|
@@ -691,6 +691,8 @@ module.exports = [
|
|
|
691
691
|
[0x800002bc, 'XDAI', 'xDai'],
|
|
692
692
|
[0x800002bd, 'COM', 'Commercio'],
|
|
693
693
|
[0x800002be, 'CCC', 'Commercio Cash Credit'],
|
|
694
|
+
[0x800002c1, 'PEG', 'Pegasus Token'],
|
|
695
|
+
[0x800002c2, 'LKG', 'Lionking'],
|
|
694
696
|
[0x800002c3, 'MCOIN', 'Moneta Coin'],
|
|
695
697
|
[0x800002c6, 'FURY', 'Highbury'],
|
|
696
698
|
[0x800002c7, 'CHC', 'Chaincoin'],
|
|
@@ -703,6 +705,7 @@ module.exports = [
|
|
|
703
705
|
[0x800002ce, 'PEER', 'Peer'],
|
|
704
706
|
[0x800002cf, 'ZET', 'Zetacoin'],
|
|
705
707
|
[0x800002d0, 'ABY', 'Artbyte'],
|
|
708
|
+
[0x800002d1, 'PGX', 'Mirai Chain'],
|
|
706
709
|
[0x800002d2, 'IL8P', 'InfiniLooP'],
|
|
707
710
|
[0x800002d4, 'XVC', 'Vanillacash'],
|
|
708
711
|
[0x800002d5, 'MCX', 'MultiCash'],
|