Show accelerator estimates on local instances

This commit is contained in:
softsimon
2024-06-26 21:42:30 +09:00
parent d175c34e5b
commit b6d03953b9
3 changed files with 18 additions and 5 deletions

View File

@@ -116,7 +116,7 @@ export class TrackerComponent implements OnInit, OnDestroy {
hasEffectiveFeeRate: boolean;
accelerateCtaType: 'alert' | 'button' = 'button';
acceleratorAvailable: boolean = this.stateService.env.OFFICIAL_MEMPOOL_SPACE && this.stateService.env.ACCELERATOR && this.stateService.network === '';
acceleratorAvailable: boolean = this.stateService.env.ACCELERATOR && this.stateService.network === '';
accelerationEligible: boolean = false;
showAccelerationSummary = false;
accelerationFlowCompleted = false;