aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2018-03-16 10:09:13 +1100
committerGitHub <noreply@github.com>2018-03-16 10:09:13 +1100
commit0d876b51df2c7880b2a58fed0c44fb4b20838129 (patch)
tree50e1d4d644f884f80e519900d5077ecec2382499 /src/js/index.js
parent2ed3f6c0c829e8aa4eee10f0321e7d16f2c464a9 (diff)
parentae008be5db783176cd97d7a78b33c97a08e284df (diff)
downloadBIP39-0d876b51df2c7880b2a58fed0c44fb4b20838129.tar.gz
BIP39-0d876b51df2c7880b2a58fed0c44fb4b20838129.tar.zst
BIP39-0d876b51df2c7880b2a58fed0c44fb4b20838129.zip
Merge pull request #178 from TrifidTeam/init-nebl-integration
Add Neblio
Diffstat (limited to 'src/js/index.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 3f1cf3c..502bbdf 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1604,6 +1604,14 @@
1604 }, 1604 },
1605 }, 1605 },
1606 { 1606 {
1607 name: "NEBL - Neblio",
1608 segwitAvailable: false,
1609 onSelect: function() {
1610 network = bitcoinjs.bitcoin.networks.neblio;
1611 setHdCoin(146);
1612 },
1613 },
1614 {
1607 name: "DOGE - Dogecoin", 1615 name: "DOGE - Dogecoin",
1608 segwitAvailable: false, 1616 segwitAvailable: false,
1609 onSelect: function() { 1617 onSelect: function() {