aboutsummaryrefslogtreecommitdiff
path: root/src/js
diff options
context:
space:
mode:
authorwilliamersatz <willie.krause@gmail.com>2018-03-22 09:08:16 +0200
committerGitHub <noreply@github.com>2018-03-22 09:08:16 +0200
commit52d698e42f388a6fa4f86accbf7bc58fb2a5775b (patch)
tree9e328638ee486a6abc37476ba59848614164ea92 /src/js
parent0d876b51df2c7880b2a58fed0c44fb4b20838129 (diff)
downloadBIP39-52d698e42f388a6fa4f86accbf7bc58fb2a5775b.tar.gz
BIP39-52d698e42f388a6fa4f86accbf7bc58fb2a5775b.tar.zst
BIP39-52d698e42f388a6fa4f86accbf7bc58fb2a5775b.zip
Added support for Beetle Coin
Diffstat (limited to 'src/js')
-rw-r--r--src/js/index.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 502bbdf..b1ca066 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1523,6 +1523,14 @@
1523 }, 1523 },
1524 }, 1524 },
1525 { 1525 {
1526 name: "BEET - Beetlecoin",
1527 segwitAvailable: false,
1528 onSelect: function() {
1529 network = bitcoinjs.bitcoin.networks.beetlecoin;
1530 setHdCoin(800);
1531 },
1532 },
1533 {
1526 name: "BCH - Bitcoin Cash", 1534 name: "BCH - Bitcoin Cash",
1527 segwitAvailable: false, 1535 segwitAvailable: false,
1528 onSelect: function() { 1536 onSelect: function() {