aboutsummaryrefslogtreecommitdiff
path: root/src/js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2020-02-06 14:59:34 +1100
committerGitHub <noreply@github.com>2020-02-06 14:59:34 +1100
commit54a8e781b476b6be3d404f9e8a4897a5a661ea6d (patch)
treefc845e3039a1d2f26d0bef43cb6376e13c7cf133 /src/js
parentc1d6274224e2dcfde76107104d2c397bb487e745 (diff)
parente9491c7efd88b23fc505f546845f52bfbb7fd864 (diff)
downloadBIP39-54a8e781b476b6be3d404f9e8a4897a5a661ea6d.tar.gz
BIP39-54a8e781b476b6be3d404f9e8a4897a5a661ea6d.tar.zst
BIP39-54a8e781b476b6be3d404f9e8a4897a5a661ea6d.zip
Merge pull request #396 from ilanolkies/patch-2
Add network
Diffstat (limited to 'src/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 62bab81..102c7c5 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2957,6 +2957,20 @@
2957 }, 2957 },
2958 }, 2958 },
2959 { 2959 {
2960 name: "RBTC - RSK",
2961 onSelect: function() {
2962 network = libs.bitcoin.networks.rubycoin;
2963 setHdCoin(137);
2964 },
2965 },
2966 {
2967 name: "tRBTC - RSK Testnet",
2968 onSelect: function() {
2969 network = libs.bitcoin.networks.rubycoin;
2970 setHdCoin(37310);
2971 },
2972 },
2973 {
2960 name: "RBY - Rubycoin", 2974 name: "RBY - Rubycoin",
2961 onSelect: function() { 2975 onSelect: function() {
2962 network = libs.bitcoin.networks.rubycoin; 2976 network = libs.bitcoin.networks.rubycoin;