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() {