Merge pull request #5431 from mempool/simon/fix-services-onion

fix services onion url
This commit is contained in:
wiz 2024-08-06 17:29:15 -04:00 committed by GitHub
commit cddff129b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -210,6 +210,10 @@ export class StateService {
this.env.MINING_DASHBOARD = false;
}
if (document.location.hostname === 'mempoolhqx4isw62xs7abwphsq7ldayuidyx2v2oethdhhj6mlo2r6ad.onion') {
this.env.SERVICES_API = 'http://mempoolhqx4isw62xs7abwphsq7ldayuidyx2v2oethdhhj6mlo2r6ad.onion/api/v1/services';
}
if (this.isBrowser) {
this.setNetworkBasedonUrl(window.location.pathname);
this.setLightningBasedonUrl(window.location.pathname);