mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-26 04:10:40 +00:00
add stash parameters
This commit is contained in:
@@ -2356,6 +2356,20 @@
|
||||
setHdCoin(59);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "STASH - Stash",
|
||||
onSelect: function() {
|
||||
network = bitcoinjs.bitcoin.networks.stash;
|
||||
setHdCoin(0xC0C0);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "STASH - Stash Testnet",
|
||||
onSelect: function() {
|
||||
network = bitcoinjs.bitcoin.networks.stashtn;
|
||||
setHdCoin(0xCAFE);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "STRAT - Stratis",
|
||||
onSelect: function() {
|
||||
|
||||
Reference in New Issue
Block a user