Merge branch 'master' into hunicus/docs-links-alignment

This commit is contained in:
softsimon
2024-04-03 18:57:46 +09:00
committed by GitHub
224 changed files with 69736 additions and 79874 deletions

View File

@@ -179,10 +179,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)) {