From: Andy Davis Date: Mon, 16 Jul 2018 14:05:29 +0000 (+0100) Subject: Merge pull request #1 from majikandy/patch-3 X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=b4d881fbd011acb788535df8b7607a6691a8cb29;hp=cc9ed1c5752dabc7646e7b92c5aa2563bd4f801a Merge pull request #1 from majikandy/patch-3 Update bitcoinjs-extensions.js --- diff --git a/src/js/index.js b/src/js/index.js index 1b56d6c..41011ef 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -2293,6 +2293,13 @@ setHdCoin(105); }, }, + { + name: "TSTRAT - Stratis Testnet", + onSelect: function() { + network = bitcoinjs.bitcoin.networks.stratistest; + setHdCoin(105); + }, + }, { name: "SYS - Syscoin", onSelect: function() {