10 lines
142 B
TypeScript
10 lines
142 B
TypeScript
export const MEASURED_ENDPOINTS = [
|
|
'/priorityFees',
|
|
'/batchPriorityFees',
|
|
'/topMakers',
|
|
'/l2',
|
|
'/batchL2',
|
|
'/batchL2Cache',
|
|
'/l3',
|
|
];
|