testnet4 docs
This commit is contained in:
@@ -102,6 +102,8 @@ export class ApiDocsComponent implements OnInit, AfterViewInit {
|
||||
this.electrsPort = 50002; break;
|
||||
case "testnet":
|
||||
this.electrsPort = 60002; break;
|
||||
case "testnet4":
|
||||
this.electrsPort = 40002; break;
|
||||
case "signet":
|
||||
this.electrsPort = 60602; break;
|
||||
case "liquid":
|
||||
@@ -170,6 +172,9 @@ export class ApiDocsComponent implements OnInit, AfterViewInit {
|
||||
if (network === 'testnet') {
|
||||
curlResponse = code.codeSampleTestnet.curl;
|
||||
}
|
||||
if (network === 'testnet4') {
|
||||
curlResponse = code.codeSampleTestnet.curl;
|
||||
}
|
||||
if (network === 'signet') {
|
||||
curlResponse = code.codeSampleSignet.curl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user