aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2018-04-20 09:37:28 +1000
committerGitHub <noreply@github.com>2018-04-20 09:37:28 +1000
commitb08caad07e3ed226f1e2d23e0b1e047f2b392ce1 (patch)
tree640b739f70e5546367e6a3199c806eeedf693adb /src/js/index.js
parenta08c709606632e1debd9708cc1cb911e17ca0c40 (diff)
parent0a5d28a7adb5f38421eb4b1ad9223c25ebdb4981 (diff)
downloadBIP39-b08caad07e3ed226f1e2d23e0b1e047f2b392ce1.tar.gz
BIP39-b08caad07e3ed226f1e2d23e0b1e047f2b392ce1.tar.zst
BIP39-b08caad07e3ed226f1e2d23e0b1e047f2b392ce1.zip
Merge pull request #207 from Coinomi/kobocoin
Add Kobocoin support
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 e96f4a9..5433bc3 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1956,6 +1956,14 @@
1956 }, 1956 },
1957 }, 1957 },
1958 { 1958 {
1959 name: "KOBO - Kobocoin",
1960 bip49available: false,
1961 onSelect: function() {
1962 network = bitcoinjs.bitcoin.networks.kobocoin;
1963 setHdCoin(196);
1964 },
1965 },
1966 {
1959 name: "LBC - Library Credits", 1967 name: "LBC - Library Credits",
1960 segwitAvailable: false, 1968 segwitAvailable: false,
1961 onSelect: function() { 1969 onSelect: function() {