limit the endpoints to measure response times for
This commit is contained in:
9
src/utils/constants.ts
Normal file
9
src/utils/constants.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export const MEASURED_ENDPOINTS = [
|
||||
'/priorityFees',
|
||||
'/batchPriorityFees',
|
||||
'/topMakers',
|
||||
'/l2',
|
||||
'/batchL2',
|
||||
'/batchL2Cache',
|
||||
'/l3',
|
||||
];
|
||||
Reference in New Issue
Block a user