mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-28 21:30:41 +00:00
Added Artax as HD 219 from proposed https://github.com/satoshilabs/slips/pull/363
This commit is contained in:
@@ -2488,6 +2488,13 @@
|
||||
network = bitcoinjs.bitcoin.networks.wincoin;
|
||||
setHdCoin(181);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "XAX - Artax",
|
||||
onSelect: function() {
|
||||
network = bitcoinjs.bitcoin.networks.artax;
|
||||
setHdCoin(219);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "XBC - Bitcoinplus",
|
||||
|
||||
Reference in New Issue
Block a user