aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2018-12-05 08:36:51 +1100
committerGitHub <noreply@github.com>2018-12-05 08:36:51 +1100
commitacf4c9b588c6abcc275b4e46df54248a2c913366 (patch)
tree3f835b97ec21398a32c99f81d8b4ad27cd23e82d /src/js/index.js
parentd645b9826147ce85100fa24bf5fdccd059e4ba76 (diff)
parent10cf809e7cb3f61927d6d1313072a0323d62d6db (diff)
downloadBIP39-acf4c9b588c6abcc275b4e46df54248a2c913366.tar.gz
BIP39-acf4c9b588c6abcc275b4e46df54248a2c913366.tar.zst
BIP39-acf4c9b588c6abcc275b4e46df54248a2c913366.zip
Merge branch 'master' into master
Diffstat (limited to 'src/js/index.js')
-rw-r--r--src/js/index.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 6b292f5..8322115 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1703,6 +1703,20 @@
1703 }, 1703 },
1704 }, 1704 },
1705 { 1705 {
1706 name: "BND - Blocknode",
1707 onSelect: function() {
1708 network = bitcoinjs.bitcoin.networks.blocknode;
1709 setHdCoin(2941);
1710 },
1711 },
1712 {
1713 name: "tBND - Blocknode Testnet",
1714 onSelect: function() {
1715 network = bitcoinjs.bitcoin.networks.blocknode_testnet;
1716 setHdCoin(1);
1717 },
1718 },
1719 {
1706 name: "BRIT - Britcoin", 1720 name: "BRIT - Britcoin",
1707 onSelect: function() { 1721 onSelect: function() {
1708 network = bitcoinjs.bitcoin.networks.britcoin; 1722 network = bitcoinjs.bitcoin.networks.britcoin;