/accelerations -> /accelerator/accelerations
This commit is contained in:
		
							parent
							
								
									cde4af5930
								
							
						
					
					
						commit
						67cff804a6
					
				@ -11,7 +11,7 @@ export interface Acceleration {
 | 
			
		||||
class AccelerationApi {
 | 
			
		||||
  public async $fetchAccelerations(): Promise<Acceleration[]> {
 | 
			
		||||
    if (config.MEMPOOL_SERVICES.ACCELERATIONS) {
 | 
			
		||||
      const response = await query(`${config.MEMPOOL_SERVICES.API}/accelerations`);
 | 
			
		||||
      const response = await query(`${config.MEMPOOL_SERVICES.API}/accelerator/accelerations`);
 | 
			
		||||
      return (response as Acceleration[]) || [];
 | 
			
		||||
    } else {
 | 
			
		||||
      return [];
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user