@geekcash/mix-lib
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -145,3 +145,3 @@ module.exports = [ | ||
alias: 'NORT', | ||
pubkeyhash: 0x33, | ||
pubkeyhash: 0x35, | ||
privatekey: 0x2e, | ||
@@ -228,4 +228,33 @@ xpubkey: 0x0488b21e, | ||
{ | ||
name: 'CommandCoin', | ||
alias: 'CMD', | ||
pubkeyhash: 0x1c, | ||
privatekey: 0x1c, | ||
xpubkey: 0x0488b21e, | ||
xprivkey: 0x0488ade4 | ||
}, | ||
{ | ||
name: 'Transcendence', | ||
alias: 'TELOS', | ||
pubkeyhash: 0x26, | ||
privatekey: 0x62, | ||
xpubkey: 0x0488b21e, | ||
xprivkey: 0x0488ade4 | ||
}, | ||
{ | ||
name: 'QubeNet', | ||
alias: 'QUB', | ||
pubkeyhash: 0x3a, | ||
privatekey: 0x99, | ||
xpubkey: 0x0488b21e, | ||
xprivkey: 0x0488ade4 | ||
}, | ||
{ | ||
name: 'testnet', | ||
@@ -232,0 +261,0 @@ alias: 'regtest', |
{ | ||
"name": "@geekcash/mix-lib", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A pure and powerful JavaScript Multiple Coins library.", | ||
@@ -32,3 +32,21 @@ "author": "GeekCash Team <hello@geekcash.org>", | ||
"bip70", | ||
"multisig" | ||
"multisig", | ||
"CommandCoin", | ||
"PIVX", | ||
"ColossusXT", | ||
"Aegeus", | ||
"MetaCash", | ||
"LightPayCoin", | ||
"Northern", | ||
"DeepOnion", | ||
"DigiByte", | ||
"Zcash", | ||
"Stakenet", | ||
"MMOCoin", | ||
"Stakecube", | ||
"BitcoinCash", | ||
"Alqo", | ||
"BlockNet", | ||
"Transcendence", | ||
"QubeNet" | ||
], | ||
@@ -35,0 +53,0 @@ "repository": { |
@@ -88,3 +88,5 @@ JavaScript Multiple Coins Library | ||
BlockNet [BLOCK] | ||
Trittium [TRTT] | ||
CommandCoin [CMD] | ||
Transcendence [TELOS] | ||
QubeNet [QUB] | ||
``` | ||
@@ -91,0 +93,0 @@ |
Sorry, the diff of this file is too big to display
3922550
77130
120