limit the endpoints to measure response times for

This commit is contained in:
wphan
2024-08-04 14:25:30 +02:00
parent 579d9bc805
commit 8aa31d03b1
4 changed files with 23 additions and 7 deletions

9
src/utils/constants.ts Normal file
View File

@@ -0,0 +1,9 @@
export const MEASURED_ENDPOINTS = [
'/priorityFees',
'/batchPriorityFees',
'/topMakers',
'/l2',
'/batchL2',
'/batchL2Cache',
'/l3',
];