Merge branch 'master' into hunicus/add-preview-imgs

This commit is contained in:
hunicus
2024-03-10 17:47:23 +09:00
committed by GitHub
11 changed files with 45 additions and 13 deletions

View File

@@ -89,6 +89,7 @@ const defaultEnv: Env = {
})
export class StateService {
isBrowser: boolean = isPlatformBrowser(this.platformId);
isMempoolSpaceBuild = window['isMempoolSpaceBuild'] ?? false;
network = '';
lightning = false;
blockVSize: number;