aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authorAitor <aitor.plaza@unavarra.es>2019-05-29 12:21:22 +0200
committerAitor <aitor.plaza@unavarra.es>2019-05-29 12:21:22 +0200
commitaf14981d83441583bf6ed1a27dabb9545a1168f4 (patch)
treee064bc77683915f4a7fdf1d71c1bc0acad04505c /src/js/index.js
parent9f3c11176634d46ac19586b1988da80fb3f71ee4 (diff)
downloadBIP39-af14981d83441583bf6ed1a27dabb9545a1168f4.tar.gz
BIP39-af14981d83441583bf6ed1a27dabb9545a1168f4.tar.zst
BIP39-af14981d83441583bf6ed1a27dabb9545a1168f4.zip
Add DeepOnion (ONION)
Diffstat (limited to 'src/js/index.js')
-rw-r--r--src/js/index.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 6085f1b..88b1e09 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2369,6 +2369,13 @@
2369 }, 2369 },
2370 }, 2370 },
2371 { 2371 {
2372 name: "ONION - DeepOnion",
2373 onSelect: function() {
2374 network = bitcoinjs.bitcoin.networks.deeponion;
2375 setHdCoin(305);
2376 },
2377 },
2378 {
2372 name: "ONX - Onixcoin", 2379 name: "ONX - Onixcoin",
2373 onSelect: function() { 2380 onSelect: function() {
2374 network = bitcoinjs.bitcoin.networks.onixcoin; 2381 network = bitcoinjs.bitcoin.networks.onixcoin;