research footer link
This commit is contained in:
		
							parent
							
								
									9b9aaed757
								
							
						
					
					
						commit
						ced1595d70
					
				@ -72,6 +72,7 @@
 | 
				
			|||||||
          <p><a [routerLink]="['/docs/faq']" fragment="what-is-a-mempool-explorer" i18n="faq.what-is-a-mempool-exlorer">What is a mempool explorer?</a></p>
 | 
					          <p><a [routerLink]="['/docs/faq']" fragment="what-is-a-mempool-explorer" i18n="faq.what-is-a-mempool-exlorer">What is a mempool explorer?</a></p>
 | 
				
			||||||
          <p><a [routerLink]="['/docs/faq']" fragment="why-is-transaction-stuck-in-mempool" i18n="faq.why-isnt-my-transaction-confirming">Why isn't my transaction confirming?</a></p>
 | 
					          <p><a [routerLink]="['/docs/faq']" fragment="why-is-transaction-stuck-in-mempool" i18n="faq.why-isnt-my-transaction-confirming">Why isn't my transaction confirming?</a></p>
 | 
				
			||||||
          <p><a [routerLink]="['/docs/faq' | relativeUrl]" i18n="faq.more-faq">More FAQs »</a></p>
 | 
					          <p><a [routerLink]="['/docs/faq' | relativeUrl]" i18n="faq.more-faq">More FAQs »</a></p>
 | 
				
			||||||
 | 
					          <p *ngIf="mempoolSpaceBuild"><a [routerLink]="['/research' | relativeUrl]" i18n="mempool-research">Research</a></p>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <div class="links" *ngIf="officialMempoolSpace || env.TESTNET_ENABLED || env.TESTNET4_ENABLED || env.SIGNET_ENABLED || env.LIQUID_ENABLED || env.LIQUID_TESTNET_ENABLED else toolBox" >
 | 
					        <div class="links" *ngIf="officialMempoolSpace || env.TESTNET_ENABLED || env.TESTNET4_ENABLED || env.SIGNET_ENABLED || env.LIQUID_ENABLED || env.LIQUID_TESTNET_ENABLED else toolBox" >
 | 
				
			||||||
 | 
				
			|||||||
@ -20,6 +20,7 @@ export class GlobalFooterComponent implements OnInit, OnDestroy {
 | 
				
			|||||||
  private destroy$: Subject<any> = new Subject<any>();
 | 
					  private destroy$: Subject<any> = new Subject<any>();
 | 
				
			||||||
  env: Env;
 | 
					  env: Env;
 | 
				
			||||||
  officialMempoolSpace = this.stateService.env.OFFICIAL_MEMPOOL_SPACE;
 | 
					  officialMempoolSpace = this.stateService.env.OFFICIAL_MEMPOOL_SPACE;
 | 
				
			||||||
 | 
					  mempoolSpaceBuild = window['isMempoolSpaceBuild'];
 | 
				
			||||||
  backendInfo$: Observable<IBackendInfo>;
 | 
					  backendInfo$: Observable<IBackendInfo>;
 | 
				
			||||||
  servicesBackendInfo$: Observable<IBackendInfo>;
 | 
					  servicesBackendInfo$: Observable<IBackendInfo>;
 | 
				
			||||||
  frontendGitCommitHash = this.stateService.env.GIT_COMMIT_HASH;
 | 
					  frontendGitCommitHash = this.stateService.env.GIT_COMMIT_HASH;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user