Merge pull request #4401 from gabrielbazan7/feat/testnetImport
add a testnet switch when importing mnemonics
This commit is contained in:
commit
1ecd1c7dd4
3 changed files with 18 additions and 1 deletions
|
|
@ -82,6 +82,14 @@
|
|||
<span>Wallet Service URL</span>
|
||||
<input type="text" id="bwsurl" name="bwsurl" ng-model="bwsurl">
|
||||
</label>
|
||||
|
||||
<div class="oh">
|
||||
<label for="network-name" class="dbi">
|
||||
<span>Testnet</span>
|
||||
<ion-toggle ng-model="testnetEnabled" ng-change="setDerivationPath()" toggle-class="toggle-balanced" class="bct">
|
||||
</ion-toggle>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue