]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Added TSTRAT
authorAndy Davis <github@andy-davis.co.uk>
Mon, 16 Jul 2018 14:01:12 +0000 (15:01 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Jul 2018 14:01:12 +0000 (15:01 +0100)
src/js/index.js

index 1b56d6cbf1e808aa5cdf5ef56425873a46d2d8cb..41011efe50e82e6593c79ee18c48067d4a8ad181 100644 (file)
                 setHdCoin(105);
             },
         },
+        {
+            name: "TSTRAT - Stratis Testnet",
+            onSelect: function() {
+                network = bitcoinjs.bitcoin.networks.stratistest;
+                setHdCoin(105);
+            },
+        },
         {
             name: "SYS - Syscoin",
             onSelect: function() {