AXE support

This commit is contained in:
-k
2018-01-06 23:57:11 -05:00
parent de8e5bc11f
commit cfc0c4d743
2 changed files with 19 additions and 0 deletions

View File

@@ -1452,6 +1452,14 @@
}
var networks = [
{
name: "AXE - Axe",
segwitAvailable: false,
onSelect: function() {
network = bitcoinjs.bitcoin.networks.axe;
setHdCoin(0);
},
},
{
name: "BCH - Bitcoin Cash",
segwitAvailable: false,