Merge branch 'master' into nymkappa/accel-copy

This commit is contained in:
Felipe Knorr Kuhn
2024-04-02 21:03:41 +09:00
committed by GitHub
159 changed files with 2197 additions and 10761 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -108,7 +108,7 @@
</div>
</div>
<div id="websocketAPI" *ngIf="( whichTab === 'websocket' ) && ( network.val !== 'bisq' )">
<div id="websocketAPI" *ngIf="( whichTab === 'websocket' )">
<div class="api-category">
<div class="websocket">
<div class="endpoint">

View File

@@ -183,10 +183,6 @@ export class ApiDocsComponent implements OnInit, AfterViewInit {
if (network === 'liquidtestnet') {
curlResponse = code.codeSampleLiquidTestnet.curl;
}
if (network === 'bisq') {
curlResponse = code.codeSampleBisq.curl;
}
let curlNetwork = '';
if (this.env.BASE_MODULE === 'mempool') {
if (!['', 'mainnet'].includes(network)) {