[accelerator] show 3m stats, fix accel fee chart

This commit is contained in:
nymkappa
2024-03-01 12:53:29 +01:00
parent cda5448f13
commit 8bd939b374
5 changed files with 70 additions and 148 deletions

View File

@@ -60,7 +60,7 @@ export class AcceleratorDashboardComponent implements OnInit {
this.accelerations$ = this.stateService.chainTip$.pipe(
distinctUntilChanged(),
switchMap(() => {
return this.serviceApiServices.getAccelerationHistory$({ timeframe: '1m', page: 1, pageLength: 100}).pipe(
return this.serviceApiServices.getAccelerationHistory$({ timeframe: '3m', page: 1, pageLength: 100}).pipe(
catchError(() => {
return of([]);
}),