Signet support in the frontend.

This commit is contained in:
softsimon
2021-02-20 23:12:22 +07:00
parent e0f609a5e9
commit da61a72283
10 changed files with 110 additions and 4 deletions

View File

@@ -8,6 +8,6 @@
<ng-template #default>
&lrm;{{ satoshis / 100000000 | number : digitsInfo }}
<ng-template [ngIf]="network === 'liquid'">L-</ng-template>
<ng-template [ngIf]="network === 'testnet'">t</ng-template>BTC
<ng-template [ngIf]="network === 'testnet' || network === 'signet'">t</ng-template>BTC
</ng-template>
</ng-template>